~ubuntu-branches/ubuntu/quantal/transmageddon/quantal

« back to all changes in this revision

Viewing changes to profiles/linux-computer.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-10-14 08:28:43 UTC
  • Revision ID: james.westby@ubuntu.com-20091014082843-uxbyrcqydc13zrim
Tags: upstream-0.14
ImportĀ upstreamĀ versionĀ 0.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<device>
 
4
    <make>Generic</make>
 
5
    <model>Linux Computer</model>
 
6
    <description>Profile for Linux Computer</description>
 
7
    <author>
 
8
        <name>Christian Schaller</name>
 
9
        <email>christian.schaller@collabora.co.uk</email>
 
10
    </author>
 
11
    <version>1.0</version>
 
12
    <icon>file://computer.svg</icon>
 
13
    <default>Normal</default>
 
14
    
 
15
    <profile>
 
16
        <name>Low</name>
 
17
        <container>application/ogg</container>
 
18
        <extension>ogg</extension>
 
19
        <audio>
 
20
            <name>audio/x-vorbis</name>
 
21
            <presets>
 
22
                <preset>Quality Low</preset>
 
23
            </presets>
 
24
            <channels>1, 2</channels>
 
25
            <samplerate>44100</samplerate>
 
26
        </audio>
 
27
        <video>
 
28
            <name>video/x-theora</name>
 
29
            <border>N</border>
 
30
            <passes>0</passes>
 
31
            <pixelaspectratio>0/0</pixelaspectratio>
 
32
            <presets>
 
33
                <preset>Quality Low</preset>
 
34
            </presets> 
 
35
            <width>320, 640</width>
 
36
            <height>240, 480</height>
 
37
            <framerate>1, 25</framerate>
 
38
        </video>
 
39
    </profile>
 
40
    <profile>
 
41
        <name>Normal</name>
 
42
        <container>application/ogg</container>
 
43
        <extension>ogg</extension>
 
44
        <audio>
 
45
            <name>audio/x-vorbis</name>
 
46
            <presets>
 
47
                <preset>Quality Normal</preset>
 
48
            </presets>
 
49
            <channels>1, 2</channels>
 
50
            <samplerate>44100</samplerate>
 
51
        </audio>
 
52
        <video>
 
53
            <name>video/x-theora</name>
 
54
            <border>N</border>
 
55
            <passes>0</passes>
 
56
            <pixelaspectratio>0/0</pixelaspectratio>
 
57
            <presets>
 
58
                <preset>Quality Normal</preset>
 
59
            </presets>
 
60
            <width>320, 1920</width>
 
61
            <height>240, 1080</height>
 
62
            <framerate>1, 30</framerate>
 
63
        </video>
 
64
    </profile>
 
65
    <profile>
 
66
        <name>Live Input</name>
 
67
        <container>application/ogg</container>
 
68
        <extension>ogg</extension>
 
69
        <audio>
 
70
            <name>audio/x-vorbis</name>
 
71
            <presets>
 
72
                <preset>bitrate=192000</preset>
 
73
            </presets>
 
74
        </audio>
 
75
        <video>
 
76
            <name>video/x-theora</name>
 
77
            <presets>
 
78
                <preset>Quality Normal</preset>
 
79
            </presets> 
 
80
            <width>320, 1920</width>
 
81
            <height>240, 1080</height>
 
82
            <framerate>1, 30</framerate>
 
83
        </video>
 
84
    </profile>
 
85
    <profile>
 
86
        <name>High</name>
 
87
        <container>application/ogg</container>
 
88
        <extension>ogg</extension>
 
89
        <audio>
 
90
            <name>audio/x-vorbis</name>
 
91
            <presets>
 
92
                <preset>Quality High</preset>
 
93
            </presets>
 
94
        </audio>
 
95
        <video>
 
96
            <name>video/x-dirac</name>
 
97
            <border>N</border>
 
98
            <passes>0</passes>
 
99
            <pixelaspectratio>0/0</pixelaspectratio>
 
100
            <presets>
 
101
                <preset>Quality High</preset>
 
102
            </presets>
 
103
            <width>320, 1920</width>
 
104
            <height>240, 1080</height>
 
105
            <framerate>1, 60</framerate>
 
106
        </video>
 
107
    </profile>
 
108
</device>
 
109