Hi, On Jan 29, 2008 10:27 PM, Ramiro Polla <[EMAIL PROTECTED]> wrote: > 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)
Or use the multiple input capability in ffmpeg.c to have multiple source entries to the libavfilter framework (changing somewhat the command syntax). > 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. Hey, what are you doing typing on a computer? Isn't now Carnival time? ;-) Regards, Víctor _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
