-
Notifications
You must be signed in to change notification settings - Fork 17
/
Mystery.xml
44 lines (44 loc) · 1.83 KB
/
Mystery.xml
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
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<Client name="Mystery">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,ac3,eac3" context="streaming">
</VideoProfile>
<VideoProfile container="mp4" codec="h264" audioCodec="aac,ac3,eac3" context="static" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mp4,mov" codec="h264,mpeg4" audioCodec="aac,ac3,eac3,mp3,pcm" />
<VideoProfile container="asf" codec="wmv2,wmv3,vc1" audioCodec="wmav2,wmapro,wmavoice" />
<MusicProfile container="mp4" codec="aac" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoAudioCodec name="aac,eac3">
<Limitations>
<UpperBound name="audio.channels" value="6" />
</Limitations>
</VideoAudioCodec>
<VideoAudioCodec name="ac3">
<Limitations>
<UpperBound name="audio.channels" value="6" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
<TranscodeTargetProfiles>
<!-- h264 with header stripping or compression doesn't remux correctly -->
<VideoTranscodeTarget protocol="*" context="all">
<VideoCodec name="*">
<Limitations>
<NotMatch name="video.headerStripping" value="1" isRequired="false" />
<Match name="video.headerCompression" value="" isRequired="false" />
<UpperBound name="video.bitDepth" value="8" isRequired="false" />
<NotMatch name="video.anamorphic" value="1" isRequired="false" />
<NotMatch name="video.hasScalingMatrix" value="1" isRequired="false" />
</Limitations>
</VideoCodec>
</VideoTranscodeTarget>
</TranscodeTargetProfiles>
</Client>