Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Hardware & Software > Software players
Register FAQ Calendar Today's Posts Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 22nd October 2012, 00:56   #20281  |  Link
kasper93
MPC-HC Developer
 
Join Date: May 2010
Location: Poland
Posts: 586
It's not media player task to share files

Of course there is IRC channel, even two. #mpc-hc (general) and #mpc-hc-dev (for devs) on freenode
kasper93 is offline  
Old 22nd October 2012, 09:54   #20282  |  Link
MADAJ
Registered User
 
Join Date: Nov 2007
Posts: 54
thank you kasper93 for answering me

what is benefit from MPC-HC Web interface ?
MADAJ is offline  
Old 22nd October 2012, 16:50   #20283  |  Link
vBm
MPC-HC Helper xD
 
vBm's Avatar
 
Join Date: Aug 2006
Location: Belgrade, Serbia
Posts: 220
Remote controlling of the player. (there's no way at the moment to stream video, so only to play/pause/load/etc files)
__________________
MPC-HC Links: official nightlies | Trac | GitHub | git log | IRC | Twitter | Facebook
vBm is offline  
Old 23rd October 2012, 07:15   #20284  |  Link
MADAJ
Registered User
 
Join Date: Nov 2007
Posts: 54
OK , thanks a lot
MADAJ is offline  
Old 23rd October 2012, 22:13   #20285  |  Link
Yoshi8765
Registered User
 
Join Date: Mar 2012
Posts: 17
Quote:
Originally Posted by roytam1 View Post
what version of windows you're using?

In general, you may run "regsvr32 qdvd.dll" and "regsvr32 quartz.dll" to fix this issue, but I don't know about europe "N" version of windows.
I have the same problem as the guy you replied to: "Failed to query the needed interfaces for DVD playback" error when trying to open DVDs. I tried both regsvr43 qdvd.dll and quartz.dll. Error still comes up. Note: this is only for DVDs.
Win 7, using madVR+LAVFilters and DXVA.

Anyone have a suggestion?
Yoshi8765 is offline  
Old 24th October 2012, 06:31   #20286  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Does the settings on VSFilter color tab work? It seems to always output YUY2 to EVR.
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315
Joniii is offline  
Old 24th October 2012, 06:57   #20287  |  Link
cyberbeing
Broadband Junkie
 
Join Date: Oct 2005
Posts: 1,859
On regular VSFilter, the colors tab has been broken for as long as I remember. Though the reason you are seeing YUY2, is because AMD/ATI GPUs don't support YV12 with EVR, and regular VSFilter doesn't support NV12. What will usually occur, is VSFilter will take YV12 input from the decoder, and then do a color conversion to YUY2.

xy-VSFilter has a fully functional colors tab, and it also supports NV12. Though unlike regular VSFilter, xy-VSFilter will never perform color conversions.
Input format from decoder to xy-VSFilter = Format supported by Video Renderer = Output format from xy-VSFilter to Video Renderer.

Last edited by cyberbeing; 24th October 2012 at 06:59.
cyberbeing is offline  
Old 24th October 2012, 10:28   #20288  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Quote:
Originally Posted by cyberbeing View Post
On regular VSFilter, the colors tab has been broken for as long as I remember. Though the reason you are seeing YUY2, is because AMD/ATI GPUs don't support YV12 with EVR, and regular VSFilter doesn't support NV12. What will usually occur, is VSFilter will take YV12 input from the decoder, and then do a color conversion to YUY2.

xy-VSFilter has a fully functional colors tab, and it also supports NV12. Though unlike regular VSFilter, xy-VSFilter will never perform color conversions.
Input format from decoder to xy-VSFilter = Format supported by Video Renderer = Output format from xy-VSFilter to Video Renderer.
Thanks, that must be the problem.

Anyone know how those PowerDVD and TMT plug-ins for Windows Media Center works?

On Windows Media Center you can add Blu-rays and DVD's into movie library but you will need a plug-in for Blu-rays, for example PowerDVD, when you launch a BD from the WMC library it opens the movie on PowerDVD on top of WMC. You can get MPC-HC to load also but the problem is that it can't properly communicate with MPC-HC to start the playback. I think it would need some plug-in that wouldn't require much code to start MPC-HC on full screen and start playback with the correct switches.
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315

Last edited by Joniii; 24th October 2012 at 10:49.
Joniii is offline  
Old 24th October 2012, 16:20   #20289  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Almost got mpc-hc to load when hitting play in Windows Media Center Movie Library. Only thing is that WMC passes this to MPC-HC

Code:
"C:\Program Files (x86)\mpc\mpc-hc.exe" -embed 393972H:/AVATAR/
Those six numbers are always random.

So I would need to compile a MPC-HC build that has for example -fullscreen switch name replaced to -emblem so that is accepted and at the same time mpc-hc lauches in full screen. Other change would be to make mpc-hc to discard those six numbers in the path.

Anyone here who has everything already set up and compiles MPC-HC builds often? I could do it myself but I have VS 2012, dunno if it will work. Also it takes a while to setup everything.
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315

Last edited by Joniii; 24th October 2012 at 17:26.
Joniii is offline  
Old 25th October 2012, 14:45   #20290  |  Link
vBm
MPC-HC Helper xD
 
vBm's Avatar
 
Join Date: Aug 2006
Location: Belgrade, Serbia
Posts: 220
Quote:
Originally Posted by Joniii View Post
Almost got mpc-hc to load when hitting play in Windows Media Center Movie Library. Only thing is that WMC passes this to MPC-HC

Code:
"C:\Program Files (x86)\mpc\mpc-hc.exe" -embed 393972H:/AVATAR/
Those six numbers are always random.

So I would need to compile a MPC-HC build that has for example -fullscreen switch name replaced to -emblem so that is accepted and at the same time mpc-hc lauches in full screen. Other change would be to make mpc-hc to discard those six numbers in the path.

Anyone here who has everything already set up and compiles MPC-HC builds often? I could do it myself but I have VS 2012, dunno if it will work. Also it takes a while to setup everything.
Uriziel made this tiny python script you can use to strip that stuff out.

Code:
import subprocess
import sys

if "__main__" == __name__:
    path = sys.argv[2].lstrip("0123456789")
    subprocess.call(["C:\Program Files (x86)\mpc\mpc-hc.exe", path])
And point media center to that script instead of mpc-hc
__________________
MPC-HC Links: official nightlies | Trac | GitHub | git log | IRC | Twitter | Facebook

Last edited by vBm; 25th October 2012 at 14:50.
vBm is offline  
Old 25th October 2012, 15:50   #20291  |  Link
Joniii
Registered User
 
Join Date: Aug 2007
Posts: 301
Quote:
Originally Posted by vBm View Post
Uriziel made this tiny python script you can use to strip that stuff out.

Code:
import subprocess
import sys

if "__main__" == __name__:
    path = sys.argv[2].lstrip("0123456789")
    subprocess.call(["C:\Program Files (x86)\mpc\mpc-hc.exe", path])
And point media center to that script instead of mpc-hc
Nm, I got it now. Thanks for the tip.
__________________

Windows 10 Pro 2004 with Media Center, 2 x DVB-C with cable cards
MPC-HC (madVR, LAV Filters, XySubFilter)
Sony Bravia 85X950H/85XH95
Yamaha RX-V685
Yamaha Piano Black NS-777/555/C444/YST-SW315

Last edited by Joniii; 25th October 2012 at 16:40.
Joniii is offline  
Old 25th October 2012, 21:49   #20292  |  Link
clsid
*****
 
Join Date: Feb 2005
Posts: 5,647
I have improved the pan&scan rotation functionality. With this change it is easier to flip and rotate the video. Old behavior was a 2 degree step for all 6 directions. New behavior is to take 180/90 degree steps in 3 of those directions.
Alt+2 = vertical flip
Alt+6 = horizontal flip
Alt+3 = rotate 90 degree counterclockwise

Here is changed code:
Code:
mainform.cpp
void CMainFrame::OnViewRotate(UINT nID)
------------------------------
    switch (nID) {
        case ID_PANSCAN_ROTATEXP:
            m_AngleX = (m_AngleX + 2) % 360;
            break;
        case ID_PANSCAN_ROTATEXM:
            if (m_AngleX >= 180)
                m_AngleX = 0;
            else
                m_AngleX = 180;
            break;
        case ID_PANSCAN_ROTATEYP:
            m_AngleY = (m_AngleY + 2) % 360;
            break;
        case ID_PANSCAN_ROTATEYM:
            if (m_AngleY >= 180)
                m_AngleY = 0;
            else
                m_AngleY = 180;
            break;
        case ID_PANSCAN_ROTATEZP:
            m_AngleZ = (m_AngleZ + 2) % 360;
            break;
        case ID_PANSCAN_ROTATEZM:
            if (m_AngleZ >= 270)
                m_AngleZ = 0;
            else if (m_AngleZ >= 180)
                m_AngleZ = 270;
            else if (m_AngleZ >= 90)
                m_AngleZ = 180;
            else
                m_AngleZ = 90;
            break;
        default:
            return;
    }
__________________
MPC-HC 2.2.1
clsid is offline  
Old 26th October 2012, 15:32   #20293  |  Link
tiny
Registered User
 
Join Date: Apr 2004
Posts: 25
Quote:
Originally Posted by Yoshi8765 View Post
I have the same problem as the guy you replied to: "Failed to query the needed interfaces for DVD playback" error when trying to open DVDs. I tried both regsvr43 qdvd.dll and quartz.dll. Error still comes up. Note: this is only for DVDs.
Win 7, using madVR+LAVFilters and DXVA.

Anyone have a suggestion?
Use the win32 version of the DVDNavigatorPathHack.exe tool from the dslibdvdnav-0.2.4 package to restore the link to the DVD navigator filter. (use google to find it)

See this image showing how I hacked the DVD Navigator path on my system:

Clicking "restore" should revert to the system default.
tiny is offline  
Old 26th October 2012, 23:47   #20294  |  Link
Yoshi8765
Registered User
 
Join Date: Mar 2012
Posts: 17
@tiny:
Thanks a lot. I'll try this and report back.

Edit: I've completely forgotten about that neat little program for allowing DVD playback with madVR. I set it back to the system default. Then, MPC-HC gave me a "Macrovision fail," as expected. I switched it back to dslibdvdnav.ax in my 32-bit version of dslibdvdnav and tried again.
Left is what I get with open disc-> E.
Right is what I get with open DVD/BD->E.
http://i.imgur.com/MWXqy.jpg
The DVD drive whirls for a few seconds after showing me this, then stops.
I have Win 7 64-bit by the way. So I tried doing the same with with dslibdvdnav.ax 64-bit version, with no avail.

Last edited by Yoshi8765; 27th October 2012 at 14:46. Reason: Adding new info
Yoshi8765 is offline  
Old 28th October 2012, 00:59   #20295  |  Link
thedamager
Registered User
 
Join Date: May 2007
Posts: 5
I have this weird problem in fullscreen, all advice is welcome.

Window: http://i.imgur.com/kBqfI.jpg
Fullscreen: http://i.imgur.com/ZV9XC.jpg

As you can see, target rectangle in fullscreen is very wrong. My monitor is 1680x1050.

MPC-HC 1.6.4.6052
LAV Filters 0.52
madVR 0.84.3

It happens with different renderers too, on all videos.
thedamager is offline  
Old 28th October 2012, 01:08   #20296  |  Link
Snowknight26
Registered User
 
Join Date: Aug 2007
Posts: 1,430
Video Frame -> Touch Window From Inside
Snowknight26 is offline  
Old 28th October 2012, 01:27   #20297  |  Link
thedamager
Registered User
 
Join Date: May 2007
Posts: 5
Oh, I feel so stupid now, I swear I thought I tried it.
Thanks a lot Snowknight26.
thedamager is offline  
Old 28th October 2012, 02:30   #20298  |  Link
dansrfe
Registered User
 
Join Date: Jan 2009
Posts: 1,210
Feature request: If the file doesn't have chapters then MPC-HC should automatically divide the file into x equal chapter points. Thanks.
dansrfe is offline  
Old 29th October 2012, 15:25   #20299  |  Link
kasper93
MPC-HC Developer
 
Join Date: May 2010
Location: Poland
Posts: 586
No it shouldn't. Anyway for feature requests we have trac http://sourceforge.net/apps/trac/mpc-hc/wiki/How_to_Report_Issues
kasper93 is offline  
Old 30th October 2012, 16:42   #20300  |  Link
tiny
Registered User
 
Join Date: Apr 2004
Posts: 25
@Yoshi8765:
I'm sorry I couldn't test this earlier. I've got AnyDVD running in the background doing the decryption. If I disable AnyDVD the black window & no play problem like you're having occurs. Looks like the MPC/dslibdvdnav.ax/LAV combination doesn't play (normal commercial) encrypted DVDs without some extra help.
tiny is offline  
Closed Thread

Tags
dxva, h264, home cinema, media player classic, mpc-hc


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:55.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.