Open Jay123210599 opened 2 weeks ago
@Jay123210599 Would be great if you mention the way you have created that file so one can reproduce those steps.
Do you know any viewer that displays that file correctly? I am personally interested in image viewer that can display multi-image AVIF, and it seems that ImageGlass always displays the 1st image in the sequence.
@Jay123210599 Would be great if you mention the way you have created that file so one can reproduce those steps.
Do you know any viewer that displays that file correctly? I am personally interested in image viewer that can display multi-image AVIF, and it seems that ImageGlass always displays the 1st image in the sequence.
I made that file from a video with this fffmpeg command:
ffmpeg -i -c:v libaom-av1 -crf 0 -cpu-used 4 output.avif
I tried XnViewMP and Irfanview and neither of them played the avif correctly.
System information
To Reproduce
I have a lossless animated AVIF file, and I want to play it on ImageGlass.
Actual behavior
It just shows it as a still image.
Expected behavior
It should play all frames from the animated AVIF.
Screenshots / Video / Sample image file
Sample file: https://drive.google.com/file/d/1HaW8ZUCKlcN6-skcs3F4V8-E2VIfc2jR/view?usp=sharing
Additional context
Does ImageGlass support playing animated AVIF files? Is there a version of it that does?