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.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to