Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ffmpeg overwrite

# Use the -y option to automatically overwrite:
ffmpeg -y -i input.flac output.mp3

# Use the -n option to NOT automatically overwrite:
ffmpeg -n -i input.flac output.mp3
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ffmpeg #overwrite
ADD COMMENT
Topic
Name
8+3 =