Freud_Tux
(usa Outra)
Enviado em 13/08/2015 - 20:07h
E aee!!
Lhe peço desculpas pela demora.
Então né....
Eu curti demais o normalize-audio (só rola via linha de comando).
Praticamente faz a mesma coisa que o mp3gain, tanto com GUI, quanto via linha de comando.
Pra falar a verdade, achei até bem mais simples.
Quem sabe um dia eu "volto" para o mp3gain, mas por enquanto, vou ficar com o normalize-audio ;)
Mas agradeço pela ajuda ;)
Bem, antes que eu me esqueça, eu coloquei o comando errado sobre o normalize audio, o corrento é esse:
normalize-audio "parâmetro sem aspas" *."formato do arquivo"
Ficaria assim, por exemplo:
normalize-audio -bv *.mp3
Aqui a saída do comando:
normalize-audio -bv *.mp3
Computing levels...
Level for "nome da música aqui sem aspas".mp3: -16,0627dBFS (-1,9457dBFS peak)
Level for "nome da música aqui sem aspas".mp3: -17,0143dBFS (-3,5994dBFS peak)
Level for "nome da música aqui sem aspas".mp3: -17,0143dBFS (-3,5994dBFS peak)
Standard deviation is 0,45 dB
Average level: -16,6853dBFS
Applying adjustment of 4,69dB...
"nome da música aqui sem aspas"' O 100% done, ETA 00:00:00 (batch 100% done, ETA 00:00:00)
Simples simples :p
Aqui tem mais sobre os comandos:
normalize-audio --help
Usage: normalize-audio [OPTION]... [FILE]...
Normalize volume of multiple audio files
-a, --amplitude=AMP normalize the volume to the target amplitude
AMP [default -12dBFS]
-b, --batch batch mode: get average of all levels, and
use one adjustment, based on the average
level, for all files
--clipping turn off limiter; do clipping instead
--fractions display levels as fractions of maximum
amplitude instead of decibels
-g, --gain=ADJ don't compute levels, just apply adjustment
ADJ to the files. Use the suffix "dB"
to indicate a gain in decibels.
-l, --limiter=LEV limit all samples above LEV [default -6dBFS]
-m, --mix mix mode: get average of all levels, and
normalize volume of each file to the
average
-n, --no-adjust compute and display the volume adjustment,
but don't apply it to any of the files
--peak adjust by peak level instead of using
loudness analysis
-q, --quiet quiet (decrease verbosity to zero)
-t, --average-threshold=T when computing average level, ignore any
levels more than T decibels from average
-T, --adjust-threshold=T don't bother applying any adjustment smaller
than T decibels
-v, --verbose increase verbosity
-w, --output-bitwidth=W force adjusted files to have W-bit samples
-V, --version display version information and exit
-h, --help display this help and exit
Report bugs to <chrisvaill@gmail.com>.
T+ e obrigado a todos pela ajuda ;)