脚本有注释
nvenc --avhw -i "2.mp4" -c hevc --qvbr 23 --multipass 2pass-full --profile main10 -u P7 --output-depth 10 -b 5 --ref 16 --bref-mode each --lookahead 32 -o "out.mp4" --vpp-resize algo=ngx-vsr,superres-mode=0 --output-res 1920x-2
nvenc --avhw -i "2.mp4" -c raw --cqp 0 --vpp-resize algo=ngx-vsr,superres-mode=0 --output-res 3840x2160 -o - | nvenc --y4m -c hevc --qvbr 23 --multipass 2pass-full --profile main10 -u P7 --output-depth 10 -b 5 --ref 16 --bref-mode each --lookahead 32 --audio-source "2.mp4:codec=alac" --output-res 1920x1080 --vpp-resize algo=super -o "out2.mp4" -i -
nvenc --avhw -i "2.mp4" -c avc --lossless --vpp-resize algo=ngx-vsr,superres-mode=0 --output-res 3840x2160 -o - | nvenc --avhw -c hevc --qvbr 23 --multipass 2pass-full --profile main10 -u P7 --output-depth 10 -b 5 --ref 16 --bref-mode each --lookahead 32 --audio-source "2.mp4:codec=alac" --output-res 1920x1080 --vpp-resize algo=super -o "out2.mp4" -i -