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
Command executor output to delivery folder
-
- Posts: 23
- Joined: Wed Jul 18, 2018 4:57 pm
Re: Command executor output to delivery folder
hey Lawrence,
sure you can do this, it depends a little if you need to calculate your delivery folder or it is always the same,
e.g. change this
"%s_original_path%\%s_original_name%_NVEncC_UHD.mp4"
to this:
"\\server\share\folder\%s_original_name%_NVEncC_UHD.mp4"
sure you can do this, it depends a little if you need to calculate your delivery folder or it is always the same,
e.g. change this
"%s_original_path%\%s_original_name%_NVEncC_UHD.mp4"
to this:
"\\server\share\folder\%s_original_name%_NVEncC_UHD.mp4"
emcodem, wrapping since 2009 you got the rhyme?
-
- Posts: 23
- Joined: Wed Jul 18, 2018 4:57 pm
Re: Command executor output to delivery folder
emcodem,
Thank you for your reply. What i mean is can i take the output of a command execute node and pipe it into a delivery folder node, and then use the delivery folder node to specify the location and name of the output file?
Thank you,
Lawrence
Thank you for your reply. What i mean is can i take the output of a command execute node and pipe it into a delivery folder node, and then use the delivery folder node to specify the location and name of the output file?
Thank you,
Lawrence
Re: Command executor output to delivery folder
Understood, so what you do in this case is in the command executor node, check the "set %s_sourcce%" checkbox and enter the name of the produced file, e.g. just this:
This checkbox will tell the "delivery" (and all other subsequent nodes) that they shallw work with the provided file name
Code: Select all
%s_original_path%\%s_original_name%_NVEncC_UHD.mp4
emcodem, wrapping since 2009 you got the rhyme?
-
- Posts: 23
- Joined: Wed Jul 18, 2018 4:57 pm
Re: Command executor output to delivery folder
emcodem,
this solution works perfectly.
thank you.
this solution works perfectly.
thank you.
Re: Command executor output to delivery folder
So nice for stepping by and saying thanks, really appreciated!
emcodem, wrapping since 2009 you got the rhyme?