[MEncoder-users] MEncoder can't make ntsc-dv file?

Rich Felker dalias at aerifal.cx
Fri Feb 22 16:04:58 CET 2008


On Fri, Feb 22, 2008 at 09:47:20AM -0500, Andy Civil wrote:
> If I issue this command, I can make a PAL sized DV:
> 
> \me\mencoder 20080213133737.m2t -vf dsize=16/9,scale=720:576:1 -oac copy -ovc 
> lavc -lavcopts vcodec=dvvideo:ilme:ildct:aspect=16/9 -o test3.avi
> 
> But if I change the 576 to 480, I get an error "Muxer frame buffer cannot 
> allocate memory!". Since this is the only change, it seems like a bug. Is there 
> something I missed?

I wonder if it has something to do with the fact that NTSC DV uses
4:1:1 subsampling instead of 4:2:0. Maybe the dvvideo encoder detects
NTSC based on frame height or maybe it needs special options? I
noticed that vf_scale was outputting 4:2:0 which has no hope of
working in NTSC DV devices, but I don't know if this is your problem
or a separate issue..

Rich



More information about the MEncoder-users mailing list