Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Created June 20, 2024 10:41
Show Gist options
  • Save celsowhite/348b7e3f1d4e92501bb5040e1d954eff to your computer and use it in GitHub Desktop.
Save celsowhite/348b7e3f1d4e92501bb5040e1d954eff to your computer and use it in GitHub Desktop.
Convert alpha mov to hevc using hevc_videotoolbox.
ffmpeg -i ~/desktop/Icon_alpha/Icon-3.mov -c:v hevc_videotoolbox -allow_sw 1 -alpha_quality 0.9 -tag:v hvc1 -q:v 35 -vf "scale=-1:720,premultiply=inplace=1" ~/desktop/boxes-compressed.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment