Serguei Miridonov wrote: > > Michael wrote: > > > On Fri, Feb 16, 2001 at 05:18:06PM +0000, Andrew Stevens wrote: > > > Dear all, > > > > > > Are there any happy (or disgruntled) DC10/DC10+ owners out there who > > > have tried or even succeeded with mjpegtools1.3b3? > > > > There's lots of hardcoded 720's in lavtools that should be > > more like :- > > > > if( el.video_width > (bp.norm? 720:768) > > Why not just ask the driver? I used to run LML33 and DC10+ in the same > system with the same lavtools1.2p2 and it works fine with both cards (LML33 > has 720 pixels per line for both NTSC and PAL, and DC10plus has 640 for > NTSC and 768 for PAL/SECAM). The driver is being asked ;-). The various contortions are there because otherwise you end up with downstream stuff like MPEG getting messy due to being fed inappropriate sizes. Looks like there there really is no sensible alternative but to capture in a technicolor range of resolutions and to put a scaling filter into the lav2yuv stuff as otherwise aspect ration will be messed up. Anyone out there know of any open-source multi-tap scaling filter implementation (*must* be in the gimp or somesuch someplace). The business with the DC10 being restricted to 640 *is* a major league pain. You can only get a stream suitable for standard profile MPEG with scaling (ugh ;-)). Andrew