I'm trying to use a new preset I made which needs to use the file name as another argument. How would I get the file name to become another argument in the custom arguments?
For those curious, here's the custom arguments I'm using
-vf subtitles=input.mkv -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 192k
How would I replace input.mkv to actually have the real file name/path?
I'm trying to use a new preset I made which needs to use the file name as another argument. How would I get the file name to become another argument in the custom arguments?
For those curious, here's the custom arguments I'm using
-vf subtitles=input.mkv -c:v libx264 -crf 23 -preset medium -c:a aac -b:a 192k
How would I replace input.mkv to actually have the real file name/path?