Skip to content

Instantly share code, notes, and snippets.

@joshenders
Last active January 23, 2016 12:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshenders/5074637 to your computer and use it in GitHub Desktop.
Save joshenders/5074637 to your computer and use it in GitHub Desktop.
Fixing Audio Sync issues with mencoder
# Delay audio by 300ms
mencoder -ovc copy -oac copy -audio-delay -0.3 <infile> -o <outfile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment