Changes between Version 1 and Version 2 of Slideshow
- Timestamp:
- Feb 4, 2013, 8:35:38 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Slideshow
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
