Created
January 22, 2017 16:28
-
-
Save cyupa/60b6c7f340fefab0f872e1e626ef4f60 to your computer and use it in GitHub Desktop.
Samsung UE40EH6030 Plex Profile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Client name="Samsung SmartTV"> | |
<!-- Author: holzi --> | |
<!-- http://www.samsungdforum.com/Guide/View/Developer_Documentation/Technical_Notes/Player/Detailed_player_specification --> | |
<Identification> | |
<DeviceDescription> | |
<ModelUrl substring="samsung.com" /> | |
</DeviceDescription> | |
</Identification> | |
<TranscodeTargets> | |
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="ac3" context="streaming"> | |
<Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1"/> | |
</VideoProfile> | |
</TranscodeTargets> | |
<DirectPlayProfiles> | |
<VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3,mp3,pcm" /> | |
<VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" /> | |
<VideoProfile container="avi" codec="h264,mpeg4,mjpeg" audioCodec="mp3,ac3,dca,pcm" /> | |
<VideoProfile container="mkv" codec="h264,mpeg4,mjpeg" audioCodec="mp3,ac3,dca,aac" /> | |
<VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,aac,pcm" /> | |
<VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,mp3,pcm" /> | |
<VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,dca,pcm" /> | |
<VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac" /> | |
<MusicProfile container="mp4" codec="aac" /> | |
<MusicProfile container="mp3" codec="mp3" /> | |
<PhotoProfile container="jpeg,gif,bmp,png" /> | |
</DirectPlayProfiles> | |
<ContainerProfiles> | |
<Container name="mkv" mimeType="video/x-mkv" pn="" /> | |
</ContainerProfiles> | |
<CodecProfiles> | |
<VideoCodec name="mpeg2video"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920" /> | |
<UpperBound name="video.height" value="1080" /> | |
<UpperBound name="video.frameRate" value="30" /> | |
<UpperBound name="video.bitrate" value="30720" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="mpeg4"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920" /> | |
<UpperBound name="video.height" value="1080" /> | |
<UpperBound name="video.frameRate" value="30" /> | |
<UpperBound name="video.bitrate" value="8192" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="h264"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920" /> | |
<UpperBound name="video.height" value="1080" /> | |
<UpperBound name="video.frameRate" value="30" /> | |
<UpperBound name="video.bitrate" value="37500" /> | |
<UpperBound name="video.level" value="41" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoCodec name="wmv2,wmv3,vc1"> | |
<Limitations> | |
<UpperBound name="video.width" value="1920" /> | |
<UpperBound name="video.height" value="1080" /> | |
<UpperBound name="video.frameRate" value="30" /> | |
<UpperBound name="video.bitrate" value="25600" /> | |
</Limitations> | |
</VideoCodec> | |
<VideoAudioCodec name="ac3,wmav2,dca,aac,mp3"> | |
<Limitations> | |
<UpperBound name="audio.channels" value="6" /> | |
</Limitations> | |
</VideoAudioCodec> | |
<MusicCodec name="aac"> | |
<Limitations> | |
<UpperBound name="audio.channels" value="2" /> | |
</Limitations> | |
</MusicCodec> | |
<MusicCodec name="mp3"> | |
<Limitations> | |
<UpperBound name="audio.bitrate" value="320" /> | |
<UpperBound name="audio.channels" value="2" /> | |
</Limitations> | |
</MusicCodec> | |
</CodecProfiles> | |
<DlnaMediaProfiles> | |
<DlnaVideoProfile container="mkv" mimeType="video/x-mkv" pn=""/> | |
</DlnaMediaProfiles> | |
</Client> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment