-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
VVC Default IDC Incorrect for FFmpeg 7.1 #631
Labels
bug
Something isn't working
Comments
Thanks, took a bit to find what the valid fields are now https://github.com/fraunhoferhhi/vvenc/blob/cf8ba5ed74f8e8c7c9e7b6f81f7fb08bce6241b0/source/Lib/vvenc/vvencCfg.cpp#L159 I will update it to just not pass it in instead of using |
cdgriffith
added a commit
that referenced
this issue
Feb 21, 2025
* Adding more preview positions * Adding ultra high quality mode for ffmpeg nvenc encoder * Fixing #631 VVC Level can't be set to 0 anymore (thanks to GT500org)
Merged
cdgriffith
added a commit
that referenced
this issue
Feb 22, 2025
* Adding QP mode for FFmpeg Nvenc encoding * Adding more preview positions * Adding ultra high quality mode for ffmpeg nvenc encoder * Adding Ubuntu 24.04 builds * Adding #633 download for stable version of ffmpeg by default on Windows (thanks to Maddie Davis) * Fixing #611 Extension type not being selected properly from profiles if encoders isn't switched (thanks to Hankuu) * Fixing #628 Custom QP/CRF saved in profile may not be restored correctly (thanks to Gregorio O. DeMojeca) * Fixing #631 VVC Level can't be set to 0 anymore (thanks to GT500org) * Removing Ubuntu 20.04, 22.04 and Mac 12 builds
Fixing in 5.9.0, thanks for bringing this to my attention! https://github.com/cdgriffith/FastFlix/releases/tag/5.9.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FastFlix Version: 5.8.2
Operating System: Win 10 x64 (22H2)
Describe the bug
Encoding in VVC with default IDC fails. Most relevant part of the logs appears to be the following:
[libvvenc @ 0000013413ed88c0] Invalid level_idc: 0.
Changing IDC to 6 allowed the encode to proceed.
To Reproduce
Logs
Please make sure to remove any personal information or video names in the screenshots and logs!
(not necessary, it's a gameplay video I recorded for YouTube)
The text was updated successfully, but these errors were encountered: