]> git.sesse.net Git - kdenlive/blob - export/profiles.xml
Cleanup profile.xml
[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="h264" renderer="avformat" type="av">
39    <profile name="h264 200k" extension="avi" args="f=avi minrate=0 b=200k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
40    <profile name="h264 400k" extension="avi" args="f=avi minrate=0 b=400k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
41    <profile name="h264 600k" extension="avi" args="f=avi minrate=0 b=600k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
42    <profile name="h264 800k" extension="avi" args="f=avi minrate=0 b=800k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
43    <profile name="h264 1000k" extension="avi" args="f=avi minrate=0 b=1000k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
44    <profile name="h264 2000k" extension="avi" args="f=avi minrate=0 b=2000k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
45    <profile name="h264 4000k" extension="avi" args="f=avi minrate=0 b=4000k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
46    <profile name="h264 6000k" extension="avi" args="f=avi minrate=0 b=6000k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
47    <profile name="h264 8000k" extension="avi" args="f=avi minrate=0 b=8000k ab=128k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
48    <profile name="h264 10000k" extension="avi" args="f=avi minrate=0 b=10000k ab=384k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
49    <profile name="h264 12000k" extension="avi" args="f=avi minrate=0 b=12000k ab=384k ar=44100  vcodec=libx264 acodec=libfaac mbd=2 trell=1 mv4=1 progressive=1 g=30" />
50 </group>
51
52 <group name="Mpeg4" renderer="avformat" type="av">
53     <profile name="160x120" extension="avi" args="f=avi minrate=0 b=600k ab=128k ar=32000 acodec=libmp3lame s=160x120 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
54     <profile name="240x180" extension="avi" args="f=avi minrate=0 b=900k ab=128k ar=44100 acodec=libmp3lame s=240x180 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
55     <profile name="320x200" extension="avi" args="f=avi minrate=0 b=1200k ab=128k ar=44100 acodec=libmp3lame s=320x200 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
56     <profile name="640x480" extension="avi" args="f=avi minrate=0 b=6000k ab=128k ar=44100 acodec=libmp3lame s=640x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
57     <profile name="720x576" standard="PAL" extension="avi" args="f=avi minrate=0 b=8000k acodec=libmp3lame ab=384k ar=48000 s=720x576 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
58     <profile name="720x480" standard="NTSC" extension="avi" args="f=avi minrate=0 b=8000k acodec=libmp3lame ab=384k ar=48000 s=720x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
59 </group>
60
61 <group name="XVid4" renderer="avformat" type="av">
62     <profile name="160x120" extension="avi" args="acodec=libmp3lame ab=92k ar=44100 vcodec=libxvid minrate=0 b=800k s=160x120 progressive=1" />
63     <profile name="240x180" extension="avi" args="acodec=libmp3lame ab=92k ar=44100 vcodec=libxvid minrate=0 b=1000k s=240x180 progressive=1" />
64     <profile name="320x200" extension="avi" args="acodec=libmp3lame ab=92k ar=44100 vcodec=libxvid minrate=0 b=1200k s=320x200 progressive=1" />
65     <profile name="720x576" standard="PAL" extension="avi" args="acodec=libmp3lame ab=128k ar=48000 vcodec=libxvid minrate=0 b=7000k s=720x576 progressive=1" />
66     <profile name="720x480" standard="NTSC" extension="avi" args="acodec=libmp3lame ab=128k ar=48000 vcodec=libxvid minrate=0 b=7000k s=720x480 progressive=1" />
67 </group>
68
69 <group name="Flash" renderer="avformat" type="av">
70     <profile name="160x120" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=800k ab=32k ar=22050 s=160x120 progressive=1" />
71     <profile name="240x180" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1000k ab=64k ar=22050 s=240x180 progressive=1" />
72     <profile name="320x240" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1200k ab=64k ar=22050 s=320x240 progressive=1" />
73     <profile name="640x480" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=7000k ab=128k ar=22050 s=640x480 progressive=1" />
74     <profile name="720x576" standard="PAL" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128k ar=22050 s=720x576 progressive=1" />
75     <profile name="720x480" standard="NTSC" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128k ar=22050 s=720x480 progressive=1" />
76 </group>
77
78 <group name="RealVideo" renderer="avformat" type="av">
79     <profile name="160x120" extension="rm" args="f=rv10 minrate=0 b=500k ab=128k ar=32000 s=160x120 g=8 progressive=1" />
80     <profile name="240x180" extension="rm" args="f=rv10 minrate=0 b=800k ab=128k ar=44100 s=240x180 g=8 progressive=1" />
81     <profile name="320x200" extension="rm" args="f=rv10 minrate=0 b=1000k ab=128k ar=44100 s=320x200 g=8 progressive=1" />
82     <profile name="640x480" extension="rm" args="f=rv10 minrate=0 b=7000k ab=128k ar=44100 s=640x480 g=8 progressive=1" />
83     <profile name="720x576" standard="PAL" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384k ar=48000 s=720x576 g=8 progressive=1" />
84     <profile name="720x480" standard="NTSC" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384k ar=48000 s=720x480 g=8 progressive=1" />
85 </group>
86
87 <group name="Theora" renderer="avformat" type="av">
88     <profile name="160x112" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=500k ab=128k ar=32000 s=160x112 progressive=1" />
89     <profile name="320x240" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=1200k ab=128k ar=32000 s=320x240 progressive=1" />
90     <profile name="640x480" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=7000k ab=128k ar=44100 s=640x480 progressive=1" />
91 </group>
92
93 <group name="Wav" renderer="avformat" type="audio">
94     <profile name="22050" extension="wav" args="f=wav ar=22050" />
95     <profile name="32000" extension="wav" args="f=wav ar=32000" />
96     <profile name="44100" extension="wav" args="f=wav ar=44100" />
97     <profile name="48000" extension="wav" args="f=wav ar=48000" />
98 </group>
99
100 <group name="Web sites" renderer="avformat" type="av">
101     <profile name="Dailymotion 320x240" extension="avi" args="f=avi acodec=libmp3lame ab=128k ar=44100 vcodec=flv minrate=0  b=400k s=320x240 trell=1 progressive=1 g=30" />
102     <profile name="Dailymotion 640x480" extension="avi" args="f=avi acodec=libmp3lameab=128k ar=44100 vcodec=flv minrate=0  b=600k s=640x480 trell=1 progressive=1 g=30" />
103     <profile name="Dailymotion 1280x720" extension="avi" args="f=avi acodec=libmp3lameab=128k ar=44100  vcodec=flv minrate=0  b=600k s=1280x720 trell=1 progressive=1 g=30" />
104      <profile name="Vimeo 640x480" extension="avi" args="f=avi acodec=libfaac ab=128k ar=44100 vcodec=libx264 minrate=0 b=5000k s=640x480 mbd=2 trell=1 mv4=1 progressive=1 g=30" />
105    <profile name="Vimeo 1280x720" extension="avi" args="f=avi acodec=libfaac ab=128k ar=44100 vcodec=libx264 minrate=0 b=5000k s=1280x720 mbd=2 trell=1 mv4=1 progressive=1 g=30" />
106     <profile name="Youtube 640x480" extension="avi" args="f=avi acodec=libmp3lame ab=128k ar=44100 vcodec=libxvid minrate=0 b=600k s=320x240 trell=1 progressive=1 g=30" />
107 </group>
108
109 </profiles>
110
111
112