Menu

Commit [r2739]  Maximize  Restore  History

mpeg2enc rather consistently (even on single cpu systems) crashes on the

linux systems (OS/X doesn't appear to have the problem):
INFO: [mpeg2enc] Signaling last frame = 499
mpeg2enc: seqencoder.cc:433: void SeqEncoder::EncodeStream(): Assertion `pass1coded.size() == 0' failed.
Abort

So, make the default -M value 0 to disable threading. Actually for buffering
the 'bfr' program can be placed in front of mpeg2enc and obviate the need for
threading in the encoder completely (it doesn't give much of a speed increase
as it turns out).

sms00 2005-05-19

changed /trunk/mjpeg_play/docs/mpeg2enc.1
changed /trunk/mjpeg_play/mpeg2enc/mpeg2enc.cc
changed /trunk/mjpeg_play/mpeg2enc/mpeg2encoptions.cc
/trunk/mjpeg_play/docs/mpeg2enc.1 Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/mpeg2enc/mpeg2enc.cc Diff Switch to side-by-side view
Loading...
/trunk/mjpeg_play/mpeg2enc/mpeg2encoptions.cc Diff Switch to side-by-side view
Loading...
Auth0 Logo