Hi Víctor,

Víctor Paesa <[EMAIL PROTECTED]> writes:

> 
> Hi,
> 
> Here is attached a source filter to read video files.

Instead of reimplementing ffmpeg.c with some hacks and very few features,
why don't you make an ffmpeg vfilter? #include "../ffmpeg.c" and make
it output rawvideo to pipe. Make it match the output frame rate, and
ffmpeg will take care of everything, like scaling...

(Or split ffmpeg.c into a libffmpeg like some people have suggested
already, instead of #include'ing it)

Just some thoughts, which I definitely won't work upon at least for
another month.

Ramiro Polla - Thousands of kilometers away from home, writing from a
cyber cafe from a favela in Recife... Still on vacations.

_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to