Skip to content

Instantly share code, notes, and snippets.

@nestarz
Created June 10, 2020 19:41
Show Gist options
  • Save nestarz/bb97c8cdf6bba13b0ceddbb744e18ce5 to your computer and use it in GitHub Desktop.
Save nestarz/bb97c8cdf6bba13b0ceddbb744e18ce5 to your computer and use it in GitHub Desktop.
Compress video FFmpeg
# https://aaron.cc/ffmpeg-hevc-apple-devices/
ffmpeg -i input.avi -c:v libx265 -crf 28 -c:a aac -b:a 128k -tag:v hvc1 output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment