<TranscoderProfile>
<Name>Test VLC HD</Name>
<Description>HD-quality Android profile based on VLC</Description>
<Bandwidth>2280</Bandwidth>
<Targets>
<Target>android</Target>
<Target>pc-vlc-video</Target>
</Targets>
<Transport>http</Transport>
<MaxOutputWidth>1280</MaxOutputWidth>
<MaxOutputHeight>720</MaxOutputHeight>
<MIME>video/webmp</MIME>
<HasVideoStream>true</HasVideoStream>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.VLCWrapper</Transcoder>
<TranscoderParameters>
<path>%mpextended-streaming%\vlc-3.0.11\MPExtended.Libraries.VLCWrapper.exe</path>
<options>--ffmpeg-hw --sout-ffmpeg-strict=-2</options>
<encoder>vcodec=VP80,vb=800,scale=1,deinterlace=0,acodec=vorb,ab=128,channels=2,samplerate=44100,audio-sync</encoder>
<muxer>:standard{access=file,ffmpeg{mux=webm},dst=#OUT#}</muxer>
</TranscoderParameters>
</TranscoderProfile>
<TranscoderProfile>
<Name>Test FFmpeg HQ</Name>
<Description>High-quality Android profile based on ffmpeg</Description>
<Bandwidth>896</Bandwidth>
<Targets>
<Target>android</Target>
<Target>pc-vlc-video</Target>
</Targets>
<Transport>http</Transport>
<MaxOutputWidth>800</MaxOutputWidth>
<MaxOutputHeight>600</MaxOutputHeight>
<MIME>video/MP2T</MIME>
<HasVideoStream>true</HasVideoStream>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-codec:v libvpx-vp9 -b:v 768k -profile:v baseline -preset:v superfast -coder 1 -codec:a libopus -b:a 128k -ac 2 -strict experimental -async 1 -sn -f webm</codecParameters>
</TranscoderParameters>
</TranscoderProfile>