Created
December 6, 2024 20:51
-
-
Save whoo/4940bdcbd38479680cbd62d749f6e014 to your computer and use it in GitHub Desktop.
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
# To Apple Video | |
ffmpeg -i <source> -c:v libx265 -crf 28 -tag:v hvc1 -c:a eac3 -b:a 224k <target> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment