Command executor output to delivery folder
Posted: Thu Jul 23, 2020 2:30 pm
Hi,
I am using a command executor to do a gpu conversion:
%comspec% /c "D:\NVEncC_5.11_x64\NVEncC64.exe -i "%s_source%" --vpp-select-every 2 --fps 60000/1001 -c hevc --cbr 20000 --cu-max 32 --bframes 0 --ref 4 --gop-len 30 --lookahead 15 --strict-gop --profile main10 --output-depth 10 --audio-codec aac --vpp-edgelevel --vpp-deband --video-tag hvc1 --cuda-schedule auto -o "%s_original_path%\%s_original_name%_NVEncC_UHD.mp4""
Is there a way to have to output go to a delivery folder instead?
Thank you,
Lawrence
I am using a command executor to do a gpu conversion:
%comspec% /c "D:\NVEncC_5.11_x64\NVEncC64.exe -i "%s_source%" --vpp-select-every 2 --fps 60000/1001 -c hevc --cbr 20000 --cu-max 32 --bframes 0 --ref 4 --gop-len 30 --lookahead 15 --strict-gop --profile main10 --output-depth 10 --audio-codec aac --vpp-edgelevel --vpp-deband --video-tag hvc1 --cuda-schedule auto -o "%s_original_path%\%s_original_name%_NVEncC_UHD.mp4""
Is there a way to have to output go to a delivery folder instead?
Thank you,
Lawrence