Skip to content

Instantly share code, notes, and snippets.

@wormeyman
Last active August 29, 2015 13:56
Show Gist options
  • Save wormeyman/9177833 to your computer and use it in GitHub Desktop.
Save wormeyman/9177833 to your computer and use it in GitHub Desktop.
#Copy Audio
./ffmpeg.exe -i _A089901.MXF -acodec copy -vn -f wav outputaudio.wav
#Copy Video
./ffmpeg.exe -i _A089901.mxf -vcodec copy -an outputvideo.mxf
#Force Frame Rate
#To force the frame rate of the output file to 30 fps:
./ffmpeg -i input.avi -r 30 output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment