[FFmpeg-devel] normalize-audio and video files

James Darnley james.darnley at gmail.com
Fri Jul 17 04:05:39 CEST 2015


On 2015-07-17 02:01, Emanuel Berg wrote:
> This zsh, using ffmpeg and normalize-audio, seems to
> do it. But it is slow. Remember normalize-audio is
> lightning fast so time is spent getting and putting
> together the audio with the movie. Perhaps it can be
> optimized somehow - do tell, if you know...

>     ffmpeg -i $song -i $movie ${name}-norm.$ext

>     ffmpeg -i $movie $song

If these are too slow for you try not encoding everything every time you
run ffmpeg.  You want to look at using "copy" as the codec.

Also, this is a user question.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20150717/360caee6/attachment.sig>


More information about the ffmpeg-devel mailing list