-
Notifications
You must be signed in to change notification settings - Fork 169
A littlle lack of details #607
Comments
Hi @luca2125, I am not sure which is the command line you used to encode with SVT-HEVC. Could you paste the command line here? |
Yes: libsvt (-qp 19) libsvt libx265 however on: you find the screenshots, the command lines, the video and others, where you can compare better the results. To avoid any doubts I have now uploaded in the some folder the ffmpeg.exe binary that I have used for all tests. In theory if you lanuch the command line with this ffmpeg.exe you will get the exact files that there are on google grive. Please let me known if you need more matherial for this or for the other post. |
Hi @luca2125 , thanks. Even though you set both encoders with same preset and qp/crf, it doesn't mean they will produce same quality output. The internal implementation of |
Hi @tianjunwork, Thank you for your reponse. I have upload all these files on google drive to show you what happen:
You have right for this reason I have lowered the GP to 19 on "title_t00_libsvrt_60_Sec_no_audio_no_10_bit_19.mkv" that produce a more great file 28 MB vs 23 MB, but stil missiong part of detail.
My test confirm what you say for this reason I have included a smaller Libx265 "title_t00_Libx265_60_sec_Slow_no_audio_nr.mkv" If you see: title_t00_libsvrt_60_Sec_no_audio_no_10_bit_19_gp title_t00_Libx265_60_sec_Slow_no_audio_nr the Libx265 is smaller than libsvrt but there is more details. As I say in my previous message lower the gp < 21 and lower the preset don't do much difference in term of details. If need I can send other samples but I think onle these files are the demostration. Please let me known. Best Reagrds Marco |
I guess |
Yes, is correct. I confirm that if I set the preset to 0 I get improvement and at the some way if lower gp I get improvement. Please excuse me I have used a wrong words. What I mean that to match the some details SVT-HEVC need more space. To do an example: 70 MB 23 MB these files are similar level of details. I have uploaded in this folder the screenshot do to A/B test: In my test SVT-HEVC with my PC is more 2/3 times faster than libx265 but need 2/3 the space to match the some level of details (this is a aproximative). In my case the speed is prioritary , however if you think is possibile restore more details without sacrify time and size, will be a good thing, otherwise it is good result considering the time it takes. |
There is no plan of adding new encoding algorithms to improve encoding efficiency for SVT-HEVC. What I can suggest is to find a trade-off between encoding speed and output quality for your use case. |
hi @tianjunwork , @guojiansheng0925 ,
Good morning while I wating for your review about my previous post:
#606
I have performed a deep quality test A/B Libx265 vs Libsvrt with similar parameters.
Here the shared folder with all tests with video / command lines and screeeshot comparation
https://drive.google.com/drive/folders/1kdhGvSdS0JBh3xFBUZTfYT4cG0uR2mz_?usp=sharing
There no doubt that Libsvrt is more faster than Libx265 (2 or 3 times on my CPU) and with less noise, but I found a littlle lack of details.
After this I have tried the preset very slow and lower the CP paramter and I don't get too much difference.
and than I was thinked: what happen If I add "-vf vaguedenoiser" on Libx265 ? and with my surprise I see the result of Libx265 very close to source without noise and without sacrify more additional encoding time.
Here a samples:
Original
Libx265
Libsvrt
Becouse I need to encode about 4 TB of videos (and this means months of PC running) the encoding time is prioritary and I can't use Libx265 becouse need too much time, If is possible restore more details in some way without sacrify more encoding time will be a very good news, if no, pacience, considetation the time save to get the result is a good compromise for my need.
Many thanks !
The text was updated successfully, but these errors were encountered: