[FFmpeg-soc] libavfilter: movie source filter

Ramiro Polla ramiro at lisha.ufsc.br
Tue Jan 29 22:27:23 CET 2008


Hi Víctor,

Víctor Paesa <victorpaesa at ...> 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.




More information about the FFmpeg-soc mailing list