Skip to content

Instantly share code, notes, and snippets.

@rmrfslashbin
Created August 21, 2021 14:39
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 rmrfslashbin/fcf718894bc8340a2816891a3c05357e to your computer and use it in GitHub Desktop.
Save rmrfslashbin/fcf718894bc8340a2816891a3c05357e to your computer and use it in GitHub Desktop.
A simple one-liner to re-process videos from the phone.

ffmpeg -i ${INPUT} -c:v libx265 -preset veryslow -vf 'format=yuv420p' -crf 28 ${OUTPUT}.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment