I Cast Fist@programming.dev to Programmer Humor@programming.dev · edit-223 days agoHere comes a new JPEG challengerprogramming.devimagemessage-square58fedilinkarrow-up1267arrow-down111file-text
arrow-up1256arrow-down1imageHere comes a new JPEG challengerprogramming.devI Cast Fist@programming.dev to Programmer Humor@programming.dev · edit-223 days agomessage-square58fedilinkfile-text
minus-squareMonkderVierte@lemmy.ziplinkfedilinkarrow-up2·edit-222 days ago that WebM doesn’t support looping Isn’t that a player issue? Edit: i assume there is a metadata flag, in formats that support it? Or is it something different?
minus-squareRiskable@programming.devlinkfedilinkEnglisharrow-up1·edit-222 days agoNo, actually! There’s no metadata option in .WebM to tell it to loop! It’s not in the spec (which is just a subset of matroska). The format literally does not support looping. Whereas the .WebP spec does provide a looping option: https://datatracker.ietf.org/doc/rfc9649/ It’s in the ANIM chunk which specifies the “loop count”. If it’s zero, loop forever. WebM has no built-in loop flag 🤷
Isn’t that a player issue?
Edit: i assume there is a metadata flag, in formats that support it? Or is it something different?
No, actually! There’s no metadata option in .WebM to tell it to loop! It’s not in the spec (which is just a subset of matroska).
The format literally does not support looping. Whereas the .WebP spec does provide a looping option:
https://datatracker.ietf.org/doc/rfc9649/
It’s in the ANIM chunk which specifies the “loop count”. If it’s zero, loop forever.
WebM has no built-in loop flag 🤷