Search found 5 matches

by Andre Benoit
Fri Sep 13, 2019 2:53 pm
Forum: Usage, tips and tricks
Topic: -map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor
Replies: 9
Views: 14270

Re: -map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor

Hi,

I have a text file that contains my FFmpeg recipe. I change it to a variable with "populate variables" and add this variable to the Command executor.
When I look at the prompt windows at the end, I see that my quotation marks, which have passed through the variable, have now become & quot ...
by Andre Benoit
Thu Sep 12, 2019 6:38 pm
Forum: Usage, tips and tricks
Topic: -map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor
Replies: 9
Views: 14270

Re: -map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor

Hi Steinar,

The idea is that I send the FFmpeg recipe as a text file and I only want the executor command to use it as is. I understand that I can write it in part and fill it with variables, but I would like the FFmpeg recipe does not reside in FFAStrans.
Is it possible to correct the situation ...
by Andre Benoit
Wed Sep 11, 2019 9:06 pm
Forum: Usage, tips and tricks
Topic: -map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor
Replies: 9
Views: 14270

-map "[v]" -map "[a]" become -map "[v]" -map "[a]" after passed through Command executor

Hi,

All my quotes in my FFmpeg recipe change to " when processed by command executor. I have verify with the generate text file module and it's ok but in the cmd.exe prompt windows I can see the change...

Example :
-map "[v]" -map "[a]" become -map "[v]" -map "[a]"

I'll ...