]> git.sesse.net Git - kdenlive/blob - export/profiles.xml
Fixing Xvid4 codec which is libxvid (previously not working) and using libmp3lame...
[kdenlive] / export / profiles.xml
1 <profiles version="0.1">
2 <group name="HDV" renderer="avformat" extension="m2t" type="av">
3     <profile name="PAL 1080 50i" standard="PAL" args="f=mpegts vcodec=mpeg2video s=1440x1080 b=19700k ab=384k g=12 ildct=1 ilme=1 profile=hdv_1080_50i" />
4     <profile name="PAL 720 25p" standard="PAL" args="f=mpegts vcodec=mpeg2video s=1280x720 b=19700k ab=384k g=12 profile=hdv_720_25p" />
5     <profile name="NTSC 1080 60i" standard="NTSC" args="f=mpegts vcodec=mpeg2video s=1440x1080 b=19700k ab=384k g=15 ildct=1 ilme=1 profile=hdv_1080_60i" />
6     <profile name="NTSC 720 30p" standard="NTSC" args="f=mpegts vcodec=mpeg2video s=1280x720 b=19700k ab=384k g=15 profile=hdv_720_30p" />
7 </group>
8
9 <group name="DV" renderer="avformat" type="av">
10     <profile name="PAL Raw" standard="PAL" extension="dv" args="f=dv ildct=1 pix_fmt=yuv420p s=720x576 profile=dv_pal" />
11     <profile name="PAL Raw DV50" standard="PAL" extension="dv" args="f=dv ildct=1 pix_fmt=yuv422p s=720x576 profile=dv_pal" />
12     <profile name="PAL AVI" standard="PAL" extension="avi" args="f=avi vcodec=dvvideo ildct=1 pix_fmt=yuv420p acodec=pcm_s16le s=720x576 profile=dv_pal" />
13     <profile name="PAL AVI DV50" standard="PAL" extension="avi" args="f=avi vcodec=dvvideo ildct=1 pix_fmt=yuv422p s=720x576 profile=dv_pal" />
14
15     <profile name="NTSC Raw" standard="NTSC" extension="dv" args="f=dv ildct=1 pix_fmt=yuv411p s=720x480 profile=dv_ntsc" />
16     <profile name="NTSC Raw DV50" standard="NTSC" extension="dv" args="f=dv ildct=1 pix_fmt=yuv422p s=720x480 profile=dv_ntsc" />
17     <profile name="NTSC AVI" standard="NTSC" extension="avi" args="f=avi vcodec=dvvideo ildct=1 pix_fmt=yuv411p acodec=pcm_s16le s=720x480 profile=dv_ntsc" />
18     <profile name="NTSC AVI DV50" standard="NTSC" extension="avi" args="f=avi vcodec=dvvideo ildct=1 pix_fmt=yuv422p s=720x480 profile=dv_ntsc" />
19 </group>
20
21 <group name="DVD" renderer="avformat" type="av">
22     <profile name="PAL 4:3 vob" standard="PAL" extension="vob" args="f=dvd vcodec=mpeg2video acodec=ac3 b=5000k maxrate=8000000 minrate=0 bufsize=1835008 mux_packet_s=2048 mux_rate=10080000 ab=192000 ar=48000 s=720x576 g=15 me_range=63 ildct=1 ilme=1 profile=dv_pal" />
23     <profile name="PAL 16:9 vob" standard="PAL" extension="vob" args="f=dvd vcodec=mpeg2video acodec=ac3 b=5000k maxrate=8000000 minrate=0 bufsize=1835008 mux_packet_s=2048 mux_rate=10080000 ab=192000 ar=48000 g=15 me_range=63 ildct=1 ilme=1 profile=dv_pal_wide " />    
24         
25     <profile name="NTSC 4:3 vob" standard="NTSC" extension="vob" args="f=dvd vcodec=mpeg2video acodec=ac3 s=720x480 b=6000k maxrate=9000000 minrate=0 bufsize=1835008 mux_packet_s=2048 mux_rate=10080000 ab=192000 ar=48000 g=18 me_range=63 ildct=1 ilme=1 profile=dv_ntsc" />
26     <profile name="NTSC 16:9 vob" standard="NTSC" extension="vob" args="f=dvd vcodec=mpeg2video acodec=ac3 s=720x480 b=6000k maxrate=9000000 minrate=0 bufsize=1835008 mux_packet_s=2048 mux_rate=10080000 ab=192000 ar=48000 g=18 me_range=63 ildct=1 ilme=1 profile=dv_ntsc_wide" />
27 </group>
28
29 <group name="Mpeg" renderer="avformat" type="av">
30     <profile name="160x120" extension="mpeg" args="f=mpeg minrate=0 b=400k ab=128k ar=32000 s=160x120 progressive=1" />
31     <profile name="240x180" extension="mpeg" args="f=mpeg minrate=0 b=500k ab=128k ar=44100 s=240x180 progressive=1" />
32     <profile name="320x200" extension="mpeg" args="f=mpeg minrate=0 b=800k ab=128k ar=44100 s=320x200 progressive=1" />
33     <profile name="640x480" extension="mpeg" args="f=mpeg minrate=0 b=6000k ab=128k ar=44100 s=640x480 progressive=1" />
34     <profile name="720x576" standard="PAL" extension="mpeg" args="f=mpeg minrate=0 b=12000k ab=384k ar=48000 s=720x576 progressive=1" />
35     <profile name="720x480" standard="NTSC" extension="mpeg" args="f=mpeg minrate=0 b=12000k ab=384k ar=48000 s=720x480 progressive=1" />
36 </group>
37
38 <group name="Mpeg4" renderer="avformat" type="av">
39     <profile name="160x120" extension="avi" args="f=avi minrate=0 b=600k ab=128k ar=32000 s=160x120 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
40     <profile name="240x180" extension="avi" args="f=avi minrate=0 b=900k ab=128k ar=44100 s=240x180 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
41     <profile name="320x200" extension="avi" args="f=avi minrate=0 b=1200k ab=128k ar=44100 s=320x200 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
42     <profile name="640x480" extension="avi" args="f=avi minrate=0 b=6000k ab=128k ar=44100 s=640x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
43     <profile name="720x576" standard="PAL" extension="avi" args="f=avi minrate=0 b=8000k ab=384k ar=48000 s=720x576 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
44     <profile name="720x480" standard="NTSC" extension="avi" args="f=avi minrate=0 b=8000k ab=384k ar=48000 s=720x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
45 </group>
46
47 <group name="XVid4" renderer="avformat" type="av">
48     <profile name="160x120" extension="avi" args="minrate=0 b=800k ab=92k ar=44100 s=160x120 vcodec=libxvid acodec=libmp3lame progressive=1" />
49     <profile name="240x180" extension="avi" args="minrate=0 b=1000k ab=92k ar=44100 s=240x180 vcodec=libxvid acodec=libmp3lame progressive=1" />
50     <profile name="320x200" extension="avi" args="minrate=0 b=1200k ab=92k ar=44100 s=320x200 vcodec=libxvid acodec=libmp3lame progressive=1" />
51     <profile name="720x576" standard="PAL" extension="avi" args="minrate=0 b=7000k ab=128k ar=44100 s=720x576 vcodec=libxvid acodec=libmp3lame progressive=1" />
52     <profile name="720x480" standard="NTSC" extension="avi" args="minrate=0 b=7000k ab=128k ar=44100 s=720x480 vcodec=libxvid acodec=libmp3lame progressive=1" />
53 </group>
54
55 <group name="Flash" renderer="avformat" type="av">
56     <profile name="160x120" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=800k ab=32k ar=22050 s=160x120 progressive=1" />
57     <profile name="240x180" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1000k ab=32k ar=22050 s=240x180 progressive=1" />
58     <profile name="320x240" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1200k ab=32k ar=22050 s=320x240 progressive=1" />
59     <profile name="640x480" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=7000k ab=128k ar=22050 s=640x480 progressive=1" />
60     <profile name="720x576" standard="PAL" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128k ar=22050 s=720x576 progressive=1" />
61     <profile name="720x480" standard="NTSC" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128k ar=22050 s=720x480 progressive=1" />
62 </group>
63
64 <group name="RealVideo" renderer="avformat" type="av">
65     <profile name="160x120" extension="rm" args="f=rv10 minrate=0 b=500k ab=128k ar=32000 s=160x120 g=8 progressive=1" />
66     <profile name="240x180" extension="rm" args="f=rv10 minrate=0 b=800k ab=128k ar=44100 s=240x180 g=8 progressive=1" />
67     <profile name="320x200" extension="rm" args="f=rv10 minrate=0 b=1000k ab=128k ar=44100 s=320x200 g=8 progressive=1" />
68     <profile name="640x480" extension="rm" args="f=rv10 minrate=0 b=7000k ab=128k ar=44100 s=640x480 g=8 progressive=1" />
69     <profile name="720x576" standard="PAL" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384k ar=48000 s=720x576 g=8 progressive=1" />
70     <profile name="720x480" standard="NTSC" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384k ar=48000 s=720x480 g=8 progressive=1" />
71 </group>
72
73 <group name="Theora" renderer="avformat" type="av">
74     <profile name="160x112" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=500k ab=128k ar=32000 s=160x112 progressive=1" />
75     <profile name="320x240" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=1200k ab=128k ar=32000 s=320x240 progressive=1" />
76     <profile name="640x480" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=7000k ab=128k ar=44100 s=640x480 progressive=1" />
77 </group>
78
79 <group name="Wav" renderer="avformat" type="audio">
80     <profile name="22050" extension="wav" args="f=wav ar=22050" />
81     <profile name="32000" extension="wav" args="f=wav ar=32000" />
82     <profile name="44100" extension="wav" args="f=wav ar=44100" />
83     <profile name="48000" extension="wav" args="f=wav ar=48000" />
84 </group>
85
86 <group name="Web sites" renderer="avformat" type="av">
87     <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" />
88     <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" />
89     <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" />
90      <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" />
91    <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" />
92     <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" />
93 </group>
94
95 </profiles>
96
97
98