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

« back to all changes in this revision

Viewing changes to profiles/n900.xml

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-12-03 22:27:04 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20111203222704-r27w4kf72dygyobf
Tags: upstream-0.20
ImportĀ upstreamĀ versionĀ 0.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
 
 
3
<device>
 
4
    <make>Nokia</make>
 
5
    <model>N900</model>
 
6
    <description>profiles for Nokia N900</description>
 
7
    <author>
 
8
        <name>Stefan Kost</name>
 
9
        <email>ensonic@users.sf.net</email>
 
10
    </author>
 
11
    <version>1.0</version>
 
12
    <icon>file://Nokia_N900.svg</icon>
 
13
    <default>Normal (mpeg4)</default>
 
14
    
 
15
    <profile>
 
16
        <name>Normal</name>
 
17
        <container>video/quicktime,variant=iso</container>
 
18
        <extension>mp4</extension>
 
19
        <audio>
 
20
            <name>audio/mpeg,mpegversion=4, base-profile=lc, rate=48000</name>
 
21
            <channels>1, 2</channels>
 
22
        </audio>
 
23
        <video>
 
24
            <name>video/x-h264, profile=constrained-baseline</name>
 
25
            <passes>0</passes>
 
26
            <pixelaspectratio>0/0</pixelaspectratio>
 
27
            <width>240, 800</width>
 
28
            <height>140, 480</height>
 
29
            <framerate>1, 25</framerate>
 
30
        </video>
 
31
    </profile>
 
32
    <profile>
 
33
        <name>Normal (mpeg4)</name>
 
34
        <container>video/quicktime,variant=iso</container>
 
35
        <extension>mp4</extension>
 
36
        <audio>
 
37
            <name>audio/mpeg,mpegversion=4, base-profile=lc, rate=48000</name>
 
38
            <channels>1, 2</channels>
 
39
        </audio>
 
40
        <video>
 
41
            <name>video/mpeg,mpegversion=4,systemstream=false,profile=simple</name>
 
42
            <border>N</border>
 
43
            <passes>0</passes>
 
44
            <pixelaspectratio>0/0</pixelaspectratio>
 
45
            <presets>
 
46
                <preset>
 
47
                    Quality Normal, Profile Simple
 
48
                </preset>
 
49
            </presets>
 
50
            <width>240, 800</width>
 
51
            <height>140, 480</height>
 
52
            <framerate>1, 25</framerate>
 
53
        </video>
 
54
    </profile>
 
55
</device>