Summary: | ERROR: [yuvscaler] Could'nt read YUV4MPEG header! | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | carles ferrando <carles.ferrando> |
Component: | Plugin-Generic-VideoSlideshow | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | caulier.gilles |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 5.7.0 | |
Sentry Crash Report: |
Description
carles ferrando
2005-11-04 21:54:56 UTC
*** This bug has been marked as a duplicate of 109739 *** 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 ( 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. 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. 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. This problem is not reproducible since digiKam core include a video slideshow tool based on QtAV + ffmpeg. |