diff options
author | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-03-04 19:51:20 +0200 |
---|---|---|
committer | Zeeshan Ali (Khattak) <zeeshanak@gnome.org> | 2011-03-04 19:51:20 +0200 |
commit | 469f7cb3ea509885f5115d4a959b159696a06dab (patch) | |
tree | 36d4143f07cbf38b5971678cdaa33901d29ae0ce /data | |
parent | cead8dafd2919176e2495e6bad981b8152d57ba8 (diff) | |
download | gupnp-dlna-469f7cb3ea509885f5115d4a959b159696a06dab.tar.gz |
Add 'MPEG_TS_SD_EU_ISO' profile
Diffstat (limited to 'data')
-rw-r--r-- | data/mpeg-ts.xml | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/data/mpeg-ts.xml b/data/mpeg-ts.xml index feffe38..d185fcc 100644 --- a/data/mpeg-ts.xml +++ b/data/mpeg-ts.xml @@ -55,6 +55,8 @@ </field> </restriction> + <!-- SD resolutions --> + <!-- NA region --> <restriction id="720x480" type="video"> <parent name="525_D1" /> <field name="framerate" type="fraction"> @@ -131,6 +133,58 @@ </field> </restriction> + <!-- EU region --> + <restriction id="EU_FPS" type="video"> + <field name="framerate" type="fraction"> + <value>25/1</value> + </field> + </restriction> + + <restriction id="720x576" type="video"> + <parent name="625_D1" /> + <parent name="EU_FPS" /> + <field name="pixel-aspect-ratio" type="fraction"> + <value>64/45</value> + <value>16/15</value> + </field> + </restriction> + + <restriction id="544x576" type="video"> + <parent name="625_3/4D1" /> + <parent name="EU_FPS" /> + <field name="pixel-aspect-ratio" type="fraction"> + <value>32/17</value> + <value>24/17</value> + </field> + </restriction> + + <restriction id="480x576" type="video"> + <parent name="625_3/4D1" /> + <parent name="EU_FPS" /> + <field name="pixel-aspect-ratio" type="fraction"> + <value>32/15</value> + <value>8/5</value> + </field> + </restriction> + + <restriction id="352x576" type="video"> + <parent name="625_3/4D1" /> + <parent name="EU_FPS" /> + <field name="pixel-aspect-ratio" type="fraction"> + <value>32/11</value> + <value>24/11</value> + </field> + </restriction> + + <restriction id="352x288" type="video"> + <parent name="625_3/4D1" /> + <parent name="EU_FPS" /> + <field name="pixel-aspect-ratio" type="fraction"> + <value>16/11</value> + <value>12/11</value> + </field> + </restriction> + <!-- HD resolutions --> <restriction id="MPEG_TS_1920x1080" type="video"> <parent name="1920x1080" /> @@ -257,6 +311,60 @@ </restriction> </dlna-profile> + <dlna-profile name="MPEG_TS_SD_EU_ISO" mime="video/mpeg"> + <!-- Note: We have no way to restrict the system bitrate yet --> + <parent name="MPEG_TS" /> + + <restriction type="audio"> + <parent name="MPEG_TS_AUDIO" /> + + <field name="name" type="string"> + <value>audio/x-ac3</value> + </field> + </restriction> + + <restriction type="audio"> + <parent name="MPEG_TS_AUDIO" /> + + <field name="name" type="string"> + <value>audio/x-private1-ac3</value> + </field> + </restriction> + + <restriction type="audio"> + <parent name="MPEG_TS_AUDIO" /> + + <field name="name" type="string"> + <value>audio/ac3</value> + </field> + </restriction> + + <restriction type="video"> + <parent name="MPEG_TS_VIDEO" /> + <parent name="720x576" /> + </restriction> + + <restriction type="video"> + <parent name="MPEG_TS_VIDEO" /> + <parent name="544x576" /> + </restriction> + + <restriction type="video"> + <parent name="MPEG_TS_VIDEO" /> + <parent name="480x576" /> + </restriction> + + <restriction type="video"> + <parent name="MPEG_TS_VIDEO" /> + <parent name="352x576" /> + </restriction> + + <restriction type="video"> + <parent name="MPEG_TS_VIDEO" /> + <parent name="352x288" /> + </restriction> + </dlna-profile> + <dlna-profile name="MPEG_TS_HD_NA_ISO" mime="video/mpeg"> <parent name="MPEG_TS" /> |