-
Notifications
You must be signed in to change notification settings - Fork 65
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
libvpx fails to run #196
Comments
I found that
The default output container wf-recorder uses is .mp4. Apparently, ffmpeg cannot embed VP8 stream into mp4 container and .webm should be used instead. But webm only supports vp8/vp9 and cannot carry other video formats :( So... And then there's another warning,
which seems harmless, but should be fixed somewhere in wf-recorder. |
It would also help if wf-recorder printed out something on SIGINT like
|
@alebastr - adding
|
You can use mkv for all types. webm is a subset of mkv. |
I'm trying to re-package wf-recorder for fedora now that fedora has separated ffmpeg and ffmpeg-free. I'm trying to find a codec that will work with both. Obviously the default libx264 is not available in ffmpeg-free and libopenx264 is not in ffmpeg.
I've been trying libvpx-v9 but wf-recorder takes >25s to respond to SIGINT (^C) - most users would give up, they would use pkill (SIGTERM) and find a corrupt mp4 file.
libvpx fails with ffmpeg or ffmpeg-free:
I guess this is the bug that I'd like to report here but also ask what your suggestion would be for a universal codec. I should probably stay away from *vaapi|qsv|v4l2m2m|amf * as these have hardware dependencies. jpeg|webp are probably not useful in this context.
I'm told that theora is outdated and av1 is slow. Any other suggestions?
The text was updated successfully, but these errors were encountered: