On Tue, Feb 10, 2009 at 2:01 PM, Jean-Michel Pour? <jm at poure.com> wrote: > On Tue, 2009-02-10 at 11:19 -0800, Dan Dennedy wrote: >> >> DV NTSC 4:3 or 16:9 takes pix_fmt yuv411p, not yuv420p regardless of >> container format. >> > > here is the list in SVN. Could you confirm:
ok > <group name="Raw DV" renderer="avformat" type="av" extension="dv"> > <profile name="DV PAL 4:3" standard="PAL" args="f=dv pix_fmt=yuv420p > s=720x576 profile=dv_pal" /> > <profile name="DV PAL 16:9" standard="PAL" args="f=dv pix_fmt=yuv420p > s=720x576 profile=dv_pal_wide" /> > <profile name="DVCPRO25 PAL 4:3" standard="PAL" args="f=dv > pix_fmt=yuv411p s=720x576 profile=dv_pal" /> > <profile name="DVCPRO25 PAL 16:9" standard="PAL" args="f=dv > pix_fmt=yuv411p s=720x576 profile=dv_pal_wide" /> > <profile name="DVCPRO50 PAL 4:3" standard="PAL" args="f=dv > pix_fmt=yuv422p s=720x576 profile=dv_pal" /> > <profile name="DVCPRO50 PAL 16:9" standard="PAL" args="f=dv > pix_fmt=yuv422p s=720x576 profile=dv_pal_wide" /> > > > <profile name="DV NTSC 4:3" standard="NTSC" args="f=dv pix_fmt=yuv420p pix_fmt=yuv411p > s=720x480 profile=dv_ntsc" /> > <profile name="DV NTSC 16:9" standard="NTSC" args="f=dv > pix_fmt=yuv420p s=720x480 profile=dv_ntsc_wide" /> pix_fmt=yuv411p. > <profile name="DVCPRO25 NTSC 4:3" standard="NTSC" args="f=dv > pix_fmt=yuv411p s=720x480 profile=dv_ntsc" /> > <profile name="DVCPRO25 NTSC 16:9" standard="NTSC" args="f=dv > pix_fmt=yuv411p s=720x480 profile=dv_ntsc_wide" /> The DVCPRO25 in this section are superfluous, but it does provide symmetry with those in the PAL section. The rest is fine. -- +-DRD-+
