Skip to content

Instantly share code, notes, and snippets.

@thdotnet
Last active January 27, 2024 15:21
Show Gist options
  • Save thdotnet/4c1968781b74a4864a05374742bac52b to your computer and use it in GitHub Desktop.
Save thdotnet/4c1968781b74a4864a05374742bac52b to your computer and use it in GitHub Desktop.
combine audio and video files with ffmpeg
ffmpeg -i '.\video.mp4' -i '.\audio.m4a' -c:v copy -c:a aac day5.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment