[fpc-pascal] Creating video files
Bernd
prof7bit at googlemail.com
Thu Jun 21 12:18:31 CEST 2012
2012/6/20 Krzysztof <dibo20 at wp.pl>:
> 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.
More information about the fpc-pascal
mailing list