Skip to content

Commit 384da10

Browse files
committed
Started on the videos..
1 parent 1ec48d6 commit 384da10

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

videos/convert-to-mp4.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
if [ "$#" -ne 1 ]; then
3+
echo "Incorect args. Usage: $0 <file basename to convert>"
4+
exit 1
5+
fi
6+
ffmpeg -i $1.mov $1.mp4

videos/demo1.mp4

5.77 MB
Binary file not shown.

0 commit comments

Comments
 (0)