summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2009-10-26 13:49:20 +0000
committerPetter Reinholdtsen <pere@hungry.com>2009-10-26 13:49:20 +0000
commit29528ec16bdeeb55886592e8762a26ea061cda96 (patch)
treeb1303c57706398263dc3b5673b222c821d959318
parent4fc58c5f102bd76fc022c3343b30c6567df5c263 (diff)
Add URL and examples on how to generate DV file.
-rwxr-xr-xmakefront/makefront6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefront/makefront b/makefront/makefront
index 4074870..46fc54f 100755
--- a/makefront/makefront
+++ b/makefront/makefront
@@ -30,6 +30,10 @@ print "Output til filen ${filename}...\n";
#Starte med å putte NUUG-logoen på video-bakgrunnen.
`composite -geometry +52+167 NUUG-logo-2-150.png NUUG-vid_bg.png $filename`;
+# Deretter URL under denne
+`convert $filename -fill white -pointsize 50 -draw "text 52,840 'http://www.nuug.no/'" $filename`;
+
+
print "Laget trinn 1 av 3...\n";
#Putte CC-BY-SA-logoen på der igjen
@@ -83,6 +87,8 @@ print "Laget trinn 3 av 3 ($filename opprettet).\n";
# Convert to PAL size
#convert -size 720x576
# NUUG-vid_front${count}.png NUUG-vid_front${count}-pal.png
+# Generate 10 second DV file
+#image2raw -r 250 NUUG-vid_front${count}-pal.png > NUUG-vid_front${count}-pal.dv
print "Makefront avslutter\n";