Skip to content

Instantly share code, notes, and snippets.

@dantheman213
Created February 23, 2017 00:42
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 dantheman213/09b24970f7a1e729ff1cc12863e3fb52 to your computer and use it in GitHub Desktop.
Save dantheman213/09b24970f7a1e729ff1cc12863e3fb52 to your computer and use it in GitHub Desktop.
Convert all of your video files to x264 for massive space savings
fmpeg -i $file -c:v libx265 -x265-params lossless -c:a copy -c:s copy output.mkv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment