summaryrefslogtreecommitdiffstats
path: root/tools/convert2theora
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2009-12-10 04:36:13 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2009-12-10 04:36:13 +0000
commitf109c2fc7c7ed195003d9deb20710b49d86f12c8 (patch)
treee41cc182f640c1e0a597f7f1e6444bf4729279c4 /tools/convert2theora
parent2c2ff1462d288567db0cf90faa5591f0823042ff (diff)
Fungerende intro-outro. :) Litt lese stoff og små fikser.
Diffstat (limited to 'tools/convert2theora')
-rwxr-xr-xtools/convert2theora10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/convert2theora b/tools/convert2theora
index acdb12e..495da56 100755
--- a/tools/convert2theora
+++ b/tools/convert2theora
@@ -1,5 +1,10 @@
#!/bin/bash
-# ikke i svn
+#
+# Date: 2009-12-10
+# Author: Ole Kristian Lien
+# License: GNU General Public License
+#
+# Convert the video to Ogg Theora.
EXT=`echo "$1"|awk -F . '{print $NF}'`
BASENAME=`basename $1 .$EXT`
@@ -28,7 +33,8 @@ if [ ! -f "$BASENAME.ogv" ] ; then
--location "$LOCATION" \
--license "$LICENSE" \
> "$BASENAME.ogv-compresslog" 2>&1
-
+
+# NUUG:http://nuug.no/ alltid første URL?
# --organization # Name of organization (studio)
# --copyright # Copyright
# --license $LICENSE \