View Full Version : Media Player Classic - BE Win32/x64
rock
15th March 2021, 14:02
looks like incorrect dpi detecting, what dpi(%) in you system ?
100%.
tiresias
15th March 2021, 17:10
svn checkout -r 6000 svn://svn.code.sf.net/p/mpcbe/code/trunk mpcbe-code
or open https://sourceforge.net/p/mpcbe/code/6000/tree/trunk/ and click "Download Snapshot".
Thanks v0lt.
Is the version and the -r number related, so that you could deduce the correct -r number for any specific version?
v0lt
15th March 2021, 17:14
@Klaus1189, @wushantao, @s0meone_new
Thanks. Updated in r6072, r6080, r6091.
MPC Video Renderer issue
Dropdown menu doesn't show all the option if access by running rundll32.exe MpcVideoRenderer64.ax,OpenConfiguration, something like this (https://i.imgur.com/Fp1zvxK.gif)
This is some kind of problem with the window style. But I don't know how to fix it.
cmhrky
15th March 2021, 20:39
Latest Turkish translation (https://www.sendspace.com/file/7955im) with some fixes based on r6091.
Aleksoid1978
16th March 2021, 01:41
MPC Video Renderer issue
Dropdown menu doesn't show all the option if access by running rundll32.exe MpcVideoRenderer64.ax,OpenConfiguration, something like this (https://i.imgur.com/Fp1zvxK.gif)
Thx - fixed.
Klaus1189
17th March 2021, 17:53
Do you plan to release new (nightly) builds for
ImageSourceFilter
ScriptSourceFilter
The current ones are a bit dusty ;)
v0lt
17th March 2021, 19:06
@cmhrky
Thanks. Updated in r6096.
Do you plan to release new (nightly) builds for
ImageSourceFilter
ScriptSourceFilter
These filters are not popular and are rarely updated. I see no point in releasing nightly builds.
I think it is possible to release ImageSourceFilter this spring.
I don't see any sense in the new release of ScriptSourceFilter, there were no functional changes after 0.1.0.
Klaus1189
19th March 2021, 12:03
Updated german translation (https://drive.google.com/file/d/1NwBzp70DqbsN-NeKUsrorOgUedPyb_nu/view?usp=sharing) based or r6099 :)
wushantao
19th March 2021, 14:29
Update Simplified Chinese:)
https://files.catbox.moe/uj8gjr.7z
s0meone_new
19th March 2021, 22:25
Hungarian translation updated:
https://www104.zippyshare.com/v/3oJpV7K4/file.html
wushantao
21st March 2021, 08:43
Update Simplified Chinese:)
https://files.catbox.moe/pecp6n.7z
Klaus1189
21st March 2021, 16:18
@devs: To let you know: No need to translate r6011, same word in german
Thank you for your hard work, I really appreciate it :)
v0lt
21st March 2021, 19:06
@Klaus1189, @wushantao, @s0meone_new
Thanks. Updated in r6101, r6102, r6114.
clsid
21st March 2021, 19:07
MPCVR with exclusive mode enabled.
Play video in fullscreen.
Press Winkey+M (minimize all windows)
Player becomes unresponsive to commands (due to focus loss). So test with a very short video ;)
Blocking minimize is a terrible idea.
Aleksoid1978
22nd March 2021, 00:59
MPCVR with exclusive mode enabled.
Play video in fullscreen.
Press Winkey+M (minimize all windows)
Player becomes unresponsive to commands (due to focus loss). So test with a very short video ;)
Blocking minimize is a terrible idea.
Minimize when using exclusive mode - it's bad idea :)
s0meone_new
22nd March 2021, 01:32
Hungarian translation updated:
https://www79.zippyshare.com/v/2CjeUCMl/file.html
clsid
22nd March 2021, 17:23
Disabling the WM_SYSCOMMAND override does not seem enough to fix it. I also had to disable WM_NCACTIVATE override.
Aleksoid1978
23rd March 2021, 01:39
WM_NCACTIVATE already disable when using Exclusive fullscreen.
Klaus1189
24th March 2021, 17:34
Hi :)
nevcairiel has added WEBVTT support in LAV Filters.
https://github.com/Nevcairiel/LAVFilters/issues/80
I tried to use it, but it doesn't work in MPC-BE.
https://forum.doom9.org/showpost.php?p=1938913&postcount=24397
Do I have to add anything in settings of MPC-BE?
Aleksoid1978
24th March 2021, 23:42
Hi :)
nevcairiel has added WEBVTT support in LAV Filters.
https://github.com/Nevcairiel/LAVFilters/issues/80
I tried to use it, but it doesn't work in MPC-BE.
https://forum.doom9.org/showpost.php?p=1938913&postcount=24397
Do I have to add anything in settings of MPC-BE?
MPC-BE not supported mediatype from LAV Source. Use internal source filters - it's support WebVTT long time :)
P.S. Add support.
rgregor
25th March 2021, 21:09
Hello,
I’m trying to come up with a silent installation command line for MPC-BE, which includes both the video and audio file associations. That way MPC-BE will become an option in the Windows 10 Default Apps location. I’m also wanting it to install for All Users. I think I’m looking for something along the lines of:
mpc-be.1.5.6.6000.x64.exe /suppressmsgboxes /verysilent /ALLUSERS /COMPONENTS="main,mpciconlib,mpcresources,??video,audio?" /LOG=c:\windows\logs\SWLogs\mpc-inst.log
I’ve also been looking for some kind of documentation, and wondered if there’s anything available; specifically which could help with regularly updating the program via (unattended) command line.
Apologies if I'm in completely the wrong area, but at this point I feel out of options.
Thanks for any assistance.
Aleksoid1978
26th March 2021, 02:15
Hello,
I’m trying to come up with a silent installation command line for MPC-BE, which includes both the video and audio file associations. That way MPC-BE will become an option in the Windows 10 Default Apps location. I’m also wanting it to install for All Users. I think I’m looking for something along the lines of:
mpc-be.1.5.6.6000.x64.exe /suppressmsgboxes /verysilent /ALLUSERS /COMPONENTS="main,mpciconlib,mpcresources,??video,audio?" /LOG=c:\windows\logs\SWLogs\mpc-inst.log
I’ve also been looking for some kind of documentation, and wondered if there’s anything available; specifically which could help with regularly updating the program via (unattended) command line.
Apologies if I'm in completely the wrong area, but at this point I feel out of options.
Thanks for any assistance.
I don't know about options - but you can see source here https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/distrib/mpc-be_setup.iss
rgregor
26th March 2021, 16:13
I don't know about options - but you can see source here https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/distrib/mpc-be_setup.iss
Thanks for pointing the way. With that, I was able to find the elusive available Components! And from that, I came up with the following command line:
mpc-be.1.5.6.6000.x64.exe /suppressmsgboxes /verysilent /ALLUSERS /COMPONENTS="main,mpciconlib,mpcresources,mpcberegvid,mpcberegaud" /LOG=c:\windows\logs\swlogs\mpc-inst.log
The part which I was missing was:
/COMPONENTS="main,mpciconlib,mpcresources,mpcberegvid,mpcberegaud"
I appreciate the timely help!
Klaus1189
27th March 2021, 11:12
@Aleksoid1978:
Thanks for adding.
I have a question regarding the feature in Options -> Internal Filters -> tab: Video Decoders -> MPEG-2/DVD decoder configuration
"Set interlaced flag in output media type"
What purpose does this feature have? Is it for MPEG-2 video streams in MKV files also applied?
I mean if I have a progressive MPEG-2 video and it sets the interlaced flag, then the deinterlacer could possibly kick in, right? But that should be avoided.
Klaus1189
27th March 2021, 11:32
Updated german translation (https://drive.google.com/file/d/1NwBzp70DqbsN-NeKUsrorOgUedPyb_nu/view?usp=sharing) based on r6129 - cosmetic in Audio section :)
v0lt
27th March 2021, 12:10
Klaus1189
MPEG-2/DVD decoder will not work with MKV.
The "Set interlaced flag in output media type" option disables deinterlacing in the decoder.
JaylumX
28th March 2021, 01:31
Maybe someone can help me with this annoying problem. I do not know if this is a bug with MPC-BE but when I play SDR material MPC-BE autochanges to the correct refresh rates I configured in the Fullscreen menu but not when playing HDR material. I have tested this with MPCVR as well as MadVR since they are the only renderers that allow HDR and the effect neither of them autochange to the correct refresh rate.
Selecting "Change display mode before starting playback" outright does not work and affect SDR as well as HDR.
If anyone can help me with my problem, it will be much appreciated?
Cheers
Then I tested HDR sample and I found out that it is related to LAV Filters:
If I use internal Filters and set MPC-BE itself up to do refresh rate change it works fine.
If I use external LAV Video Decoder and set MPC-BE itself up to do refresh rate change it does not switch to 23 Hz mode. Other Filters of LAV don't seems to make a difference.
This question is geared towards v0lt.
Who would be able to fix the problem outlined in Klaus1189's response?
Is it a MPC-BE problem or a LAV Video decoder problem?
Aleksoid1978
28th March 2021, 02:33
This question is geared towards v0lt.
Who would be able to fix the problem outlined in Klaus1189's response?
Is it a MPC-BE problem or a LAV Video decoder problem?
If working with internal video decoder - use it, why LAV ?
yonta
31st March 2021, 09:08
audio delay in .mp4 doesn't work. changing mp4 splitter to lavsplitter seems to fix the problem.
Aleksoid1978
31st March 2021, 09:50
audio delay in .mp4 doesn't work. changing mp4 splitter to lavsplitter seems to fix the problem.
Upload sample.
yonta
31st March 2021, 10:22
this sample video (https://drive.google.com/file/d/1Sabfrnh7x_B_bk-VrBYdH5thGnOqvGsf/view?usp=sharing) will not play in sync with audio except in mpc-be.
Aleksoid1978
31st March 2021, 10:33
this sample video (https://drive.google.com/file/d/1Sabfrnh7x_B_bk-VrBYdH5thGnOqvGsf/view?usp=sharing) will not play in sync with audio except in mpc-be.
I don't understand - in MPC-BE A/V sync or not ? Or you mean that special set audio delay ?
yonta
31st March 2021, 10:53
i gave that video 2-second delay with ffmpeg -itsoffset option but mpc-be still plays it in sync with audio, probably ignoring the delay.
Aleksoid1978
31st March 2021, 11:07
i gave that video 2-second delay with ffmpeg -itsoffset option but mpc-be still plays it in sync with audio, probably ignoring the delay.
Check on test build - https://disk.yandex.ru/d/QpM5wmW444X3Pw
yonta
31st March 2021, 11:16
Check on test build - https://disk.yandex.ru/d/QpM5wmW444X3Pw
audio delay seems to work with this test build.
beter
31st March 2021, 23:47
Update translation for Chinese Traditional and Dutch
https://www.sendspace.com/file/8p1zue
slipd
1st April 2021, 05:43
Any way to have more than 100 "Number of Recent Files" (in Options > Player > History)?
MPC-HC allows up to 1000 in the Advanced Settings, does BE have an Advanced Settings? This's the only reason I haven't switched to BE since BE forgets where I am on older files that HC still remembers.
Aleksoid1978
1st April 2021, 07:38
Any way to have more than 100 "Number of Recent Files" (in Options > Player > History)?
MPC-HC allows up to 1000 in the Advanced Settings, does BE have an Advanced Settings? This's the only reason I haven't switched to BE since BE forgets where I am on older files that HC still remembers.
No - 100 is limited and hard-coded :)
JarrettH
2nd April 2021, 18:41
Is there any reason why changing video cards (550 Ti to GT 1030) would lead me having to use WASAPI (Exclusive) Push instead of WASAPI (Exclusive) Event? Event worked before the change, now when I use it I get distorted hollow sounding audio, like it loses its warmth or something. Sound device is a Topping E30 USB DAC. Things work fine in Push mode though. Windows 20H2, 456.71 driver, latest version of BE, LAV filters 0.75.
Klaus1189
2nd April 2021, 19:55
Did you try to install Nvidia driver new? Try without DDU, just check clean installation during driver installation. Sometimes needed for GPU upgrade even if it is the same driver version. Does it help?
JarrettH
3rd April 2021, 04:42
Ah, no I haven't tried updating my driver. Don't know if I want to go that far or keep using Push for now. I didn't use DDU to start or really believe in those clean-sweep utilities. I did an uninstall first before removing the card, then a clean install when installing the driver. This driver is much newer than the last supported 550 Ti :p
Edit: Sorry did you mean reinstalling the driver I'm on?
kopija
3rd April 2021, 09:04
Greetings,
since I upgraded to the newest version, the system time is showing in upper left corner of MPC-BE window.
How to get rid of it?
Thank you.
Aleksoid1978
3rd April 2021, 09:22
Greetings,
since I upgraded to the newest version, the system time is showing in upper left corner of MPC-BE window.
How to get rid of it?
Thank you.
Press "i".
ryrynz
3rd April 2021, 10:40
How to get rid of it?
While you're at it you might want to acquaint yourself with the keyboard shortcut settings and study the keyboard shortcuts for many common and useful functions.
Klaus1189
3rd April 2021, 10:46
...
You are right, I forgot, that support for the GTX 550Ti was dropped some years ago. Install the most recent driver. Does it help? Anything else that was changed to the system?
kopija
3rd April 2021, 12:09
Press "i".
"i" for intelligence I lack obviously :)
cmhrky
3rd April 2021, 15:32
Latest Turkish translation (https://www.sendspace.com/file/6yyml7) with some fixes based on r6149.
v0lt
3rd April 2021, 18:52
@beter, @cmhrky
Thanks. Updated in r6149, r6150.
chros
4th April 2021, 00:23
Guys, what do you think, can/would you integrate AIUpscale (https://github.com/Alexkral/AviSynthAiUpscale#mpv-user-shaders-installation-and-usage) into mpcVR? (I'm pretty sure Alexkral would help you with that if it can be done.)
These are "doublers" (2x/3x/4x; similar to NGU) so other up/downscalers would be necessary on top of these if necessary. I think an easy interface modification can be done for this.
Note that these are pretty power hungry (you can try it out with mpv (https://forum.doom9.org/showthread.php?p=1939880#post1939880)), but Fast_Sharp is already pretty good (2x a bit faster than NGU Sharp High for luma and scoring better than NGU Sharp VeryHigh).
slipd
4th April 2021, 03:39
Any way to have more than 100 "Number of Recent Files" (in Options > Player > History)?
No - 100 is limited and hard-coded :)
Is there any problem with having a bigger limit like MPC-HC and Zoom Player have? This low limit's the only thing keeping me from switching to MPC-BE since BE keeps forgetting my position in older videos.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.