]> git.sesse.net Git - kdenlive/commitdiff
Fixing Xvid4 codec which is libxvid (previously not working) and using libmp3lame...
authorJean-Michel Poure <jm@poure.com>
Mon, 27 Oct 2008 20:47:53 +0000 (20:47 +0000)
committerJean-Michel Poure <jm@poure.com>
Mon, 27 Oct 2008 20:47:53 +0000 (20:47 +0000)
svn path=/branches/KDE4/; revision=2573

export/profiles.xml

index 9e1c70f688f99e84dd8fc2ccab0bf42f841051e2..b94c489a41f25cf8d71dc3dc1af8ba9549db7fa5 100644 (file)
@@ -84,9 +84,9 @@
 </group>
 
 <group name="Web sites" renderer="avformat" type="av">
-    <profile name="Dailymotion 320x240" extension="flv" args="f=avi minrate=0 b=400k ab=128k ar=44100 s=320x240 vcodec=flv acodec=libmp3lametrell=1 progressive=1 g=30" />
-    <profile name="Dailymotion 640x480" extension="flv" args="f=avi minrate=0 b=600k ab=128k ar=44100 s=640x480 vcodec=flv acodec=libmp3lame trell=1 progressive=1 g=30" />
-    <profile name="Dailymotion 1280x720" extension="flv" args="f=avi minrate=0 b=800k ab=128k ar=44100 s=1280x720 vcodec=flv acodec=libmp3lame trell=1 progressive=1 g=30" />
+    <profile name="Dailymotion 320x240" extension="avi" args="f=avi minrate=0 b=400k ab=128k ar=44100 s=320x240 vcodec=flv acodec=libmp3lametrell=1 progressive=1 g=30" />
+    <profile name="Dailymotion 640x480" extension="avi" args="f=avi minrate=0 b=600k ab=128k ar=44100 s=640x480 vcodec=flv acodec=libmp3lame trell=1 progressive=1 g=30" />
+    <profile name="Dailymotion 1280x720" extension="avi" args="f=avi minrate=0 b=800k ab=128k ar=44100 s=1280x720 vcodec=flv acodec=libmp3lame trell=1 progressive=1 g=30" />
      <profile name="Vimeo 640x480" extension="avi" args="f=avi minrate=0 b=5000k ab=128k ar=44100 s=640x480 vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
    <profile name="Vimeo 1280x720" extension="avi" args="f=avi minrate=0 b=5000k ab=128k ar=44100 s=1280x720 vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
     <profile name="Youtube 640x480" extension="avi" args="f=avi minrate=0 b=600k ab=128k ar=44100 s=320x240 vcodec=libxvid acodec=libmp3lame trell=1 progressive=1 g=30" />