Skip to content

Instantly share code, notes, and snippets.

@timkofu
Last active April 3, 2019 10:32
Show Gist options
  • Save timkofu/3e8ef40e3cf7ca613dd6ae8908b45fba to your computer and use it in GitHub Desktop.
Save timkofu/3e8ef40e3cf7ca613dd6ae8908b45fba to your computer and use it in GitHub Desktop.
Fix video:audio sync with ffmpeg
ffmpeg -i video_file.mp4 -itsoffset 0.1 -i video_file.mp4 -map 0:0 -map 1:1 -acodec copy -vcodec copy synced.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment