diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2009-10-26 13:49:20 +0000 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2009-10-26 13:49:20 +0000 |
commit | 29528ec16bdeeb55886592e8762a26ea061cda96 (patch) | |
tree | b1303c57706398263dc3b5673b222c821d959318 | |
parent | 4fc58c5f102bd76fc022c3343b30c6567df5c263 (diff) |
Add URL and examples on how to generate DV file.
-rwxr-xr-x | makefront/makefront | 6 |
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"; |