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|

||

|
|
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to