Shorten default export-preroll

Since 57118c2370, plugins are re-activated after every export.
So a silent pre no-roll is mainly useful for with realtime export,
and for some cases where a plugin does not correctly reset.

Note that for the first export, plugins are not currently flushed.
This commit is contained in:
Robin Gareus 2020-04-19 18:02:25 +02:00
parent 045200ba35
commit e163e38c13
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -266,5 +266,5 @@ CONFIG_VARIABLE (std::string, video_server_docroot, "video-server-docroot", "C:\
CONFIG_VARIABLE (bool, show_video_export_info, "show-video-export-info", true)
CONFIG_VARIABLE (bool, show_video_server_dialog, "show-video-server-dialog", false)
CONFIG_VARIABLE (float, export_preroll, "export-preroll", 10.0) // seconds
CONFIG_VARIABLE (float, export_preroll, "export-preroll", 2.0) // seconds
CONFIG_VARIABLE (float, export_silence_threshold, "export-silence-threshold", -INFINITY) // dB