On Mon, 2009-01-26 at 15:27 +0100, Christian Marillat wrote:
> The script.
> 
> ,----
> | #!/bin/sh
> | 
> | FPS="18"
> | QUALITY="3"
> | BITRATE="800"
> | GEOMETRY="1024x768"
> | TMP_FILE="/tmp/jpglist"
> | DIR=$1
> | AVI_FILE="film-"$DIR".avi"
> | 
> | ls $DIR/*.jpg >$TMP_FILE
> | 
> | transcode -x imlist,null -i $TMP_FILE -f $FPS -o $AVI_FILE -Q $QUALITY \
> |           -y xvid,null -k -w $BITRATE -g $GEOMETRY
> `----

to add
-V rgb24
should be enough.

HTH,

-- 
Francesco Romani // Ikitt
http://fromani.exit1.org  ::: transcode homepage
http://tcforge.berlios.de ::: transcode experimental forge

Reply via email to