mirror of https://github.com/mpv-player/mpv
encode: disable keep-open when encoding
This commit is contained in:
parent
2f5217dd05
commit
78b07c7b60
|
@ -393,6 +393,7 @@ int mp_initialize(struct MPContext *mpctx)
|
|||
m_config_set_option0(mpctx->mconfig, "vo", "lavc");
|
||||
m_config_set_option0(mpctx->mconfig, "ao", "lavc");
|
||||
m_config_set_option0(mpctx->mconfig, "fixed-vo", "yes");
|
||||
m_config_set_option0(mpctx->mconfig, "keep-open", "no");
|
||||
m_config_set_option0(mpctx->mconfig, "force-window", "no");
|
||||
m_config_set_option0(mpctx->mconfig, "gapless-audio", "yes");
|
||||
mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE);
|
||||
|
|
Loading…
Reference in New Issue