<?xml version="1.0" encoding="UTF-8"?>
<Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/2.0/Profiles.xsd">
	

	<Profile id="SamsungQTestp" name="Samsung Q Test Profile"  extendsProfileId="1">		
		<Transcoding>
			<!-- Remux H.264/265 video stream, transcode audio only -->
			<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="512">
				<Matches aCodec="truehd" vCodec="h264" container="*"/>
				<Matches aCodec="dts-hd" vCodec="h264" container="*"/>
				<Matches aCodec="truehd" vCodec="h265" container="*"/>
				<Matches aCodec="dts-hd" vCodec="h265" container="*"/>
				<Matches aCodec="dca" vCodec="h264" container="*"/>
				<Matches aCodec="dca" vCodec="h265" container="*"/>
			</Video>
		</Transcoding>
		<OnlineTranscoding>
			<Video targetContainer="mpegts">
				<!-- dont transcode to ac3 -->
				<Matches container="mp4"/>
				<Matches vCodec="h264" container="flv"/>
			</Video>
		</OnlineTranscoding>
		<GenericTranscoding>
			<Video targetACodec="ac3" targetContainer="mpegts" targetVCodec="h264"/>
		</GenericTranscoding>
	</Profile>


</Profiles>