Skip to content

Instantly share code, notes, and snippets.

@ssp
Created June 5, 2010 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssp/426583 to your computer and use it in GitHub Desktop.
Save ssp/426583 to your computer and use it in GitHub Desktop.
VLC has troubles with 32KHz audio in DV files. ffmpeg can fix that.
ffmpeg -i Original.dv -y -target dv Target.dv
# Original.dv: 2 stereo channels of 32kHz audio
# Target.dv will have one stereo channel of 48KHz audio.
# -y overwrites the target file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment