-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_720p_12fps.yaml
More file actions
90 lines (70 loc) · 1.87 KB
/
config_720p_12fps.yaml
File metadata and controls
90 lines (70 loc) · 1.87 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
# 720p @ 12fps Test Configuration
# Standard HD resolution (1280x720)
# 1.78x resolution upgrade from 540p
# 16x resolution upgrade from 180p (ultra_fast)
# Target: 12-15 minutes total for 30s video
inputs:
mascot_image: "assets/fox.png"
song_file: "assets/song.wav"
lyrics_file: "assets/lyrics.txt"
output:
output_dir: "outputs/test_720p"
video_name: "test_720p.mp4"
frames_dir: "outputs/test_720p/frames"
prep_json: "outputs/test_720p/prep_data.json"
video:
# 720p resolution - Standard HD
resolution: [1280, 720] # 720p HD
fps: 12 # Keep same FPS for direct comparison
render_engine: "EEVEE" # Fast engine
samples: 32 # Higher samples for better quality at this resolution
codec: "libx264"
quality: "medium" # Medium quality encoding
style:
lighting: "jazzy"
mascot: "fox"
colors:
primary: [0.8, 0.3, 0.9]
secondary: [0.3, 0.8, 0.9]
accent: [0.9, 0.8, 0.3]
background: "solid" # Solid color faster than HDRI
animation:
mode: "2d_grease" # 2D is faster than 3D
enable_lipsync: true
enable_gestures: true
enable_lyrics: true
enable_effects: false # Keep effects disabled for speed
gesture_intensity: 0.5
lyrics_style: "bounce"
gp_style:
stroke_thickness: 5 # Thicker strokes for 720p visibility
ink_type: "clean"
enable_wobble: false
wobble_intensity: 0.0
effects:
fog:
enabled: false
particles:
enabled: false
lights:
spotlight:
enabled: true
intensity: 300
flashes:
enabled: false
hdri:
enabled: false
rhubarb:
executable_path: null
use_mock_fallback: true
advanced:
preview_mode: true
preview_scale: 1.0
keep_intermediate: false # Don't keep frames to save space
verbose: true
threads: null
debug_mode: false # Set to true if you want positioning markers
blender:
executable_path: null
background: true
script_path: "blender_script.py"