------- 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 Summary: ERROR: [yuvscaler] Could'nt read YUV4MPEG header! Product: digikam Version: unspecified Platform: Mandriva RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: digikam-devel kde org ReportedBy: carles.ferrando gmail com Version: digikam Create Mpeg SlideShow (using KDE KDE 3.4.2) Installed from: Mandriva RPMs Compiler: digikam 0.7.3 (with kde 3.4.2 ) source: mandriva 2006 OS: Linux LA LINEA DE ÓRDENES ES: images2mpg --with-gui -f VCD -n PAL -d 2 -t 5 -c 000 -T /home/carles/tmp/kde-carles/kipi-mpegencoderplugin-6314/ -M /usr/bin -I /usr/bin -o /home/carles/Vídeo/pepa-irlanda -i /home/carles/Fotografies/pepa-30-oct-2005/pict0135.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0136.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0138.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0142.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0144.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0145.jpg /.../ /home/carles/Fotografies/pepa-30-oct-2005/pict0455.jpg /home/carles/Fotografies/pepa-30-oct-2005/pict0457.jpg ----------------------------------------------- Initialising... Encoding image files... INFO: [yuvscaler] yuvscaler 1.6.3-rc3 (15-02-2004) is a general scaling utility for yuv frames INFO: [yuvscaler] (C) 2001-2004 Xavier Biquard <xbiquard free fr>, yuvscaler -h for help, or man yuvscaler Images encoding (%) : 0 [0 **ERROR: [yuvscaler] Could'nt read YUV4MPEG header! ----------------------------------------------- ESTADO DE SALIDA: error durante el proceso de codificación. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- 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 joern.ahrens kdemail net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |DUPLICATE ------- Additional Comments From joern.ahrens kdemail net 2005-11-05 00:24 ------- *** This bug has been marked as a duplicate of 109739 *** _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Carles Ferrando
------- 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 nog_1620 brturbo com br 2005-11-07 16:55 ------- Well, here I saw that the bug is resolved, but I don't know how to solve the problem. I am having the problem and I didn't find how to fix it in my computer. Sincerely Antonio Carlos _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Carles Ferrando
------- 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. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Carles Ferrando
------- 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 nog_1620 brturbo com br 2005-11-13 02:46 ------- I done what you advise me, changing the command line in /usr/bin/images2mpg. And this time it at least do some parts of process, but at the end of encoding (it seems) it sends me the following message this time: $IMAGES_SEC_FORMAT -S 420mpeg2 10633 Pipe quebrado | $YUVSCALER_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -O $VIDEO_FORMAT 10634 Instrução ilegal | $MPEG2ENC_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -b $BIT_RATE -V $BUFFER_SIZE -f $VIDEO_FORMAT_NUMBER -o "$TMPFILENAME.tmp.m2v" Merging MPEG flux... **ERROR: [mplex] Unable to open file /home/ribeiro/tmp/kde-ribeiro/kipi-mpegencoderplugin-10600//1131845281.tmp.m2v for reading. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Carles Ferrando
------- 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 nog_1620 brturbo com br 2005-11-15 23:41 ------- 5412 Broken Pipe | $YUVSCALER_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -O $VIDEO_FORMAT 5413 Ilegal Instruction | $MPEG2ENC_BIN -v $VERBOSE -n $VIDEO_TYPE_LETTER -b $BIT_RATE -V $BUFFER_SIZE -f $VIDEO_FORMAT_NUMBER -o "$TMPFILENAME.tmp.m2v" Merging MPEG flux... **ERROR: [mplex] Unable to open file /home/ribeiro/tmp/kde-ribeiro/kipi-mpegencoderplugin-5384//1132093820.tmp.m2v for reading. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |