~jm-leddy/ubuntu/quantal/transmageddon/lowercaseify_gst

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>

<device>
    <make>Sony</make>
    <model>PSP</model>
    <description>H.264/AAC for Playstation portable</description>
    <author>
        <name>Daniel G. Taylor</name>
        <email>dan@programmer-art.org</email>
    </author>
    <version>1.0</version>
    <icon>file://psp.svg</icon>
    <default>Normal</default>

    <profile>
        <name>Normal</name>
        <container>video/quicktime,variant=iso</container>
        <extension>mp4</extension>
        <audio>
            <name>audio/mpeg,mpegversion=4, rate=48000, base-profile=lc</name>
            <channels>1, 2</channels>
        </audio>
        <video>
            <name>video/x-h264, profile=main</name>
            <border>Y</border>
            <passes>0</passes>
            <pixelaspectratio>0/0</pixelaspectratio>
            <width>320, 320	</width>
            <height>240, 240</height>
            <framerate>1, 25</framerate>
        </video>
    </profile>
</device>