[fpc-pascal] Creating video files

Giuliano Colla giuliano.colla at fastwebnet.it
Wed Jun 20 19:59:20 CEST 2012


Il 20/06/2012 19:22, Krzysztof ha scritto:
> 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.
|
||
That's the command line to convert a png file image to a mpeg2 video 
format, using ffmpeg:|
||
|ffmpeg -f image2 -vcodec png -i menu.png -target pal-dvd -vcodec 
mpeg2video -an menu.mpeg|
||
|this makes me believe that the ffmpeg libraries should provide all 
what's required.|
||
|Giuliano|

||

|
|
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20120620/d5e8a709/attachment.html>


More information about the fpc-pascal mailing list