[FFmpeg-user] Create webm, m4v and swf slideshow of images
Carl Eugen Hoyos
cehoyos at ag.or.at
Fri Jun 7 19:54:30 CEST 2013
Pascal <purrie <at> gmail.com> writes:
> $ ./ffmpeg -y -loop 1 -f image2 -r 1/5
> -pattern_type glob -i '*.jpg' -i
> ./Red\ Balloon.mp3 -shortest -s 800x800 out.mp4
Before I start testing:
Could you confirm that the following shows a length
of 2:17 ?
$ ffmpeg -i ./Red\ Balloon.mp3 -f null -
And is the problem reproducible with -vcodec mpeg4 ?
[...]
> >> When I create webm format the solution for images to
> >> stay on screen (-r 1/5) gives an error.
> > Command line and complete, uncut consol output missing.
>
> $ ./ffmpeg -y -loop 1 -f image2 -r 1/5
> -pattern_type glob -i '*.jpg'
> -i ./Red\ Balloon.mp3 -shortest -s 800x800 out.webm
Why don't you specify an output frame rate if vpx
does not support 1/ 5?
ffmpeg -f image2 ... -s 800x800 -r 15 out.webm
Carl Eugen
More information about the ffmpeg-user
mailing list