-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_input.py
42 lines (39 loc) · 1.15 KB
/
config_input.py
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
input_clip = {
'clipname': 'dnd',
'title': 'Dungeons And Dragons',
'desc': 'trailer of the Dungeon And Dragons movie',
'src': 'https://archive.org/download/dungeons-and-dragons-honor-among-thieves-2023-official-trailer-prores/DnD_DIGITAL_DOM-TRLR-1-NO-GC_TXTD_STEREO_HD_PRORES_2398_wBumper.mov',
'gop': 128,
'fps': 23.98,
'frames': 276,
'width': 1920,
'height': 1080,
}
"""
input_clip = {
'clipname': 'sollevante',
'title': 'SolLevante',
'desc': 'Netflix anime original',
'src': 'http://download.opencontent.netflix.com.s3.amazonaws.com/SolLevante/hdr10/SolLevante_HDR10_r2020_ST2084_UHD_24fps_1000nit.mov',
'gop': 128,
'fps': 24,
'frames': 384,
'width': 1920,
'height': 1080,
}"""
"""
input_clip = {
'clipname': 'matrix',
'title': 'Matrix',
'desc': 'some scenes from Matrix movie trailer',
'src': 'https://archive.org/download/the-matrix-resurrections-official-trailer-prores/rev-1-dom_trailer_1_online_txtd_mtrx4_ProResMaster_no_slate_prores.mov',
'gop': 128,
'fps': 23.98,
'frames': 360,
'width': 1920,
'height': 1080,
}
"""
work_dir = '/tmp'
final_dir = '/mnt/playground/codec_benchmarks'
cpu_cost_global_mult = 1.0