mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
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, "vo", "lavc");
|
||||||
m_config_set_option0(mpctx->mconfig, "ao", "lavc");
|
m_config_set_option0(mpctx->mconfig, "ao", "lavc");
|
||||||
m_config_set_option0(mpctx->mconfig, "fixed-vo", "yes");
|
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, "force-window", "no");
|
||||||
m_config_set_option0(mpctx->mconfig, "gapless-audio", "yes");
|
m_config_set_option0(mpctx->mconfig, "gapless-audio", "yes");
|
||||||
mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE);
|
mp_input_enable_section(mpctx->input, "encode", MP_INPUT_EXCLUSIVE);
|
||||||
|
Loading…
Reference in New Issue
Block a user