i try to run the command with cmd
"ffmpeg -i input.mp4 -vf selectivecolor=psfile=path/to/file.asv output.mp4" it works properly but when i add parameters -vf selectivecolor=psfile=path/to/file.asv in the Parameters box, it gives an error that the .asv file cannot be found (both versions of ffmpeg are the same). Please help me fix this
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i try to run the command with cmd
"ffmpeg -i input.mp4 -vf selectivecolor=psfile=path/to/file.asv output.mp4" it works properly but when i add parameters -vf selectivecolor=psfile=path/to/file.asv in the Parameters box, it gives an error that the .asv file cannot be found (both versions of ffmpeg are the same). Please help me fix this
Which is the entire parameters you are using?
yes, i just use 'selectivecolor'
Can you paste here the parameters that work for you on the command line?
it's here: ffmpeg -i input.mp4 -vf selectivecolor=psfile=path/to/file.asv output.mp4
ffmpeg filter paths in Windows are tricky. I've successfully tested this format:
-vf selectivecolor=psfile=C\\:\\\\Data\\\\test\\\\test.asv
It is required to escape path characters like that.
If you place a .avs file with the same name and path as the input file, you can use this variable:
-vf selectivecolor=psfile=%fn.asv
Last edit: Abel 2023-03-15
Thanks for helping me, I have one more question how to change the audio of a batch of videos
Last edit: phanhai 2023-03-14