mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 01:52:19 +00:00
player: force stereo as default when encoding
I think the new default for this option might be rather bad in encoding mode. For starters, we don't even know what layers an encoder supports at all.
This commit is contained in:
parent
77a4a87e7e
commit
bde7fa5a46
@ -422,6 +422,7 @@ int mp_initialize(struct MPContext *mpctx)
|
||||
m_config_set_option0(mpctx->mconfig, "load-scripts", "no");
|
||||
m_config_set_option0(mpctx->mconfig, "osc", "no");
|
||||
m_config_set_option0(mpctx->mconfig, "framedrop", "no");
|
||||
m_config_set_option0(mpctx->mconfig, "audio-channels", "stereo");
|
||||
mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user