-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The %theora
encoder is broken
#4116
Comments
Thanks. I think that theora encoder should be removed tbh. What do other people think? |
Hi @toots,
May I ask you to tag them explicitly? |
And we'd still support it via |
imho
Well, it's a very valid option. Lots of factors have led to |
Initial analysis of the bug shows weird reproduction conditions. I have one video that works and one that does not and, so far, I have not been able to identify any difference that would explain it. Both videos work with the ffmpeg encoder. One thing to note re: ffmpeg, however, is that ffmpeg (like many other tools) is terrible at handling the (admittedly pretty bad) specs for ogg track chaining. It'd be nice to fix the theora encoder but it would be foolish to spend hours on it.. |
Description
Liquidsoap won't start when using the
%theora
encoder.Log
Steps to reproduce
main.liq
compose.yaml
ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 -f lavfi -i "sine=frequency=1000:duration=10" test.mp4
docker compose up
Expected behavior
Liquidsoap starts with the
%theora
encoder.Liquidsoap version
Liquidsoap build config
Installation method
From official container image
Additional Info
This problem was described in #4115.
The
%theora
encoder doesn't work in 2.1+.The text was updated successfully, but these errors were encountered: