I was thought because Hybrid has been using for MP4 files just a basic FFMPEG, and if i do this my digitizing will be much faster than basic h264
Here the settings
Code:
NVEnc --y4m -i - --fps 25.000 --codec h264 --profile high --level auto --sar 1:1
--lookahead 16 --cbr 6600 --max-bitrate 800000 --gop-len 0 --ref 5 --bframes 3
--direct auto --bref-mode auto --no-b-adapt --mv-precision Q-pel --cabac --deblock
--preset default --colorrange limited --colormatrix smpte170m --colorrange limited
--cuda-schedule sync --keyfile GENERATED_KEY_FILE --output
"C:\Users\Griffin\AppData\Local\Temp\КудаПриводятМечты_new.264"
IGNORE RUSSIAN TITLE ITS FOR MY AUNT!
Code:
NVEnc --y4m -i - --fps 25.000 --codec h264_nvenc --profile high --level auto
--sar 1:1 --lookahead 16 --cbr 6600 --max-bitrate 800000 --gop-len 0 --ref 5 --bframes 3
--direct auto --bref-mode auto --no-b-adapt --mv-precision Q-pel --cabac --deblock
--preset default --colorrange limited --colormatrix smpte170m --colorrange limited
--cuda-schedule sync --keyfile GENERATED_KEY_FILE --output
"C:\Users\Griffin\AppData\Local\Temp\КудаПриводятМечты_new.264"