On Tue, Jan 29, 2008 at 09:27:23PM +0000, Ramiro Polla 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)
A filter which could take rawvideo/yuv4mpeg/.. input per pipe from an arbitrary process would be quite usefull, no need to make it ffmpeg specific. Still the lavf based filter could be usefull as well ... [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB It is not what we do, but why we do it that matters.
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
