Skip to content

Instantly share code, notes, and snippets.

@Lincest
Created August 8, 2020 01:29
Show Gist options
  • Save Lincest/9df1e524fdcd429c91069993b86997de to your computer and use it in GitHub Desktop.
Save Lincest/9df1e524fdcd429c91069993b86997de to your computer and use it in GitHub Desktop.
ffmpeg合并音视频
ffmpeg -i video.mp4 -i audio.wav -c:v copy -c:a aac -strict experimental -map 0:v:0 -map 1:a:0 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment