On Tue, 17 Aug 2004, Anne Wilson wrote: > Have I still got something wrong in there?
I think so, yes. ;) > ypipe -v 2 "lav2yuv 0 -f 125 image02.eli" "lav2yuv -v 0 -f 125 image03.eli" | > transist.flt -o 0 -O 255 -s 25 -d 25 | yuv2lav -v 0 -f a -q 80 -o > transition.avi > **ERROR: [lav2yuv] Error opening image03.eli: No such file or directory That error is fairly self-explantory I think. The file image03.eli apparently does not exist. OR, there's a format error - perhaps the contents of the file are scrambled somehow. > **ERROR: [lav2yuv] Error opening 0: No such file or directory That error is because I think you left out the "-v" in front of the 0. lav2yuv is interpreting the "0" as a filename. The command "lav2yuv 0 -f 125 image02.eli" probably should have been either "lav2yuv -v 0 -f 125 image02.eli" or simply "lav2yuv -f 125 image02.eli" image02.eli exists but it appears that image03.eli does not. > **ERROR: [ypipe] Failed to read first stream header: system error (failed > read/write) errno=0 > transist.flt: input stream error - system error (failed read/write) > **ERROR: [yuv2lav] Couldn't read YUV4MPEG header! All those are caused by lav2yuv exiting without writing any YUV4MPEG2 info out - ypipe sees the end of file without ever seeing the YUV4MPEG2 header or data > I've tried both -v 2 and -v2 in case that was the problem. Also, what is that > - -v 0 in the second argument? I can't find anything like it in the man page. I don't know why the extra arguments were added - I didn't put them there :) Now that those extra args have been removed it seems that new typos have crept in (and perhaps a missing or misspelled filename). "-v 0" disables message logging, "-v 2" enables debug output if the program has any debug statements. It's up to the program to decide what messages are "info" (usually "-v 1") or "debug" ("-v 2"). Thus the "-v 0" in the 2nd lav2yuv command is disabling all info and debug messages. Since that is the lav2yuv that is complaining about image03.eli not existing I think you want "-v 2" in that in order to see any info/debug messages that are generated during the opening attempt. Cheers, Steven Schultz ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users