-
-
Notifications
You must be signed in to change notification settings - Fork 125
Closed as not planned
Description
Describe what you are attempting to do
starting with FLAC files, i want to normalize gain and output MP3's
example in the doc:
ffmpeg-normalize input.mp3 -c:a libmp3lame -b:a 320k -o output.mp3
what i'm running:
$ ffmpeg-normalize '10cc - Cry.flac' -codec:a libmp3lame -qscale:a 0 --progress --output="./output/10cc - Cry.mp3" --debug
usage: ffmpeg-normalize INPUT [INPUT ...] [-o OUTPUT [OUTPUT ...]] [options]
ffmpeg-normalize: error: unrecognized arguments: -codec:a libmp3lame -scale:a 0Additional context
ffmpeg-normalize 1.36.0
ffmpeg 7.1.1
Manjaro Linux
Metadata
Metadata
Assignees
Labels
No labels