mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
encode4mmp: more doc + fix shebang syntax
This commit is contained in:
+4
-1
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user