<?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/1.10/Profiles.xsd">
<Profile id="SamsungQTestp" name="Samsung Q Test Profile" extendsProfileId="1">
		<!-- NOTE:
		Test profile to see why we aren't capturing 
			-->
		<Transcoding>
						
			<!-- Remux H.264/265 video stream, transcode audio only -->
			<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="512">
				<Matches container="*" vCodec="h264" aCodec="truehd" />
				<Matches container="*" vCodec="h264" aCodec="dts-hd" />
				<Matches container="*" vCodec="h265" aCodec="truehd" />
				<Matches container="*" vCodec="h265" aCodec="dts-hd" />
				<Matches container="*" vCodec="h264" aCodec="dca" />
				<Matches container="*" vCodec="h265" aCodec="dca" />
			</Video>
		</Transcoding>
		<OnlineTranscoding>
			<Video targetContainer="mpegts"> <!-- dont transcode to ac3 -->
				<Matches container="mp4" />
				<Matches container="flv" vCodec="h264" />
			</Video>
		</OnlineTranscoding>
		<GenericTranscoding>
			<Video targetContainer="mpegts" targetVCodec="h264" targetACodec="ac3" />
		</GenericTranscoding>
	</Profile>

</Profiles>