Skip to content

Commit

Permalink
added generated videos
Browse files Browse the repository at this point in the history
  • Loading branch information
brzep committed Sep 20, 2024
1 parent 026652e commit 82dc701
Show file tree
Hide file tree
Showing 38 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*

!/static/video/inputs/*.mp4
Binary file added docs/static/video/inputs/input_1_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_1_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_1_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_1_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_1_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_1_854x480.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_2_854x480.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_3_854x480.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_4_854x480.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_5_854x480.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_1080x1440.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_1080x1920.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_1440x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_1920x1080.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_480x854.mp4
Binary file not shown.
Binary file added docs/static/video/inputs/input_6_854x480.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion generate/src/bin/generate_sample_videos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ fn generate_video(
let event_receiver = subscribe();
loop {
if let Ok(event) = event_receiver.recv() {
if event.kind == "OUTPUT_DONE".to_string() {
if event.kind == *"OUTPUT_DONE" {
break;
}
}
Expand Down

0 comments on commit 82dc701

Please sign in to comment.