-
Notifications
You must be signed in to change notification settings - Fork 880
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: Input format lavfi is not available #1282
Comments
capabilities.js parses formats from
So, it skips all device related formats including
It's quite easy to fix regexp:
but I don't know idea behind current behaviour: if it's just a bug or way to filter out some formats. PS. About workaround above: lavfi can demux but can't mux. So, it's better to use:
|
Some more device formats (from Linux):
|
Looks like it's related to ffmpeg 7 changes and in latest release of this library there were try to fix but a bit incorrect (current code skips all device formats). A better solution: And there is MR: #1276 |
Can this be merged?
Can this be merged? This fixed my issue, which weirdly enough started sporadically |
Bypass worked for me but would be great if this could be merged and sort the issue out long term |
The same problem prevents you from setting I'd love to see #1276 merged and released. |
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
Observed results
Temporary workaround
Checklist
The text was updated successfully, but these errors were encountered: