[theora] normalization of audio when using ffmpeg2theora?
Jiří Navrátil
jiri at navratil.cz
Sun Sep 19 14:02:22 PDT 2010
Hi,
Thank you for quick and helpful response.
Regarding video checks, I will try --pp autolevels (as only option I understand the indention :)
Thx again,
Jiri
--
Jiri Navratil, http://www.navratil.cz, +420 777 224 245
On 19.9.2010, at 22:33, j at v2v.cc wrote:
> Hi,
> you have to split audio into an extra file, with that you could use
> normalize-audio to adjust sound, something like this:
>
> ffmpeg -i $input $input.wav
> normalize-audio $input.wav
> ffmpeg -i $input -i $input.wav -map 0.0:0.0 \
> -map 1.0:0.1 \
> -vcodec copy -acodec copy \
> $input.normalized-audio.mkv
> ffmpeg2theora $input.normalize-audio.mkv
>
> ffmpeg2theora itself does not have any audio postprocessing, there are
> some options for video check --pp help
>
> j
> _______________________________
More information about the theora
mailing list