# 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