-
Notifications
You must be signed in to change notification settings - Fork 25
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
[Feature] VVC Support #51
Comments
If @Alkl58 add VVC support in his great encoder, i think the time will come to start a donation program! |
As far my testing goes: It does encode, even with a pipe. The problem is, that the bitstream output can't be muxed with mkvtoolnix/ffmpeg and can't be played back yet. I am unsure if I should add this already to the GUI. |
Throw it on the backburner then. Might be there in a few months. |
It have a modified LavFilter or DLL file to play VVC video through this https://github.com/MartinEesmaa/VVCEasy |
By the way, staxrip can already encode VVC. But sometimes there are problems with two passes. (Especially for videos with large files and too long duration, it may be related to too many logs. Its main program will get stuck, crash and stop encoding. There is no problem with crf.) The setting of the instruction set can also cause errors. It would be nice to keep the original command set setting/auto |
Something like https://github.com/fraunhoferhhi/vvenc ? It's licensed under BSD.
The text was updated successfully, but these errors were encountered: