[Digikam-devel] [Bug 115705] ERROR: [yuvscaler] Could'nt read YUV4MPEG header!

carles ferrando carles.ferrando at gmail.com
Mon Nov 7 21:21:31 GMT 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=115705         




------- Additional Comments From carles.ferrando gmail com  2005-11-07 22:21 -------
( Hola Antonio carlos: Permiteme que te conteste en español )
Para resolver el bug en tu computadora tienes que abrir
/usr/bin/images2mpg como root y buscar la frase siguiente ( casi al final del script):

 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"

cambiala por esta otra:

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"

El Create mpeg slideshow funcionará ahora muy bien.  El /usr/bin/ppmtoy4m necesita el argumento -S 420mpeg2 . Esta solución fue enviada por Anthony Tantillo el 2005-09-15. Saludos.



More information about the Digikam-devel mailing list