diff options
Diffstat (limited to 'tools/convert2theora')
-rwxr-xr-x | tools/convert2theora | 10 |
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 \ |