79437253

Date: 2025-02-13 17:36:59
Score: 2
Natty:
Report link

@pius-lee is right. Adding -vf "premultiply=inplace=1" to the -auto-alt-ref 0, fixes the alpha in vp8.

This command went through and kept the alpha info intact

ffmpeg -i input.mov -c:v libvpx -b:v 2M -pix_fmt yuva420p -auto-alt-ref 0 -vf "premultiply=inplace=1" output.webm
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @pius-lee
  • Low reputation (1):
Posted by: Jonasz Bigda