Created
June 10, 2020 19:41
-
-
Save nestarz/bb97c8cdf6bba13b0ceddbb744e18ce5 to your computer and use it in GitHub Desktop.
Compress video FFmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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