Changes between Version 7 and Version 8 of Slideshow
- Timestamp:
- May 29, 2013, 11:17:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Slideshow
v7 v8 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 - shortest -loop 1 -f image2 -i img.png -i audio.wav-c:v libx264 -c:a aac -strict experimental -b:a 192k out.mp431 ffmpeg -loop 1 -f image2 -i img.png -i audio.wav -shortest:a -c:v libx264 -c:a aac -strict experimental -b:a 192k out.mp4 32 32 }}} 33 33
