]> git.sesse.net Git - kdenlive/blob - export/profiles.xml
add some more export profiles
[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=384000 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=384000 g=12 profile=hdv_720_25p" />
5     <profile name="NTSC 1080 60i" standard="NTSC" args="f=mpegts vcodec=mpeg2video s=1440x1080 b=19700k ab=384000 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=384000 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="Mpeg" renderer="avformat" type="av">
22     <profile name="160x120" extension="mpeg" args="f=mpeg minrate=0 b=400k ab=128000 ar=32000 s=160x120 progressive=1" />
23     <profile name="240x180" extension="mpeg" args="f=mpeg minrate=0 b=500k ab=128000 ar=44100 s=240x180 progressive=1" />
24     <profile name="320x200" extension="mpeg" args="f=mpeg minrate=0 b=800k ab=128000 ar=44100 s=320x200 progressive=1" />
25     <profile name="640x480" extension="mpeg" args="f=mpeg minrate=0 b=6000k ab=128000 ar=44100 s=640x480 progressive=1" />
26     <profile name="720x576" standard="PAL" extension="mpeg" args="f=mpeg minrate=0 b=12000k ab=384000 ar=48000 s=720x576 progressive=1" />
27     <profile name="720x480" standard="NTSC" extension="mpeg" args="f=mpeg minrate=0 b=12000k ab=384000 ar=48000 s=720x480 progressive=1" />
28 </group>
29
30 <group name="Mpeg4" renderer="avformat" type="av">
31     <profile name="160x120" extension="avi" args="f=avi minrate=0 b=600k ab=128000 ar=32000 s=160x120 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
32     <profile name="240x180" extension="avi" args="f=avi minrate=0 b=900k ab=128000 ar=44100 s=240x180 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
33     <profile name="320x200" extension="avi" args="f=avi minrate=0 b=1200k ab=128000 ar=44100 s=320x200 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
34     <profile name="640x480" extension="avi" args="f=avi minrate=0 b=6000k ab=128000 ar=44100 s=640x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
35     <profile name="720x576" standard="PAL" extension="avi" args="f=avi minrate=0 b=8000k ab=384000 ar=48000 s=720x576 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
36     <profile name="720x480" standard="NTSC" extension="avi" args="f=avi minrate=0 b=8000k ab=384000 ar=48000 s=720x480 vcodec=mpeg4 mbd=2 trell=1 mv4=1 progressive=1" />
37 </group>
38
39 <group name="Flash" renderer="avformat" type="av">
40     <profile name="160x120" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=800k ab=32000 ar=22050 s=160x120 progressive=1" />
41     <profile name="240x180" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1000k ab=32000 ar=22050 s=240x180 progressive=1" />
42     <profile name="320x240" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=1200k ab=32000 ar=22050 s=320x240 progressive=1" />
43     <profile name="640x480" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=7000k ab=128000 ar=22050 s=640x480 progressive=1" />
44     <profile name="720x576" standard="PAL" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128000 ar=22050 s=720x576 progressive=1" />
45     <profile name="720x480" standard="NTSC" extension="flv" args="f=flv acodec=libmp3lame minrate=0 b=12000k ab=128000 ar=22050 s=720x480 progressive=1" />
46 </group>
47
48 <group name="XVid" renderer="avformat" type="av">
49     <profile name="160x120" extension="avi" args="minrate=0 b=800k ab=32000 ar=22050 s=160x120 vcodec=mpeg vtag=XVID acodec=ac3 progressive=1" />
50     <profile name="240x180" extension="avi" args="minrate=0 b=1000k ab=32000 ar=22050 s=240x180 vcodec=mpeg vtag=XVID acodec=ac3 progressive=1" />
51     <profile name="320x200" extension="avi" args="minrate=0 b=1200k ab=32000 ar=22050 s=320x200 vcodec=mpeg vtag=XVID acodec=ac3 progressive=1" />
52     <profile name="720x576" standard="PAL" extension="avi" args="minrate=0 b=7000k ab=64000 ar=22050 s=720x576 vcodec=mpeg vtag=XVID acodec=ac3 progressive=1" />
53     <profile name="720x480" standard="NTSC" extension="avi" args="minrate=0 b=7000k ab=64000 ar=22050 s=720x480 vcodec=mpeg vtag=XVID acodec=ac3 progressive=1" />
54 </group>
55
56 <group name="RealVideo" renderer="avformat" type="av">
57     <profile name="160x120" extension="rm" args="f=rv10 minrate=0 b=500k ab=128000 ar=32000 s=160x120 g=8 progressive=1" />
58     <profile name="240x180" extension="rm" args="f=rv10 minrate=0 b=800k ab=128000 ar=44100 s=240x180 g=8 progressive=1" />
59     <profile name="320x200" extension="rm" args="f=rv10 minrate=0 b=1000k ab=128000 ar=44100 s=320x200 g=8 progressive=1" />
60     <profile name="640x480" extension="rm" args="f=rv10 minrate=0 b=7000k ab=128000 ar=44100 s=640x480 g=8 progressive=1" />
61     <profile name="720x576" standard="PAL" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384000 ar=48000 s=720x576 g=8 progressive=1" />
62     <profile name="720x480" standard="NTSC" extension="rm" args="f=rv10 minrate=0 b=12000k ab=384000 ar=48000 s=720x480 g=8 progressive=1" />
63 </group>
64
65 <group name="Theora" renderer="avformat" type="av">
66     <profile name="160x112" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=500k ab=128000 ar=32000 s=160x112 progressive=1" />
67     <profile name="320x240" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=1200k ab=128000 ar=32000 s=320x240 progressive=1" />
68     <profile name="640x480" extension="ogg" args="vcodec=libtheora acodec=vorbis minrate=0 b=7000k ab=128000 ar=44100 s=640x480 progressive=1" />
69 </group>
70
71 <group name="Wav" renderer="avformat" type="audio">
72     <profile name="22050" extension="wav" args="f=wav ar=22050" />
73     <profile name="32000" extension="wav" args="f=wav ar=32000" />
74     <profile name="44100" extension="wav" args="f=wav ar=44100" />
75     <profile name="48000" extension="wav" args="f=wav ar=48000" />
76 </group>
77 </profiles>
78
79
80