Hello VP members!
Here is the original sample file:
https://sendgb.com/HxROXQD6ywU
The output file must be around 2500 Kilobit/sec in NVENC HEVC compression.
The Contest:
Can anybody make higher quality NVENC video with this bitrate?
My Settings: (the audio was ignored / not present in the transcoded video)
Settings:
NVEnc --avhw -i -INPUT- --fps 23.976 --codec h265 --profile main10 --level auto --tier high --sar 1:1 --lookahead 32 --output-depth 10 --vbrhq 2500 --max-bitrate 240000 --aq --aq-strength 8 --gop-len 600 --strict-gop --no-i-adapt --ref 7 --multiref-l0 7 --multiref-l1 7 --nonrefp --bframes 3 --bref-mode disabled --no-b-adapt --mv-precision Q-pel --cu-max 32 --cu-min 8 --preset quality --colormatrix bt709 --vpp-resize default --output-res 1920x1080 --vpp-gauss disabled --cuda-schedule sync --keyfile GENERATED_KEY_FILE --output "C:\AppData\Local\Temp\555.265"
My transcoded file is here: https://sendgb.com/31UsgYBHMf8
or here:
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Abdler; 17th Nov 2019 at 10:43.
-
Can anyone create a higher quality output file from this source file???
-
not really using NVEnC much, but here are some obvious things taking into account how MPEG compression works:
a. using 'open gop' should allow the encoder to produce better quality than closed gop
b. 'adaptive b-frame placement' should allow the the encoder to produce better quality than fixed b-frame placement
c. using 'temporal' adaptive quantization should allow the the encoder to produce better quality than when using spacial adaptive quantization (depending on the source strength 8 might be too high)
d. 'adaptive I-frame placement' should allow the encoder to produce better quality than when using a static I-frame placement
e. no using 'Key frames for chapters' should allow the encoder to produce better quality than when enforcing key frames at specific locations to help navigationusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
x265 HEVC Encoder
By x265 in forum Video ConversionReplies: 781Last Post: 2nd Aug 2019, 01:28 -
Turing NVENC HEVC doesn't worth,it was just marketing.Wasn't it? TESTS
By Cumberiron in forum Video ConversionReplies: 10Last Post: 29th May 2019, 07:25 -
What are the max options for Turing NVENC HEVC in FFMPEG?
By Cumberiron in forum Video ConversionReplies: 0Last Post: 28th May 2019, 01:25 -
WARNING: NVidia GTX 1650 doesn't have the Turing encoder's B-Frames support
By hiroo in forum Video ConversionReplies: 4Last Post: 25th Apr 2019, 15:10 -
HEVC Encoder and settings
By Cyano in forum Video ConversionReplies: 3Last Post: 8th Feb 2018, 06:55