Using processor Others -> Command Executor
Posted: Wed Apr 21, 2021 3:45 am
Hello,
I need to encode some DVCAM files, so I use ffmbc in a Command Executor process. The syntax is:
%ComSpec% /c ""ffmbc" -loglevel quiet -i "%s_original_full%" -r 29.97 -ac 2 -aspect 16:9 -target dvcam "%s_original_path%\Resultado\%s_original_name%.dv""
FFMBC needs the output filename as a parameter. The way I wrote the command makes the workflow to end after the command (I think). How should I change the hardcoded output filename in the command to have the possibility to use other processors and continue the workflow?
I need to encode some DVCAM files, so I use ffmbc in a Command Executor process. The syntax is:
%ComSpec% /c ""ffmbc" -loglevel quiet -i "%s_original_full%" -r 29.97 -ac 2 -aspect 16:9 -target dvcam "%s_original_path%\Resultado\%s_original_name%.dv""
FFMBC needs the output filename as a parameter. The way I wrote the command makes the workflow to end after the command (I think). How should I change the hardcoded output filename in the command to have the possibility to use other processors and continue the workflow?