-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_360p_12fps.yaml
More file actions
89 lines (69 loc) · 1.9 KB
/
config_360p_12fps.yaml
File metadata and controls
89 lines (69 loc) · 1.9 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
# 360p @ 12fps Test Configuration
# 2x resolution upgrade from ultra_fast (180p)
# Same FPS to keep render time manageable
# Target: 6-8 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_360p"
video_name: "test_360p.mp4"
frames_dir: "outputs/test_360p/frames"
prep_json: "outputs/test_360p/prep_data.json"
video:
# 360p resolution - 4x more pixels than 180p
resolution: [640, 360] # Standard 360p (YouTube Shorts compatible)
fps: 12 # Keep same FPS as ultra_fast for speed
render_engine: "EEVEE" # Fast engine
samples: 16 # Keep low samples for speed (upgrade later if needed)
codec: "libx264"
quality: "medium" # Slight quality bump from "low"
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: 3 # Slightly thicker for better visibility at 360p
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"