]> git.sesse.net Git - kdenlive/commitdiff
Fix NTSC export profiles
authorJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Feb 2009 12:37:30 +0000 (12:37 +0000)
committerJean-Baptiste Mardelle <jb@kdenlive.org>
Wed, 11 Feb 2009 12:37:30 +0000 (12:37 +0000)
svn path=/branches/KDE4/; revision=3046

export/profiles.xml

index f12cca1426e262223b2b03a7a0c3b30ac940da7c..b6fb5b0539e8a745c0c1f6439bafbfc06d865233 100644 (file)
@@ -17,8 +17,8 @@
   <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 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" />
+  <profile name="DV NTSC 4:3" standard="NTSC" args="f=dv pix_fmt=yuv411p s=720x480 profile=dv_ntsc" />
+  <profile name="DV NTSC 16:9" standard="NTSC" args="f=dv pix_fmt=yuv411p s=720x480 profile=dv_ntsc_wide" />
   <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" />
   <profile name="DVCPRO50 NTSC 4:3" standard="NTSC" args="f=dv pix_fmt=yuv422p s=720x480 profile=dv_ntsc" />