Bug 1814790 Comment 23 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

I've converted the alpha track to IVF using the following command to select the correct stream in FFmpeg, hopefully it will work to reproduce the issue:

`ffmpeg -i testcase.avif -map 0:1 -c:v copy testcase.ivf"
I've converted the alpha track to IVF using the following command to select the correct stream in FFmpeg, hopefully it will work to reproduce the issue:

`ffmpeg -i testcase.avif -map 0:1 -c:v copy testcase.ivf`

Back to Bug 1814790 Comment 23