config.json 593 Bytes
Newer Older
1
2
3
4
{
    "Brands": true,
    "IrregularityFileInput": "../input/BERIO060.mov_IrregularityFileInput.json",
    "OutputPath": "../output/",
Nadir Dalla Pozza's avatar
Update.    
Nadir Dalla Pozza committed
5
    "PreservationAudioVisualFile": "../input/BERIO058.mov",
6
7
8
9
10
11
12
13
14
15
    "Speed": 15,
    "ThresholdPercentual": 80,
    "ThresholdPercentualPinchRoller": 90,
    "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
}