Hi!

I'm trying to make mpeg1 stills out of an image.

A line like the following:
./mplex -f 6 -o /tmp/fileGAACJA.mpg /tmp/fileGAACJA.m1v

Results in:
INFO: [mplex] mplex version 2.2.1 ($Date: 2002/02/04 19:06:14 $)
INFO: [mplex] File /tmp/fileGAACJA.m1v looks like an MPEG Video stream.
INFO: [mplex] Found 1 video streams 0 MPEG audio streams and 0 AC3
streams
INFO: [mplex] Multiplexing stills stream!
Segmentation fault

Debug output is:
IBitStream::SetBufSize(unsigned) (this=0x0, new_buf_size=4194304) at
bits.cc:282
(the line may have changed a little since I had to insert
assert-includes)

I made the m1v like this:
ppmtoy4m -Ip -F25:1 /tmp/fileGAACJA.pnm | yuvscaler -O SIZE_704x576 |
mpeg2enc -f 6 -T 120 -o /tmp/fileGAACJA.m1v

I don't know when this problem started, months ago it worked.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Mjpeg-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to