View Single Post
Old 10th December 2018, 21:11   #14733  |  Link
Lyle_JP
Unreasonable User
 
Lyle_JP's Avatar
 
Join Date: Nov 2003
Posts: 216
Quote:
Originally Posted by tebasuna51 View Post
1) By default ffmpeg put in ac3 header a value of -center_mixlev 0.595, the correct default is 0.707 to avoid low dialog volume if downmixed to stereo.
I always use
Code:
-dialnorm -27
on my ffmpeg ac3 encodings. Does that do the same thing, or should I also add
Code:
-center_mixlev 0.707
?
Lyle_JP is offline