Search - User list
Full Version: FFmpeg Command - Audio Trim - overwrite files
Root » PDG/TOPs » FFmpeg Command - Audio Trim - overwrite files
papsphilip
i am using ffmpeg encode to trim an audio file, but when i already have a file i get this warning

"File 'F:/myfile.mp3' already exists. Overwrite ? (y/N) Not overwriting - exiting"

can i say Yes somehow instead of exiting?

I am using the custom command set to this:

ffmpeg -ss `chs("../trim_timestamp1")` -i "`chs("../audio")`" -to `chs("../trim_timestamp2")` "`chs("outputfilepath")`"
tpetrick
That's covered by the ffmpeg documentation: https://ffmpeg.org/ffmpeg.html#Main-options [ffmpeg.org]

-y (global) Overwrite output files without asking.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB