summaryrefslogtreecommitdiff
path: root/app/svgs/generate_video.sh
diff options
context:
space:
mode:
Diffstat (limited to 'app/svgs/generate_video.sh')
-rwxr-xr-xapp/svgs/generate_video.sh7
1 files changed, 7 insertions, 0 deletions
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
+
+