updated to video creation

This commit is contained in:
2025-07-02 16:41:44 +03:00
parent 3ccbf72599
commit 291e5bab44
22 changed files with 206303 additions and 105 deletions

View File

@@ -722,6 +722,40 @@
height: 202
size_hint_x: 1
# 3D Video Animation frame
BoxLayout:
orientation: "horizontal"
size_hint_y: None
height: 60
padding: [10, 10, 10, 10]
spacing: 10
canvas.before:
Color:
rgba: 0.15, 0.15, 0.18, 1
Rectangle:
pos: self.pos
size: self.size
Label:
text: "Generate 3D video animation\nsimilar to Relive style"
font_size: 16
color: 1, 1, 1, 1
size_hint_x: 0.7
halign: "left"
valign: "middle"
text_size: self.size
Button:
text: "Generate\n3D Video"
size_hint_x: 0.3
font_size: 14
background_color: 0.8, 0.2, 0.4, 1
color: 1, 1, 1, 1
halign: "center"
valign: "middle"
text_size: self.size
on_press: root.generate_3d_video()
Widget:
size_hint_y: 1