- October 29, 2005
- 5,335
- 4,954
- Home Country
- Hungary
- Thread starter
- #361
It runs on the TV, the video quality needs help, but I will try the different profiles to if will help.
Thanks
The MPExtended profiles are designed for tablets and phones. I suggest to create a custom profile for your TV.
c:\ProgramData\MPExtended\StreamingProfiles.xml
Add this to file (make a backup before edit):
<TranscoderProfile>
<Name>Android FFmpeg HD</Name>
<Description>HD-quality Android profile based on ffmpeg 1280x720 5Mb/s</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>1280</MaxOutputWidth>
<MaxOutputHeight>720</MaxOutputHeight>
<Targets>
<Target>android</Target>
</Targets>
<Bandwidth>5248</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-codec:v libx264 -b:v 5120k -profile:v baseline -preset:v superfast -coder rle -codec:a aac -b:a 128k -ac 2 -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters>
</TranscoderParameters>
<TranscoderProfile>
<Name>Android FFmpeg fHD</Name>
<Description>fHD-quality Android profile based on ffmpeg 1920*1080 5Mb/s</Description>
<HasVideoStream>true</HasVideoStream>
<MIME>video/MP2T</MIME>
<MaxOutputWidth>1920</MaxOutputWidth>
<MaxOutputHeight>1080</MaxOutputHeight>
<Targets>
<Target>android</Target>
</Targets>
<Bandwidth>5248</Bandwidth>
<Transport>http</Transport>
<Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
<TranscoderParameters>
<codecParameters>-codec:v libx264 -b:v 5120k -profile:v baseline -preset:v superfast -coder rle -codec:a aac -b:a 128k -ac 2 -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters>
</TranscoderParameters>