-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathsettings.yaml
More file actions
46 lines (33 loc) · 1.67 KB
/
settings.yaml
File metadata and controls
46 lines (33 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Python Funscript Editor settings
# Enable or disable an additional step to zoom in the Video before selecting a tracking
# feature for the Woman or Men.
use_zoom: False
# Set the desired zoom value which will be used when the zoom function is activated.
zoom_factor: 4.0
# Limit the max player speed in the tracking preview window (0 = disable limit)
max_playback_fps: 0
# Set the preview image scaling factor. With a value of 1.0, the window should fill the height
# or width of the screen depending on the aspect ratio of the video.
preview_scaling: 0.6
# Specify the tracker algorithm. Available options are 'MIL', 'KCF', 'CSRT'.
tracker: 'CSRT'
# Specify the wav file in the config directory to play when tracking finished (write 'off' to disable the sound notification)
notification_sound: 'off'
# Time in milliseconds at which the tracking is stopped if the selected feature is not found
# THIS feature has no effekt since v0.1.2!
tracking_lost_time: 0
# Specify the scene detector algorithm. Tracking pause at detected scene changes. Available options:
# - 'CSV': load scene csv file from [PySceneDetect](https://github.com/Breakthrough/PySceneDetect) if available
# - 'CONTENT': Detects cuts using changes in colour and intensity between frames.
# - 'THRESHOLD': Detects fades in video.
scene_detector: 'CSV'
# Output an position for each frame. This option disable post processing!
raw_output: False
# Force dark ui theme
dark_theme: False
# enable the tracking plausiblity check
tracking_plausibility_check: False
# enable logging on windows. logging cause some problems on windows only enable for debugging.
logging: False
# timeout for an ffmpeg steam
ffmpeg_timeout_in_seconds: 15