aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/video_export.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/video_export.sh')
-rw-r--r--scripts/video_export.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/video_export.sh b/scripts/video_export.sh
index 7313c93..b345bd6 100644
--- a/scripts/video_export.sh
+++ b/scripts/video_export.sh
@@ -16,4 +16,11 @@ ffmpeg \
-acodec aac \
-strict \
-2 \
- DomeKey-Screencast.mp4
+ DomeKey-Screencast.h264.mp4
+
+ffmpeg \
+ -i Screencast.mov \
+ -c:v mpeg4 \
+ -q:v 5 \
+ -acodec aac \
+ DomeKey-Screencast.mpeg4.mp4