Re: normalization of audio when using ffmpeg2theora?

Jiří Navrátil <[email protected]>
Newsgroups gmane.comp.multimedia.ogg.theora.general
Message-ID <[email protected]>
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, [email protected] 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
> _______________________________
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.