blob: a49230881b8151cfc07906859d5437c2c975f83d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="utf-8"?>
<!--
Edit for your needs (audioCodec)
Copy this custom transcode profile to your "/Library/Application Support/Plex Media Server/Profiles"
Restart the PMS.
In the pluign options set "Use custom transcode profile" to "yes"
-->
<Client name="VDR Plex Plugin">
<TranscodeTargets>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3,mp2,dts" context="streaming">
<Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
</VideoProfile>
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
</DirectPlayProfiles>
<CodecProfiles>
</CodecProfiles>
</Client>
|