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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user