-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample_settings.json
More file actions
73 lines (73 loc) · 2.27 KB
/
example_settings.json
File metadata and controls
73 lines (73 loc) · 2.27 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"metadata": {
"batch_name": "sample_video_1768849183",
"source_video": "/home/user/videos/sample_video.mp4",
"source_video_name": "sample_video.mp4",
"created_at": "2026-01-19 19:59:43",
"created_timestamp": 1768849183.324937,
"project_version": "0.9.2",
"processing_status": "completed",
"last_updated": "2026-01-19 20:00:30",
"last_updated_timestamp": 1768849230.4349878,
"completed_at": "2026-01-19 20:00:30",
"completed_timestamp": 1768849230.4349885,
"processing_duration_seconds": 47.11005187034607,
"processing_duration_formatted": "00:00:47"
},
"video_properties": {
"width": 1920,
"height": 1080,
"fps": 30.0,
"duration": 60.0,
"frame_count": 1800,
"aspect_ratio": 1.778,
"aspect_ratio_text": "1920:1080"
},
"processing_settings": {
"start_time": null,
"end_time": null,
"resolution": "original",
"target_fps": null,
"vr_format": "side_by_side",
"vr_resolution": "auto",
"baseline": 0.065,
"focal_length": 1000,
"preserve_audio": true,
"keep_intermediates": true,
"video_encoder": "auto",
"device": "auto",
"model_size": "vitb",
"depth_model_version": "v3",
"depth_resolution": "auto",
"use_metric_depth": true,
"temporal_window_size": 32,
"temporal_window_overlap": 10,
"super_sample": "none",
"apply_distortion": true,
"fisheye_projection": "stereographic",
"fisheye_fov": 180,
"crop_factor": 1,
"fisheye_crop_factor": 0.7,
"hole_fill_quality": "advanced",
"upscale_model": "none",
"experimental_frame_interpolation": false,
"enable_live_preview": true,
"preview_update_interval": 2,
"per_eye_width": 1920,
"per_eye_height": 1080,
"vr_output_width": 3840,
"vr_output_height": 1080,
"source_width": 1920,
"source_height": 1080,
"source_fps": 30.0
},
"output_info": {
"output_directory": "/home/user/workspace/depth-surge-3d/output/sample_video_1768849183",
"expected_output_filename": "sample_video_3D_side-by-side_auto.mp4"
},
"runtime_info": {
"final_output": "/home/user/workspace/depth-surge-3d/output/sample_video_1768849183/sample_video_3D_side-by-side_auto.mp4",
"frames_processed": 1800,
"processing_time_seconds": 47.11057233810425
}
}