From ac329e140435c3488ea5dfef89d237e2325da9e4 Mon Sep 17 00:00:00 2001 From: Javier Date: Wed, 12 Feb 2020 00:08:06 +0100 Subject: initial import --- app/svgs/generate_video.sh | 7 +++ app/svgs/video_file_error.png | Bin 0 -> 10587 bytes app/svgs/video_file_error.svg | 92 ++++++++++++++++++++++++++++++++++++++++ app/svgs/video_file_missing.png | Bin 0 -> 10640 bytes app/svgs/video_file_missing.svg | 44 +++++++++++++++++++ app/svgs/videowall.svg | 82 +++++++++++++++++++++++++++++++++++ 6 files changed, 225 insertions(+) create mode 100755 app/svgs/generate_video.sh create mode 100644 app/svgs/video_file_error.png create mode 100644 app/svgs/video_file_error.svg create mode 100644 app/svgs/video_file_missing.png create mode 100644 app/svgs/video_file_missing.svg create mode 100644 app/svgs/videowall.svg (limited to 'app/svgs') diff --git a/app/svgs/generate_video.sh b/app/svgs/generate_video.sh new file mode 100755 index 0000000..450a7eb --- /dev/null +++ b/app/svgs/generate_video.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +for i in video_file_missing video_file_error; do + ffmpeg -stream_loop 16 -i $i.png -vc libx264 -pix_fmt yuv420p -vprofile baseline -vf setpts=N/TB -movflags +faststart $i.mp4 +done + + diff --git a/app/svgs/video_file_error.png b/app/svgs/video_file_error.png new file mode 100644 index 0000000..fae4451 Binary files /dev/null and b/app/svgs/video_file_error.png differ diff --git a/app/svgs/video_file_error.svg b/app/svgs/video_file_error.svg new file mode 100644 index 0000000..adee487 --- /dev/null +++ b/app/svgs/video_file_error.svg @@ -0,0 +1,92 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/app/svgs/video_file_missing.png b/app/svgs/video_file_missing.png new file mode 100644 index 0000000..51d3e79 Binary files /dev/null and b/app/svgs/video_file_missing.png differ diff --git a/app/svgs/video_file_missing.svg b/app/svgs/video_file_missing.svg new file mode 100644 index 0000000..0291c75 --- /dev/null +++ b/app/svgs/video_file_missing.svg @@ -0,0 +1,44 @@ + + + + + + image/svg+xml + + + + + + + + ? diff --git a/app/svgs/videowall.svg b/app/svgs/videowall.svg new file mode 100644 index 0000000..e1f6367 --- /dev/null +++ b/app/svgs/videowall.svg @@ -0,0 +1,82 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + -- cgit v1.2.3