summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Georg <mail@jensge.org>2011-11-09 14:11:14 +0100
committerJens Georg <mail@jensge.org>2012-03-02 11:12:19 +0200
commitb06d45d080eadaf8164a41c92483dc56d41b17f9 (patch)
treef3007182c422e506458ae61758daa304ec11efb4
parent06f665174e9841fd229cbfe34238a9acd13b8290 (diff)
downloadgupnp-dlna-b06d45d080eadaf8164a41c92483dc56d41b17f9.tar.gz
xml: Add AVC_MP4_HP_HD_EAC3 profile
-rw-r--r--data/avc.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/data/avc.xml b/data/avc.xml
index 8d6f63a..7cae4bf 100644
--- a/data/avc.xml
+++ b/data/avc.xml
@@ -804,4 +804,62 @@
<parent name="MP3" />
</dlna-profile>
+
+ <dlna-profile name="AVC_MP4_HP_HD_EAC3" mime="video/mp4">
+ <parent name="MP4" />
+ <parent name="AVC-L4" />
+ <parent name="EAC3-3024" />
+
+ <restriction type="video">
+ <field name="profile" type="string">
+ <value>high</value>
+ <value>main</value>
+ <value>baseline</value>
+ </field>
+ <field name="bitrate" type="int" used="in-strict">
+ <range min="0" max="25000000" />
+ </field>
+ </restriction>
+
+ <restriction type="video" used="in-relaxed">
+ <parent name="upto1920x1080" />
+ <parent name="60fps" />
+ </restriction>
+
+ <!-- Also applies to discrete 1280x1080 and 1440x1080 -->
+ <restriction type="video" used="in-strict">
+ <parent name="upto1920x1080" />
+ <parent name="59.94fps" />
+ <field name="interlaced" type="boolean">
+ <value>true</value>
+ </field>
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="upto1920x1080" />
+ <parent name="50fps" />
+ <field name="interlaced" type="boolean">
+ <value>true</value>
+ </field>
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="upto1920x1080" />
+ <parent name="29.97fps" />
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="upto1920x1080" />
+ <parent name="25fps" />
+ </restriction>
+
+ <!-- Also applies to 960x720 -->
+ <restriction type="video" used="in-strict">
+ <parent name="upto1280x720" />
+ <parent name="59.94fps" />
+ </restriction>
+ <restriction type="video" used="in-strict">
+ <parent name="upto1280x720" />
+ <parent name="50fps" />
+ </restriction>
+
+ </dlna-profile>
+
</dlna-profiles>