summaryrefslogtreecommitdiffstats
path: root/tools/outro
diff options
context:
space:
mode:
Diffstat (limited to 'tools/outro')
-rwxr-xr-xtools/outro7
1 files changed, 4 insertions, 3 deletions
diff --git a/tools/outro b/tools/outro
index a898231..c9fc197 100755
--- a/tools/outro
+++ b/tools/outro
@@ -1,6 +1,6 @@
#!/bin/bash
#
-# Date: 2009-12-10
+# Date: 2009-12-16
# Author: Ole Kristian Lien
# License: GNU General Public License
#
@@ -20,6 +20,8 @@ if [ -z "$1" ]; then
exit 1
fi
+echo "Generating outro-video from $2 for $1..."
+
./image_text $1 outro-$COUNT black "TAKK TIL"
./fade $BASENAME-outro-$COUNT.png 3 black
rm $BASENAME-outro-$COUNT.png
@@ -42,7 +44,7 @@ IFS='
for i in $TAKK ; do
HVA=`echo "$i" | cut -d ":" -f 1`
HVEM=`echo "$i" | cut -d ":" -f 2`
-# echo "TAKK: $HVA - $HVEM"
+
./image_text $1 outro-$COUNT black "$HVEM" "$HVA"
./fade $BASENAME-outro-$COUNT.png 1 black
rm $BASENAME-outro-$COUNT.png
@@ -51,7 +53,6 @@ done
IFS=$IFS
for i in $URL ; do
-# echo "URL: $i"
./image_text $1 outro-$COUNT black " "
./fade $BASENAME-outro-$COUNT.png 1 black
rm $BASENAME-outro-$COUNT.png