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?
Using processor Others -> Command Executor
Re: Using processor Others -> Command Executor
Hey LCA,
welcome to the forum and thank you for using FFAStrans!
Thats easy, in the cmd processor you fill in the input "Set %s_source% variable to:"
Check out how %s_source% works here:
https://ffastrans.com/wiki/doku.php?id= ... _variables
You could aso set s_source using a populate variables node.
welcome to the forum and thank you for using FFAStrans!
Thats easy, in the cmd processor you fill in the input "Set %s_source% variable to:"
The next processor will work with your generated dv file as source file."%s_original_path%\Resultado\%s_original_name%.dv"
Check out how %s_source% works here:
https://ffastrans.com/wiki/doku.php?id= ... _variables
You could aso set s_source using a populate variables node.
emcodem, wrapping since 2009 you got the rhyme?
Re: Using processor Others -> Command Executor
It worked.
Thank you.
Thank you.