From: Urban Wallasch Date: Wed, 5 May 2021 20:09:25 +0000 (+0200) Subject: * Store customvf filter settings in index file. X-Git-Tag: v0.1~6 X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=2ff9db3600820030ff7e74fce05830ea2eb33b35;p=ffpreview.git * Store customvf filter settings in index file. --- diff --git a/ffpreview.py b/ffpreview.py index 0106ac9..da53345 100755 --- a/ffpreview.py +++ b/ffpreview.py @@ -200,6 +200,7 @@ thinfo = { 'frame_skip': cfg.frame_skip, 'time_skip': cfg.time_skip, 'scene_thresh': cfg.scene_thresh, + 'customvf': cfg.customvf, 'date':0, 'th':[] }