Changes between Version 8 and Version 9 of Slideshow
- Timestamp:
- May 29, 2013, 11:20:20 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Slideshow
v8 v9 29 29 If you want to add audio (e.g. `audio.wav`) to one "poster" image, you need `-shortest` to tell it to stop after the audio stream is finished. We use the internal AAC encoder, but you can [[AACEncodingGuide|use any other AAC encoder]] as well: 30 30 {{{ 31 ffmpeg -loop 1 -f image2 -i img.png -i audio.wav - shortest:a -c:v libx264 -c:a aac -strict experimental -b:a 192kout.mp431 ffmpeg -loop 1 -f image2 -i img.png -i audio.wav -c:v libx264 -c:a aac -strict experimental -b:a 192k -shortest out.mp4 32 32 }}} 33 33
