Hallo > I am trying to tranfer several jpgs to a mpeg. I installed > mjpegtools-1.6.2-1.i386.rpm and several other rpm in the > server. > > However, when I do the following commands. It does not work. > I am think maybe the library is wrong or I miss something. > Could you help me? > > The jpegs are generated from Direct X, .Net windows XP. I have downloaded the other file you mention in your other mail.
> The RPMs I have installed are following: > > mjpegtools-1.6.2-1.i386.rpm > libdv-0.99-1.i686.rpm > libpng10-1.0.13-15.i386.rpm > mpeg2dec-0.2.1-mjpegtools-0.7.1.tar.gz > libquicktime-0.9.3-1.i386.rpm > SDL-1.2.5-6.i386.rpm > > Here are command I am using > $ uname -a > Linux 2.4.21-20.EL #1 i686 athlon i386 GNU/Linux > > $ jpeg2yuv -f 15 -I p -j *.jpg You do not want to the output in you stdout. You have to pipe that to a other program !!! Please read the mjpeg-howto you find on SF. There the section "Creating videos from other sources" will be very interresting for you. > INFO: [jpeg2yuv] Parsing & checking input files. > INFO: [jpeg2yuv] YUV colorspace detected. > > INFO: [jpeg2yuv] Starting decompression > INFO: [jpeg2yuv] Image dimensions are 244x162 > INFO: [jpeg2yuv] Movie frame rate is: 15.000000 frames/second > INFO: [jpeg2yuv] Non-interlaced/progressive frames. > INFO: [jpeg2yuv] Frame size: 244 x 162 > INFO: [jpeg2yuv] Number of Loops 1 > INFO: [jpeg2yuv] Now generating YUV4MPEG stream. > YUV4MPEG2 W244 H162 F15:1 Ip A0:0 > INFO: [jpeg2yuv] Processing non-interlaced/interleaved > 0.jpg, size 7603l. > Segmentation fault > convert *.jpg ppm:- | ppmtoy4m -S 420jpeg | yuvplay That command worked well on my box with your files. You might have to change the ppmtoy4m options because I used the cvs version, and the 1.6.2 might have a different syntax. You see than your images as stream. You have to check if it lookes right, and replace afterwards the yuvplay with a other program. A problem with jpeg2yuv could be that your filename is not the way jpeg2yuv expects it. jpeg2yuv excpects: {1}%{2}d{3} {1} JPEG filename prefix (e g rendered_ ) {2} Counting placeholder (like in C, printf, eg 06 )) {3} res of the filename auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users