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
Support
General Support
Waking from Sleep/UpMix Solutions
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="chughes" data-source="post: 598168" data-attributes="member: 102189"><p>This will help if you are using ffdshow and MP.</p><p></p><p>I have windows 7 and the latest media portal.</p><p>My audio is direct out to optical</p><p>Bypass for AC3 and DTS</p><p>Using SAF 4.00 Codec Pack.</p><p></p><p>I will try and keep this as simple as possible, for more information please respond.</p><p></p><p>Anyone who has issues UpMixing with MP3's and TV Series I have found a solution.</p><p></p><p>I spend many hours searching the internet for answers, and came up short. So I decided to play around myself and found a solution. It was quite simple in the end...... Just a matter of the correct order.</p><p></p><p>First of all, I am using the Direct Show Internal player for music because I could not be bothered trying to figure out BASS Engine. The settings responded with the internal player. Only difference is you cannot fade in and out automatically like the BASS engine. Plus I assume the BASS Engine is better, I noticed a couple of MP3's distort a little. But 1 or 2 out of 8,000 isn't bad.</p><p></p><p>First thing to do, is set MediaPortal to open non-full-screen, and set it to not always on top. (this way you can play with settings without coming in and out of MP.</p><p></p><p>Next open ffdshow, and TRY the following;</p><p></p><p>Set your codecs;</p><p><img src="http://img260.imageshack.us/img260/2027/ffdshowcodecs1.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p><img src="http://img256.imageshack.us/img256/9901/ffdshowcodecs2.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Create a new preset FROM default, rename it, and change the auto load settings as you see here.</p><p><img src="http://img532.imageshack.us/img532/7781/ffdshowautoload.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Out of personal preference only, I remove the filters I am not going to use</p><p><img src="http://img28.imageshack.us/img28/1456/ffdshowshowhidefilters.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>This is the most important step to get it to work correctly, and to have the freedom to change volumes on each channel including LFE. I think this is important, saves changing your Amplifier's volumes between music, tv, and movies. As DVD's have different volume.</p><p><img src="http://img708.imageshack.us/img708/230/ffdshowreorder.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Set the rest as follows, and see if it works for you <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p>I set this to only change if the original is lower than 48Khz</p><p><img src="http://img28.imageshack.us/img28/2348/ffdshowresample.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>I dont need to select "Normalize Matrix" but use it if your having issues. It is a great feature. I have also set the percentages down the bottom to 80% to level out the overall volume compared to DVD's. I hate stuffing around with my amp settings all the time <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite7" alt=":p" title="Stick Out Tongue :p" loading="lazy" data-shortname=":p" />.</p><p><img src="http://img256.imageshack.us/img256/3509/ffdshowmixer.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>This improves sound quality (for my system) and accuracy. It also enables the LFE volume in the volume section to change if needed.c</p><p><img src="http://img52.imageshack.us/img52/6493/ffdshowlfecrossover.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Free to do as you please here</p><p><img src="http://img411.imageshack.us/img411/4199/ffdshowvolume.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p>Set for bypass AC3 and AC3</p><p><img src="http://img256.imageshack.us/img256/6160/ffdshowoutput.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>Here is what fixed the issue for my wake from sleep with MP.</p><p>Use your power scheduler the way you want it, but in the TV Server one, set it to re-initialize the service on wake up.</p><p></p><p>Otherwise the rest is done by windows;</p><p>Its just a batch file that runs when windows wakes up from sleep. Create a Scheduled Task.</p><p></p><p>This is the trigger</p><p><img src="http://img682.imageshack.us/img682/7076/triggers.jpg" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>This is the batch file setup; Please create it in c:\batch - something SIMPLE!!! Also Create a shortcut to MediaPortal.exe in c:\batch and rename it to MediaPortal.</p><p></p><p>First, open notepad, save it as launch.bat (this is so no pop up happens)</p><p>[CODE]wscript.exe c:\batch\invis.vbs c:\batch\wakefromsleep.bat[/CODE]</p><p></p><p>Save and close</p><p></p><p>Next one to create is invis.vbs</p><p>[code]CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False[/code]</p><p></p><p>Next one to create is wakefromsleep.bat</p><p>[CODE]taskkill /f /IM MediaPortal.exe</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>start c:\message.vbs (Optional)</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>rem net stop TVService</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>rem net start TVService</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>taskkill /IM wscript.exe (Optional)</p><p></p><p>PING 1.1.1.1 /N 3 /W 1000 > NUL</p><p></p><p>start c:\MediaPortal[/CODE]</p><p></p><p>I have REM (removed) some lines as they didn't help.</p><p></p><p>Last create a message.bat, this pops up to let you know <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /><img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /> Optional</p><p>[CODE]x=msgbox("---->PLEASE WAIT WHILE MEDIA PORTAL IS RESTARTED<----" ,0, "MEDIAPORTAL") </p><p>[/CODE]</p><p></p><p>Make sure that ALL files are saved it c:\batch</p><p></p><p>c:\batch has the following files</p><p></p><p>invis.vbs</p><p>launch.bat</p><p>message.vbs</p><p>MediaPortal (shortcut)</p><p>wakefromsleep.bat</p><p></p><p>Hope this helps!!</p><p></p><p>Regards</p><p>Chris</p><p>MediaPortal Fan</p></blockquote><p></p>
[QUOTE="chughes, post: 598168, member: 102189"] This will help if you are using ffdshow and MP. I have windows 7 and the latest media portal. My audio is direct out to optical Bypass for AC3 and DTS Using SAF 4.00 Codec Pack. I will try and keep this as simple as possible, for more information please respond. Anyone who has issues UpMixing with MP3's and TV Series I have found a solution. I spend many hours searching the internet for answers, and came up short. So I decided to play around myself and found a solution. It was quite simple in the end...... Just a matter of the correct order. First of all, I am using the Direct Show Internal player for music because I could not be bothered trying to figure out BASS Engine. The settings responded with the internal player. Only difference is you cannot fade in and out automatically like the BASS engine. Plus I assume the BASS Engine is better, I noticed a couple of MP3's distort a little. But 1 or 2 out of 8,000 isn't bad. First thing to do, is set MediaPortal to open non-full-screen, and set it to not always on top. (this way you can play with settings without coming in and out of MP. Next open ffdshow, and TRY the following; Set your codecs; [img]http://img260.imageshack.us/img260/2027/ffdshowcodecs1.jpg[/img] [img]http://img256.imageshack.us/img256/9901/ffdshowcodecs2.jpg[/img] Create a new preset FROM default, rename it, and change the auto load settings as you see here. [img]http://img532.imageshack.us/img532/7781/ffdshowautoload.jpg[/img] Out of personal preference only, I remove the filters I am not going to use [img]http://img28.imageshack.us/img28/1456/ffdshowshowhidefilters.jpg[/img] This is the most important step to get it to work correctly, and to have the freedom to change volumes on each channel including LFE. I think this is important, saves changing your Amplifier's volumes between music, tv, and movies. As DVD's have different volume. [img]http://img708.imageshack.us/img708/230/ffdshowreorder.jpg[/img] Set the rest as follows, and see if it works for you :) I set this to only change if the original is lower than 48Khz [img]http://img28.imageshack.us/img28/2348/ffdshowresample.jpg[/img] I dont need to select "Normalize Matrix" but use it if your having issues. It is a great feature. I have also set the percentages down the bottom to 80% to level out the overall volume compared to DVD's. I hate stuffing around with my amp settings all the time :P. [img]http://img256.imageshack.us/img256/3509/ffdshowmixer.jpg[/img] This improves sound quality (for my system) and accuracy. It also enables the LFE volume in the volume section to change if needed.c [img]http://img52.imageshack.us/img52/6493/ffdshowlfecrossover.jpg[/img] Free to do as you please here [img]http://img411.imageshack.us/img411/4199/ffdshowvolume.jpg[/img] Set for bypass AC3 and AC3 [img]http://img256.imageshack.us/img256/6160/ffdshowoutput.jpg[/img] Here is what fixed the issue for my wake from sleep with MP. Use your power scheduler the way you want it, but in the TV Server one, set it to re-initialize the service on wake up. Otherwise the rest is done by windows; Its just a batch file that runs when windows wakes up from sleep. Create a Scheduled Task. This is the trigger [img]http://img682.imageshack.us/img682/7076/triggers.jpg[/img] This is the batch file setup; Please create it in c:\batch - something SIMPLE!!! Also Create a shortcut to MediaPortal.exe in c:\batch and rename it to MediaPortal. First, open notepad, save it as launch.bat (this is so no pop up happens) [CODE]wscript.exe c:\batch\invis.vbs c:\batch\wakefromsleep.bat[/CODE] Save and close Next one to create is invis.vbs [code]CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False[/code] Next one to create is wakefromsleep.bat [CODE]taskkill /f /IM MediaPortal.exe PING 1.1.1.1 /N 3 /W 1000 > NUL start c:\message.vbs (Optional) PING 1.1.1.1 /N 3 /W 1000 > NUL rem net stop TVService PING 1.1.1.1 /N 3 /W 1000 > NUL rem net start TVService PING 1.1.1.1 /N 3 /W 1000 > NUL PING 1.1.1.1 /N 3 /W 1000 > NUL taskkill /IM wscript.exe (Optional) PING 1.1.1.1 /N 3 /W 1000 > NUL start c:\MediaPortal[/CODE] I have REM (removed) some lines as they didn't help. Last create a message.bat, this pops up to let you know :):) Optional [CODE]x=msgbox("---->PLEASE WAIT WHILE MEDIA PORTAL IS RESTARTED<----" ,0, "MEDIAPORTAL") [/CODE] Make sure that ALL files are saved it c:\batch c:\batch has the following files invis.vbs launch.bat message.vbs MediaPortal (shortcut) wakefromsleep.bat Hope this helps!! Regards Chris MediaPortal Fan [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
General Support
Waking from Sleep/UpMix Solutions
Contact us
RSS
Top
Bottom