-
Notifications
You must be signed in to change notification settings - Fork 9
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
"Error creating pipeline: failed to insert sink" | ffv1 codec #224
Comments
I can't reproduce this issue locally. The instructions on GitHub are outdated and I should probably remove them; the website should be more helpful. In particular, you need to install not only the GStreamer development packages, but also the GStreamer runtime packages specified in the standalone app installation guide. |
Thanks, the packages as outlined on the standalone install page were already all installed, just re-check with:
Tried the self-compiled as well as the compiled version from github download - same result. Will later reboot the computer, try again, and try on a different computer (Debian sid, not bullseye) and come back with those infos. Unclear why it affects only the ffv1 codec but not the h264. |
Short update, on a different computer (Debian sid) it works, so have to investigate what's the problem on the other computer. btw - for install instructions you could add:
It gave an initial error and did not start without it. Thanks! btw2 - any idea where to look for the error regarding the ffv1 codec? Does this use ffmpeg or something like that, because ffmpeg works properly. Or is this embedded into the rust code? |
The ffv1 encoder is indeed part of ffmpeg, which should be installed as a dependency of |
Looks like this is the important part:
and looking closer
Any idea what is missing? A deb? |
Hello,
using the GUI with h264 works, but while holding everything constant and switching to ffv1 codec it creates an error
Error creating pipeline: failed to insert sink
Same error using the cli:
and full rust output
OS: Debian bullseye, compiled from source today 2024-11-02 according to instructions here on github.
What dopes this mean and how to solve it? Thanks!
The text was updated successfully, but these errors were encountered: