diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 04:36:13 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 04:36:13 +0000 |
commit | f109c2fc7c7ed195003d9deb20710b49d86f12c8 (patch) | |
tree | e41cc182f640c1e0a597f7f1e6444bf4729279c4 /tools/image2video | |
parent | 2c2ff1462d288567db0cf90faa5591f0823042ff (diff) |
Fungerende intro-outro. :) Litt lese stoff og små fikser.
Diffstat (limited to 'tools/image2video')
-rw-r--r-- | tools/image2video | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/image2video b/tools/image2video index 23ca123..30fbecb 100644 --- a/tools/image2video +++ b/tools/image2video @@ -9,7 +9,8 @@ EXT=`echo "$1"|awk -F . '{print $NF}'` NAME=`basename $1 .$EXT` WIDESCREEN=`./video_aspect_ratio $1` -FRAMES=`./video_fps $1` +#FRAMES=`./video_fps $1` +FRAMES=1 ENDNAME=$2 NTSC=`./video_standard $1` |