Menu

Selective color with photoshop file

phanhai
2023-03-04
2023-03-16
  • phanhai

    phanhai - 2023-03-04

    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

     
  • Abel

    Abel - 2023-03-04

    Which is the entire parameters you are using?

     
    • phanhai

      phanhai - 2023-03-05

      yes, i just use 'selectivecolor'

       
      • Abel

        Abel - 2023-03-05

        Can you paste here the parameters that work for you on the command line?

         
        • phanhai

          phanhai - 2023-03-14

          it's here: ffmpeg -i input.mp4 -vf selectivecolor=psfile=path/to/file.asv output.mp4

           
          • Abel

            Abel - 2023-03-15

            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
            • phanhai

              phanhai - 2023-03-16

              Thanks for helping me, I have one more question how to change the audio of a batch of videos

               
    • phanhai

      phanhai - 2023-03-05
       

      Last edit: phanhai 2023-03-14

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.