Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encoding animated avif with alpha has different default behavior based on input #2504

Open
FrankGalligan opened this issue Nov 13, 2024 · 0 comments

Comments

@FrankGalligan
Copy link
Contributor

If you encode an animated alpha piped through stdin the alpha defaults to non-lossless.
E.g.
ffmpeg -i alpha_video.gif -strict -1 -pix_fmt yuva444p -f yuv4mpegpipe - | avifenc --stdin alpha_video_pipe.avif

If you encode an animated alpha using a file or multiple files as input the alpha defaults to lossless.
E.g.
avifenc alpha_video.y4m alpha_video_y4m.avif
avifenc images_*.png alpha_video_pngs.avif

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant