home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
How to tuning MPExended
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="regeszter" data-source="post: 1197781" data-attributes="member: 15874"><p>Hi,</p><p></p><p>I like to share some info regards tuning of the MExtended.</p><p></p><p>The profiles are stored in c:\ProgramData\MPExtended\StreamingProfiles.xml</p><p></p><p>This is a ffmpeg profile from StreamingProfiles.xml</p><p></p><p> <TranscoderProfile></p><p> <Name>Android FFmpeg HD</Name></p><p> <Description>HD-quality Android profile based on ffmpeg</Description></p><p> <Bandwidth>2280</Bandwidth></p><p> <Targets></p><p> <Target>android</Target></p><p> </Targets></p><p> <Transport>http</Transport></p><p> <MaxOutputWidth>1280</MaxOutputWidth></p><p> <MaxOutputHeight>720</MaxOutputHeight></p><p> <MIME>video/MP2T</MIME></p><p> <HasVideoStream>true</HasVideoStream></p><p> <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder></p><p> <TranscoderParameters></p><p> <codecParameters>-codec:v libx264 -b:v <strong>1768k </strong>-profile:v baseline -preset:v <strong>faster </strong>-coder rle -codec:a <strong>aac -b:a 512k -ac 2 </strong>-strict experimental -async 1 -sn -f mpegts</codecParameters></p><p> </TranscoderParameters></p><p> </TranscoderProfile></p><p></p><ul> <li data-xf-list-type="ul">Changing of the <strong>1768k</strong> to a higher value will cause better video quality but needs more network bandwidth.</li> </ul> <ul> <li data-xf-list-type="ul">Enable the deinterlacing on server side add <strong>-vf yadif</strong>. It will cause higher CPU usage<strong> but needs for MPTvScheduler internal player.</strong></li> </ul> <ul> <li data-xf-list-type="ul">For skipping audio reencoding change <strong>aac -b:a 512k -ac 2 </strong>with <strong>copy</strong>. It will cause lower CPU usage.</li> </ul> <ul> <li data-xf-list-type="ul">For decrease CPU usage change <strong>faster </strong>with <strong>veryfast </strong>or <strong>superfast</strong>. It will cause lower CPU usage but causes lower video quality.</li> </ul><p></p><p>Here is my HD profile:</p><p> <codecParameters>-codec:v libx264 -b:v 3096k -profile:v baseline -preset:v superfast -coder rle -codec:a copy -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters></p><p></p><p>And my SD profile:</p><p> <codecParameters>-codec:v libx264 -b:v 2048k -profile:v baseline -preset:v superfast -coder rle -codec:a copy -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters></p><p></p><p></p><p>Do not forget to save the original StreamingProfiles.xml, before you edit it!</p><p></p><p>thx,</p><p>regeszter</p></blockquote><p></p>
[QUOTE="regeszter, post: 1197781, member: 15874"] Hi, I like to share some info regards tuning of the MExtended. The profiles are stored in c:\ProgramData\MPExtended\StreamingProfiles.xml This is a ffmpeg profile from StreamingProfiles.xml <TranscoderProfile> <Name>Android FFmpeg HD</Name> <Description>HD-quality Android profile based on ffmpeg</Description> <Bandwidth>2280</Bandwidth> <Targets> <Target>android</Target> </Targets> <Transport>http</Transport> <MaxOutputWidth>1280</MaxOutputWidth> <MaxOutputHeight>720</MaxOutputHeight> <MIME>video/MP2T</MIME> <HasVideoStream>true</HasVideoStream> <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder> <TranscoderParameters> <codecParameters>-codec:v libx264 -b:v [B]1768k [/B]-profile:v baseline -preset:v [B]faster [/B]-coder rle -codec:a [B]aac -b:a 512k -ac 2 [/B]-strict experimental -async 1 -sn -f mpegts</codecParameters> </TranscoderParameters> </TranscoderProfile> [LIST] [*]Changing of the [B]1768k[/B] to a higher value will cause better video quality but needs more network bandwidth. [/LIST] [LIST] [*]Enable the deinterlacing on server side add [B]-vf yadif[/B]. It will cause higher CPU usage[B] but needs for MPTvScheduler internal player.[/B] [/LIST] [LIST] [*]For skipping audio reencoding change [B]aac -b:a 512k -ac 2 [/B]with [B]copy[/B]. It will cause lower CPU usage. [/LIST] [LIST] [*]For decrease CPU usage change [B]faster [/B]with [B]veryfast [/B]or [B]superfast[/B]. It will cause lower CPU usage but causes lower video quality. [/LIST] Here is my HD profile: <codecParameters>-codec:v libx264 -b:v 3096k -profile:v baseline -preset:v superfast -coder rle -codec:a copy -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters> And my SD profile: <codecParameters>-codec:v libx264 -b:v 2048k -profile:v baseline -preset:v superfast -coder rle -codec:a copy -strict experimental -vf yadif -async 1 -sn -f mpegts</codecParameters> Do not forget to save the original StreamingProfiles.xml, before you edit it! thx, regeszter [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
How to tuning MPExended
Contact us
RSS
Top
Bottom