This is what I did

streamer -q -F mono16 -f mjpeg -n ntsc -r 23.976 -t 270 -o test.avi
lav2yuv +p test.avi | mpeg2enc -f 2 -F 1 -o test.m1v

And I get it to Seg Fault

Berni asked for the INFO from mpeg2enc
I was not able to get this information.  What option would tell me this?  
I am using a localy compiled binary on my machine,  with code from 
mjpegtools-1.6.1 the machine is a Pentium 4 2.4.

Berni also asked me to try "lav2yuv test.avi >/dev/null" 
[EMAIL PROTECTED] tv]$ lav2yuv test.avi >/dev/null
**ERROR: [lav2yuv] File test.avi has 23.976216 frames/sec, choose norm 
with +[np] param



On Tue, 4 Mar 2003, Bernhard Praschinger wrote:

> Hallo
> 
> > I was able to produce a Segmentation fault in either yuvscaler or
> > mpeg2enc.  Who/Where would I submit this to?
> The users-list is the right one.
> 
> Have you compiled the tools, or did you install a RPM.
> 
> Which CPU do you have and with optimization does mpeg2enc think it can
> use ?
> The lines look like that:
>    INFO: [mpeg2enc] SETTING SSE 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!
> ----END----
> 
> > lav2yuv simpsons1.avi | yuvscaler -n n -O VCD | mpeg2enc -n n -s -r 16 -o
> > simpsons1.m1v
> > ...
> >    INFO: [mpeg2enc] GOP LENGTH = 12
> >    INFO: [mpeg2enc] Frame start 0 I 0 0
> >    INFO: [mpeg2enc] Frame end 0     145.05 145.05 6.7 6.70
> >    INFO: [mpeg2enc] Frame start 1 P 3 3
> >    INFO: [lt-yuvscaler] Frame number 12
> >    INFO: [lt-yuvscaler] Frame number 13
> >    INFO: [lt-yuvscaler] Frame number 14
> >    INFO: [lt-yuvscaler] Frame number 15
> > Segmentation fault
> Too see which program replace the mpeg2enc with yuvplay.
> (lav2yuv simpsons1.avi | yuvscaler -n n -O VCD | yuvplay)
> 
> If it still segfaults droop yuvscaler:
> (lav2yuv simpsons1.avi | yuvplay)
> 
> If it still fails try that one:
> lav2yuv simpsons1.avi >/dev/null
> 
> auf hoffentlich bald,
> 
> Berni the Chaos of Woodquarter
> 
> Email: [EMAIL PROTECTED] [EMAIL PROTECTED]
> www: http://www.lysator.liu.se/~gz/bernhard
> 



-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to