We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Requested support for VP9
Spec https://trac.ffmpeg.org/wiki/Encode/VP9
FFmpeg cli command
ffmpeg -i input.mp4 -c:v libvpx-vp9 -c:a libopus output.webm
https://superuser.com/questions/705579/convert-video-with-vp9-codec-using-ffmpeg
The text was updated successfully, but these errors were encountered:
Currently Failed automated testing scalarhq/Video-Transcoder-Codecs-Formats#5 (comment)
Sorry, something went wrong.
VP9 requires experimental support from strict -2 which is now supported, however VP9 is currently extremely slow and likely to be discontinued
strict -2
Successfully merging a pull request may close this issue.
Requested support for VP9
Spec https://trac.ffmpeg.org/wiki/Encode/VP9
FFmpeg cli command
ffmpeg -i input.mp4 -c:v libvpx-vp9 -c:a libopus output.webm
https://superuser.com/questions/705579/convert-video-with-vp9-codec-using-ffmpeg
The text was updated successfully, but these errors were encountered: