2012/6/20 Krzysztof <[email protected]>: > Ffmpeg looks similar like Mencoder project. So I have some solutions > for output encoding, but there is a problem how to send frames to this > encoders. Mencoder can encode video from series of PNG files, but > can't find similar option in ffmpeg.
ffmpeg can read a stream of frames directly from stdin. I don't have a working exmple now but I once used this to pipe a stream of ppm images from another application to ffmpeg. _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
