Skip to content

Instantly share code, notes, and snippets.

@stesee
Created October 25, 2019 14:38
Show Gist options
  • Save stesee/f79ae0661775192cff849bd746560849 to your computer and use it in GitHub Desktop.
Save stesee/f79ae0661775192cff849bd746560849 to your computer and use it in GitHub Desktop.
Encode to mp4/h265, drop audio
.\ffmpeg.exe -i <source> -c:v libx265 -crf 28 -an <destination>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment