Skip to content

Instantly share code, notes, and snippets.

@whoo
Created December 6, 2024 20:51
Show Gist options
  • Save whoo/4940bdcbd38479680cbd62d749f6e014 to your computer and use it in GitHub Desktop.
Save whoo/4940bdcbd38479680cbd62d749f6e014 to your computer and use it in GitHub Desktop.
# 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