Changes between Version 15 and Version 16 of Slideshow
- Timestamp:
- Dec 22, 2014, 12:25:23 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Slideshow
v15 v16 79 79 }}} 80 80 81 If your audio file is using a codec that the output container supports (e.g. MP3 audio in AVI or M4A/AAC audio in MP4), you can copy it instead of re-encoding, which will preserve the audio quality: 82 83 {{{ 84 ffmpeg -loop 1 -i img.jpg -i audio.m4a -c:v libx264 -c:a copy -shortest out.mp4 85 }}} 81 86 82 87 == Also see ==
