You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting application...
Error: The 'codec' argument is required.
Error: The 'output-pattern' argument is required.
Error: Specified input directory 'C:\Users\Tobi\Videos\Delta Force" --output-pattern {{name}}_watermark.mp4 --convert -- -i watermark.png -filter_complex [1]format=rgba,lut=a=val*0.3[watermark];[0][watermark]overlay=(main_w-overlay_w)/2:(main_h-overlay_h)/2 -c: a copy' does not exist.
--output-pattern is provided and from my understanding, --convert should replace --codec
The text was updated successfully, but these errors were encountered:
CodeF0x
changed the title
Passing complex arguments to ffmpeg crashes
Passing complex arguments to ffmpeg crashes ffmp
Feb 4, 2025
I am trying to add a watermark to some files with the following command:
This produces the error
--output-pattern
is provided and from my understanding,--convert
should replace--codec
The text was updated successfully, but these errors were encountered: