gdx-video icon indicating copy to clipboard operation
gdx-video copied to clipboard

AV1 Decoding does not work on Desktop

Open dasisdormax opened this issue 1 year ago • 3 comments
trafficstars

@Frosty-J reported an issue decoding AV1-encoded video files on Windows over at #77.

I tried it myself, encoding the included test video with ffmpeg -i 'libGDX - It's Good For You!.webm' -c:v libaom-av1 -crf 31 -cpu-used 5 -row-mt 1 -tiles 4x1 -c:a copy 'libgdx-av1.webm'.

The resulting file played fine in VLC player, but caused errors when loaded in the test app.

So the issue described can be reproduced. This might be an issue with the cross build environment or compile settings. I'll look into it when I have time.

dasisdormax avatar Feb 23 '24 19:02 dasisdormax