-
Notifications
You must be signed in to change notification settings - Fork 15
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
How to encode VVC video like HEVC #25
Comments
Hello, @harinitw! Thank you for your reply! To find encoding time bitrate and PSNR in VVC, you need to encode sample video file to get results, but it's only XPSNR calculation for vvencapp tools.
vvencapp reports XPSNR of value 36.2365, but we will use FFmpeg to show PSNR result: Please note: Raw bitstreams of VVC may result wrong calculation, use mp4box to get real PSNR result:
If you're looking VVC VTM (VVC Test Model), you can checkout source code of VVC VTM: https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM, but it's experts only of a lot commands, nightly day commits and the compiler requires VC2017+ or GCC to build VVC VTM softwares. More information can be found: https://jvet.hhi.fraunhofer.de/ TIP for calculation of VMAF (easy):
Update: You could also check Multicoreware is developing and release x266 encoder in Q2 2023: https://multicorewareinc.com/faq-x266-webinar/ If you have any issue or question, please let me know.
|
sir I successfully encoded a video with the HM programme, but I ran into trouble with the VVC encoding, sir. I watched your YouTube video and built the folder and opened the ALL_BUILD solution file as instructed. I've included a errors of the build solution where the RUN tests issue appeared when I was building the solution. Please explain the process for include configuration files in command parameters. Sincere gratitude, sir 7/43 Test #7: Test_vvenclibtest-timestamps ..................... Passed 60.92 sec |
@harinitw, thank you for your response. Sorry for a long wait time. Anyway, I'm not kinda sure if you tick check on for ALL_BUILD on Visual Studio, it may be tests wrong or errors, years ago I did default check on ALL_BUILD on my visual studio and did not success for some reason. You can ignore "ALL_BUILD" error message for your option, because it builds all executable files. For tests, run vvencinterfacetest.exe and vvenclibtest.exe for vvenc tests if it's optional for you to test it out. But if you want to still report failed tests for your necessary, you can create issue to vvenc or vvdec of Fraunhofer HHI.
|
I have to close the issue, because it was generated CMake projects like ALL_BUILD and ZERO_CHECK. ALL_BUILD is reference to Feel free to reopen the issue. Thank you! :) Sincerely
|
good afternoon sir, I installed VVC software, according to your youtube video. I have a small doubt regarding VVC encoding , how to find encoding time bit rate, and psnr like HEVC. In HEVC HM software it shows VC2010, VC21015, VC2016, etc. like HM can we run VVC?
thanks in advance sir..
The text was updated successfully, but these errors were encountered: