DO video
This commit is contained in:
parent
568b86200e
commit
11696367a2
11 changed files with 75 additions and 12 deletions
Binary file not shown.
Binary file not shown.
29
video/script1.ev
Normal file
29
video/script1.ev
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
|
||||
Var MainfileSize = 0
|
||||
GetFileSizeK "taobin_project/video/main_page_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
|
||||
If MainfileSize = 10598934 Then
|
||||
If SystemDateMonth = 11 Then
|
||||
Var EventTurnOn = 1
|
||||
EndIf
|
||||
|
||||
If SystemDateMonth = 12 Then
|
||||
|
||||
Var EventTurnOn = 1
|
||||
|
||||
If SystemDateDay < 7 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
|
||||
If SystemDateDay = 6 Then
|
||||
Var EventTurnOn = 0
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var CountDownShowButton = 0
|
||||
Var ShowButtonClickFull = "Invisible"
|
||||
Var VideoMainPage = "ROOT/taobin_project/video/main_page_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
11
video/script2.ev
Normal file
11
video/script2.ev
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
Var MainfileSize = 0
|
||||
GetFileSizeK "taobin_project/video/taobin_thank1_event.mp4" MainfileSize
|
||||
DEBUGVAR MainfileSize
|
||||
|
||||
If MainfileSize = 2786275 Then
|
||||
|
||||
If EventTurnOn = 1 Then
|
||||
Var video_file_name = "ROOT/taobin_project/video/taobin_thank1_event.mp4"
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
@ -1,5 +1,14 @@
|
|||
total 12400
|
||||
-rw-rw---- 1 root sdcard_rw 0 2021-11-01 15:13 sync_1.file
|
||||
remove taobin_thank1_event_alter.mp4
|
||||
remove main_page_event_alter.mp4
|
||||
|
||||
total 42772
|
||||
-rw-rw---- 1 root sdcard_rw 9268737 2022-09-28 15:26 main_page.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 10598934 2022-11-22 13:59 main_page_event.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 572 2022-11-22 15:16 script1.ev
|
||||
-rw-rw---- 1 root sdcard_rw 265 2022-11-22 15:19 script2.ev
|
||||
-rw-rw---- 1 root sdcard_rw 0 2022-11-22 12:01 sync_1.file
|
||||
-rw-rw---- 1 root sdcard_rw 557065 2021-02-18 15:05 taobin_brewing.mov
|
||||
-rw-rw---- 1 root sdcard_rw 920095 2021-02-18 15:05 taobin_drink_ok.mov
|
||||
-rw-rw---- 1 root sdcard_rw 4806758 2022-06-13 18:43 taobin_save_world1.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 6428830 2022-06-13 18:43 taobin_save_world2.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 4634942 2022-06-13 18:43 taobin_save_world3.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 2084830 2022-06-13 18:43 taobin_thank1.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 2786275 2022-11-22 13:59 taobin_thank1_event.mp4
|
||||
-rw-rw---- 1 root sdcard_rw 1631940 2022-06-13 18:43 taobin_thank2.mp4
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue