[Kde-imaging] [Bug 109739] yuvscaler error in digikam

Anthony Tantillo ATantillo7759 at wowway.com
Thu Sep 15 01:40:51 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=109739         




------- Additional Comments From ATantillo7759 wowway com  2005-09-15 01:40 -------
Comment 1 is correct.  I found out that if you have mjpegtools 1.6.3 and you change the following line in /usr/bin/images2mpg from

 done | $PPMTOY4M_BIN -v $VERBOSE -n $NBFRAMETOTAL -F $IMAGES_SEC_FORMAT | $YUVSCALER_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -O $VIDEO_FORMAT | $MPEG2ENC_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -b $BIT_RATE -V $BUFFER_SIZE -f $VIDEO_FORMAT_NUMBER -o "$TMPFILENAME.tmp.m2v"

to 

done | $PPMTOY4M_BIN -v $VERBOSE -n $NBFRAMETOTAL -F $IMAGES_SEC_FORMAT -S 420mpeg2 | $YUVSCALER_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -O $VIDEO_FORMAT | $MPEG2ENC_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -b $BIT_RATE -V $BUFFER_SIZE -f $VIDEO_FORMAT_NUMBER -o "$TMPFILENAME.tmp.m2v"

the mpeg slideshow function works.  The /usr/bin/ppmtoy4m needs the -S 420mpeg2 argument.

I found this out while tracing an error in dvdstyler to mjpegtools.


More information about the Kde-imaging mailing list