Skip to content

Instantly share code, notes, and snippets.

@show0k
Created November 25, 2015 12:43
Show Gist options
  • Save show0k/c7f139ac759e700e6991 to your computer and use it in GitHub Desktop.
Save show0k/c7f139ac759e700e6991 to your computer and use it in GitHub Desktop.
Ffmpeg scripts
# encode a MTS (from a Canon photo camera video file) to an Avi
ffmpeg -i file.mts -acodec copy -vcodec libx264 -crf 21 -r 30000/1001 -deinterlace -y -threads 0 file.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment