Last active
April 3, 2019 10:32
-
-
Save timkofu/3e8ef40e3cf7ca613dd6ae8908b45fba to your computer and use it in GitHub Desktop.
Fix video:audio sync with ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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