config.json 594 Bytes
Newer Older
1
2
3
4
{
    "Brands": true,
    "IrregularityFileInput": "../input/BERIO060.mov_IrregularityFileInput.json",
    "OutputPath": "../output/",
5
6
7
8
    "PreservationAudioVisualFile": "../input/BERIO060.mov",
    "Speed": 7.5,
    "ThresholdPercentualTape": 80,
    "ThresholdPercentualCapstan": 92,
9
10
11
12
13
14
15
    "MinDist": 10,
    "AngleThresh": 10000,
    "ScaleThresh": 200,
    "PosThresh": 40,
    "MinDistTape": 10,
    "AngleThreshTape": 1000,
    "ScaleThreshTape": 1,
Nadir Dalla Pozza's avatar
Nadir Dalla Pozza committed
16
17
18
19
20
    "PosThreshTape": 1,
    "MinDistCapstan": 1,
    "AngleThreshCapstan": 1000,
    "ScaleThreshCapstan": 30,
    "PosThreshCapstan": 10
21
}