Skip to content

Instantly share code, notes, and snippets.

@sagax
Created June 4, 2016 09:04
Show Gist options
  • Save sagax/131af20678954903928db7fdd882a6d0 to your computer and use it in GitHub Desktop.
Save sagax/131af20678954903928db7fdd882a6d0 to your computer and use it in GitHub Desktop.
FFmpeg for compare audio + video with sourche qualty
# For compare audio + video with sourche qualty
ffmpeg -i video.mp4 -i audio.m4a -c:v copy -c:a copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment