Has anyone face this issue before?

-------------------------------------
I got the jpeg2yuv.exe directly from somewhere.

If I use a jpg created from PaintBrush of Microsoft, the folowing line works fine.
C:\Program Files\XYZ>jpeg2yuv -f 25 -I p -j food.jpg | mpeg2enc  -o food.m1v

If I use some other jpegs available directly, I get an error
C:\Program Files\XYZ>jpeg2yuv -l 1 -v 2 -n 50 -f 25 -I p -j food.jpg | mpeg2enc -o food.m1v

  INFO: [jpeg2yuv] Parsing & checking input files.
--DEBUG: [jpeg2yuv] Analyzing food.jpg to get the right pic params
  INFO: [jpeg2yuv] YUV colorspace detected.

  INFO: [jpeg2yuv] Starting decompression
  INFO: [jpeg2yuv] Image dimensions are 234x274
  INFO: [jpeg2yuv] Movie frame rate is:  25.000000 frames/second
  INFO: [jpeg2yuv] Non-interlaced/progressive frames.
  INFO: [jpeg2yuv] Frame size:  234 x 274
  INFO: [jpeg2yuv] Number of Loops 1
  INFO: [jpeg2yuv] Now generating YUV4MPEG stream.
--DEBUG: [jpeg2yuv] Preparing frame
INFO: [jpeg2yuv] Processing non-interlaced/interleaved food.jpg, size 19847
++ WARN: [mpeg2enc] Unknown stream tag encountered:  'C420jpeg'
  INFO: [mpeg2enc] Selecting generic MPEG1 output profile
  INFO: [mpeg2enc] Assuming norm PAL
  INFO: [mpeg2enc] Encoding MPEG-1 video to food.m1v
  INFO: [mpeg2enc] Horizontal size: 234 pel
  INFO: [mpeg2enc] Vertical size: 274 pel
  INFO: [mpeg2enc] Aspect ratio code: 1 = 1:1 (square pixels)
INFO: [mpeg2enc] Frame rate code: 3 = 25.0 (PAL/SECAM VIDEO / converted FIL
M)
  INFO: [mpeg2enc] Bitrate: 1151 KBit/s
  INFO: [mpeg2enc] Field order for input: none/progressive
  INFO: [mpeg2enc] Sequence unlimited length
  INFO: [mpeg2enc] Search radius: 16
  INFO: [mpeg2enc] GOP SIZE RANGE 12 TO 12
  INFO: [mpeg2enc] Setting colour/gamma parameters to "PAL B/G"
  INFO: [mpeg2enc] Progressive format frames = 1
  INFO: [mpeg2enc] mpeg1 - setting intra_dc_precision = 0
  INFO: [mpeg2enc] Buffering 33 frames
4 [main] jpeg2yuv 3184 handle_exceptions: Exception: STATUS_ACCESS_VIOLATI
ON
705 [main] jpeg2yuv 3184 open_stackdumpfile: Dumping stack trace to jpeg2yuv
.exe.stackdump
  INFO: [mpeg2enc] SETTING MMX and EXTENDED MMX for QUANTIZER!
  INFO: [mpeg2enc] SETTING EXTENDED MMX for MOTION!
  INFO: [mpeg2enc] SETTING MMX for TRANSFORM!
  INFO: [mpeg2enc] SETTING EXTENDED MMX for PREDICTION!
  INFO: [mpeg2enc] GOP LENGTH = 0

(Bcause I am unable to compile, the debug option is not available to me.) Is there somoene who can help please?




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to