From 2ff9db3600820030ff7e74fce05830ea2eb33b35 Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Wed, 5 May 2021 22:09:25 +0200 Subject: [PATCH] * Store customvf filter settings in index file. --- ffpreview.py | 1 + 1 file changed, 1 insertion(+) 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':[] } -- 2.30.2