Closed dvzrv closed 1 year ago
Hmm seems to be a problem with ffmpeg, maybe related to the example\ video.ogv
file we use in sigal tests, or with ffmpeg itself (I also using Archlinux):
❯ ffmpeg -loglevel error -i /home/simon/dev/sigal/tests/sample/pictures/video/example\ video.ogv -y -crf 10 -b:v 1.6M -qmin 4 -qmax 63 video.webm
[ogg @ 0x560920f06ec0] invalid pts -77120
[ogg @ 0x560920f06ec0] invalid pts -28992
❯ ffmpeg -loglevel error video.webm
[out#0/webm @ 0x55a46c94bd80] Output file does not contain any stream
Will need more investigation.
It seems to be specific to the example ogv
file that tests were using, I replaced that file with another one (0923a56a568c08fd05b0fae2e8c4b7247c1476e0).
Hi! I'm currently rebuilding sigal due to Python 3.11 upgrade on Arch Linux. I noticed that (also with Python 3.10) I have the following tests failing:
I'll disable those tests for now, as I don't really know how to fix them. Maybe you have an idea?