[Mjpeg-users] multiplexing subtitles

2003-11-15 Thread Florin Andrei
I'm using mjpegtools-1.6.1.90 I'm trying to multiplex subtitles together with m2v and ac3, but it fails: [EMAIL PROTECTED] stnem]$ mplex -f 8 -S 4400 ${proj}.m2v ${proj}.ac3 ${proj}.sub -o ${proj}.vob INFO: [mplex] mplex version 2.2.2 ($Date: 2003/05/13 20:27:15 $) INFO: [mplex] File stnem.m

Re: [Mjpeg-users] I frame only encoding?

2003-11-15 Thread Florin Andrei
On Thu, 2003-11-06 at 16:46, Steven M. Schultz wrote: > To get 'I' frame only encoding I thought the method was to > specify the min and max GOP size to be 1. An MPEG2 stream with I-frames only... wouldn't that be something slightly similar to MJPEG? -- Florin Andrei http://florin.myip.org/

Re: [Mjpeg-users] mpeg2enc - Malloc failed

2003-11-15 Thread Steven M. Schultz
On Sat, 15 Nov 2003, Gene Dascher wrote: > > mjpeg_error_exit1("malloc(%d * %d) failed", M, sizeof(struct motion_data)); > > I'll try that later today or tomorrow and let you know how it goes. The other thing to try is a cvs update - some major changes and fixes were check

Re: [Mjpeg-users] Most efficient "pipeline" for editing and transcoding multiple MJPG avis using mencoder?

2003-11-15 Thread Florin Andrei
On Fri, 2003-11-14 at 16:20, Steven M. Schultz wrote: > Actually I was done messing around with 2GB files eons ago. Raw DV > has no such limit and being a fixed record format (12bytes/frame > for NTSC, 144000 for PAL) can be edited in an emergency with 'dd'. Actually, some sort of DV (either

Re: [Mjpeg-users] mpeg2enc - Malloc failed

2003-11-15 Thread Gene Dascher
At this point just one and I'm not crazy about it. Either run mpeg2enc under the debugger (gdb) and put a breakpoint at that malloc failed line - then print 'M' so we can see how much memory is attempting to be allocated _or_ change the mjpeg_error_exit1 line to be something like mjpeg_err