Changes between Version 1 and Version 2 of Create a video slideshow from images
- Timestamp:
- 02/04/2013 09:35:38 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Create a video slideshow from images
v1 v2 3 3 ''(each image will have a duration of 5 seconds)'' 4 4 {{{ 5 ffmpeg -f image2 -r 1/5 -i img%03d.png - vcodec libx264out.mp45 ffmpeg -f image2 -r 1/5 -i img%03d.png -r 30 out.mp4 6 6 }}} 7 7 8 8 This will create a slideshow in which each image has a duration of 15 seconds: 9 9 {{{ 10 ffmpeg -f image2 -r 1/15 -i img%03d.png - vcodec libx264out.mp410 ffmpeg -f image2 -r 1/15 -i img%03d.png -r 30 out.mp4 11 11 }}} 12 12


