encode4mmp: more doc + fix shebang syntax

This commit is contained in:
Alexandre Quessy
2016-05-13 00:54:51 +00:00
parent 892a2c1869
commit 1d6be291f2
+4 -1
View File
@@ -1,5 +1,8 @@
# A script to convert files to a "safe" format suitable for MapMap.
#!/bin/sh
# A script to convert files to a "safe" format suitable for MapMap.
# It supports either one of these options:
# 1) <input> <output>
# 2) -m _result.mov *.{mov,mp4}
FORMAT="mjpeg"
if [ $# -lt 2 ];