View Full Version : Media Player Classic - BE Win32/x64
Aleksoid1978
27th May 2019, 05:41
Thanks, but does not help,
Try this - start MPC-BE, show playlist and delete "Explorer". - it's don't help ?
kb968
28th May 2019, 03:42
Hi, just to let you no, what a awsome player... I was using potplayer but its becoming very bloated, then I found this one..
Congratulations..
Keep on keeping on..
Cheers.
Try this - start MPC-BE, show playlist and delete "Explorer". - it's don't help ?
No, not help :(
I have uncheck "remember last playlist" and uncheck "remember historic..." in the settings
Shark007
31st May 2019, 20:57
thanks for keeping up with this player.
Its been the only player I use since you forked from the HC branch.
could someone have a look at a new issue?
subtitle download works (for me) in version 4557 but seems to be broken in 4558.
EDIT: it may be be just me. I tested on a different machine just now and 4558 was fine there.
yonta
31st May 2019, 21:50
I just found a weird bug.
You play a video in mpc-be and pause it. Now if you open Windows startmenu and start dragging a shortcut, mpc-be is unpaused?
Ezhihua
1st June 2019, 15:39
I just found a weird bug.
You play a video in mpc-be and pause it. Now if you open Windows startmenu and start dragging a shortcut, mpc-be is unpaused?
:eek::eek:
I can also reproduce this bug
stax76
1st June 2019, 15:49
I could reproduce it only once in Win 10.
Ezhihua
1st June 2019, 16:41
I could reproduce it only once in Win 10.
:D:D I uploaded a video that recorded the bug
https://share.weiyun.com/5KGc6b0
stax76
1st June 2019, 18:50
I believe you but I cannot reproduce it. My start menu looks different, I have this big tiles in my start menu and tab like sidebar where I can switch between big tiles and all programs.
@Ezhihua
I can not download anything from share.weiyun.com.
stefanelli73
5th June 2019, 10:54
Hi, I wanted to know how to raise the subtitles inside the black bar of a movie contained in a BDMV folder, with MKV no problem with the internal subtitles of mpc-be using OVERRIDE PLACEMENT, while with BDMV it doesn't work.
Aleksoid1978
5th June 2019, 12:32
stefanelli73 - Blu-Ray subtitles is PGS, it's bitmap format and render "as is". Can't change position in options. But you can "move" subtitles via key Ctrl+Shift+"Arrows".
stefanelli73
5th June 2019, 13:07
Thanks ALEKSOID for the reply, very kind.
clsid
5th June 2019, 13:39
I just found a weird bug.
You play a video in mpc-be and pause it. Now if you open Windows startmenu and start dragging a shortcut, mpc-be is unpaused?Disable "Global Media Keys" in MPC-BE options. Win10 send play/pause event in some situations like when notifications appear.
yonta
5th June 2019, 22:47
Disable "Global Media Keys" in MPC-BE options. Win10 send play/pause event in some situations like when notifications appear.
That fixed the problem! Thanks.
stefanelli73
7th June 2019, 14:52
stefanelli73 - Blu-Ray subtitles is PGS, it's bitmap format and render "as is". Can't change position in options. But you can "move" subtitles via key Ctrl+Shift+"Arrows".
I tried, it doesn't work, with ctrl + shift + arrows it gives me the vsync
SirMaster
7th June 2019, 20:57
Does anyone know if there is some sort of API or mechanism that I can use to hook into MPC-BE's events like play, pause, stop?
For instance I want to run a script that turns off my room lighting when playback in mpc-be starts, and turns on room lighting when playback is paused or stopped.
Any ideas of how I could do this?
stax76
7th June 2019, 22:13
Does anyone know if there is some sort of API or mechanism that I can use to hook into MPC-BE's events like play, pause, stop?
For instance I want to run a script that turns off my room lighting when playback in mpc-be starts, and turns on room lighting when playback is paused or stopped.
Any ideas of how I could do this?
Not supported by mpc, players I'm aware of are:
Lua: vlc, mpv(.net)
JavaScript: mpv(.net)
AngelScript: PotPlayer
COM Automation: JRiver
C Python: Kodi
IronPython: mpv.net
dotnet add-ons: mpv.net
PowerShell: mpv.net
CS-Script: mpv.net
SirMaster
7th June 2019, 22:22
Not supported by mpc, players I'm aware of are:
Lua: vlc, mpv(.net)
JavaScript: mpv(.net)
AngelScript: PotPlayer
COM Automation: JRiver
C Python: Kodi
IronPython: mpv.net
dotnet add-ons: mpv.net
PowerShell: mpv.net
CS-Script: mpv.net
Thanks.
If only mpv supported madVR!
Does anyone know if there is some sort of API or mechanism that I can use to hook into MPC-BE's events like play, pause, stop?
For instance I want to run a script that turns off my room lighting when playback in mpc-be starts, and turns on room lighting when playback is paused or stopped.
Any ideas of how I could do this?
1. You can use the web interface. And see variables.html page.
2. See MPC API (https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/src/apps/mplayerc/mpcapi.h).
Both methods work for MPC-BE and MPC-HC.
Small wish list: customizable fonts size & type in GUI; add some basic video&audio info.
https://i.imgur.com/K4RnPt0l.jpg (https://i.imgur.com/K4RnPt0.jpg)
Aleksoid1978
9th June 2019, 11:21
Small wish list: customizable fonts size & type in GUI; add some basic video&audio info.
https://i.imgur.com/K4RnPt0l.jpg (https://i.imgur.com/K4RnPt0.jpg)
Not planned.
:(
May I ask you why not? Is it technically complicated?
Aleksoid1978
9th June 2019, 12:40
:(
May I ask you why not? Is it technically complicated?
Just not planned :)
Oh, OK :)
Well, if you can&want, maybe this suggestion can be added to your "plan list". I guess it can be usefull for many who watch films on Full HD / Ultra HD screens.
mogli
9th June 2019, 13:59
I imported a playlist from another player which uses utf-8 without bom and some entries are broken in mpc-be. Is this unsupported or a bug? (mpc-hc works fine.)
stax76
9th June 2019, 14:40
1. You can use the web interface. And see variables.html page.
2. See MPC API (https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/src/apps/mplayerc/mpcapi.h).
Both methods work for MPC-BE and MPC-HC.
I always forget this, added it to the mpv.net wiki now.
https://github.com/stax76/mpv.net/wiki/Alternative-Players
I imported a playlist from another player which uses utf-8 without bom and some entries are broken in mpc-be. Is this unsupported or a bug? (mpc-hc works fine.)
What is the format of the playlist?
Sample playlist file?
Aleksoid1978
9th June 2019, 23:59
I imported a playlist from another player which uses utf-8 without bom and some entries are broken in mpc-be. Is this unsupported or a bug? (mpc-hc works fine.)
Upload playlist.
mogli
10th June 2019, 08:20
Problem identified: some filenames include symbols with character codes around 128000.
I made 2 sample playlists (https://www.sendspace.com/file/pn7lpn) illustrating the problem.
Aleksoid1978
11th June 2019, 02:56
Problem identified: some filenames include symbols with character codes around 128000.
I made 2 sample playlists (https://www.sendspace.com/file/pn7lpn) illustrating the problem.
Thank you - opening of such playlists is fixed.
mogli
12th June 2019, 07:21
Thanks, opening such playlists works now. However opening them for the first time is very slow, the next time it's ok.
Also most youtube videos don't work for me anymore, hope it isn't related: The title and duration of the video is immediately found and shown in the playlist but it doesn't start and after a short time it says 'invalid' and 'file not found'. example youtube video (https://www.youtube.com/watch?v=LFhllsDVz4c)
Aleksoid1978
12th June 2019, 07:33
Google change page formats :)
ryrynz
13th June 2019, 01:26
I've never had any luck with 'Open ISO image' if I use this it just does nothing. If have to double click in Explorer with Virtual Clone Drive installed and Windows presents me with the option to play back the disc.
Any chance of having MPC-BE work out of the box with Blu-ray ISOs? Not sure if location is a problem but I have these on a shared network drive.
Aleksoid1978
13th June 2019, 05:35
I've never had any luck with 'Open ISO image' if I use this it just does nothing. If have to double click in Explorer with Virtual Clone Drive installed and Windows presents me with the option to play back the disc.
Any chance of having MPC-BE work out of the box with Blu-ray ISOs? Not sure if location is a problem but I have these on a shared network drive.
There is no any trouble with Opening ISO.
MPC-BE use - DTLite or Virtual Clone Drive or Win8+ virtual disk
First - look at DTLite
Second - look at Virtual Clone Drive
Third - Win8+ virtual disk.
huhn
13th June 2019, 06:15
so opening iso with MPC-be is a feature and not working by accident like in mpc-hc?
if that's the case it is not working correctly. it is just opening the iso as a file not as a disc as far as i can see which may or may not work.
v0lt
13th June 2019, 06:32
ryrynz
MPC-BE mounts ISO images using Win8+ mount API, DAEMON Tools Lite v4 or Virtual CloneDrive v5.5.
As far as I know, MPC-HC is not able to open ISO images. If this happens, it is not opening an image, it is opening an ISO file as MPEG-TS. This is a stupid way to work with ISO files.
ryrynz
13th June 2019, 07:51
For whatever reason it's not working for me (1903), is it working for you?
Aleksoid1978
13th June 2019, 08:40
For whatever reason it's not working for me (1903), is it working for you?
It's working perfect, all Win8/Win10.
If you use DTLite or Virtual Clone Drive - try uninstall it's. Then try again opening .iso in MPC-BE.
ryrynz
13th June 2019, 12:32
Yeah, relies on Windows handling iso files. Maybe an error message can be displayed if it cannot be opened due to external app having taken association.
bouwew
13th June 2019, 13:22
Hi, on the reported audio dropping out, I'm having these as well, already since quite some time, over quite some version of various softwares. On all types of audio: AC3, DTS, DTS-HD, TrueHD, etc.
I recently noticed, and this is reproducible, when they are occurring quite frequent, and I reboot my PC, the problem is gone or mostly gone (very limited amount of drop outs).
I'm an the latest versions/nightlies/hotfix of everything, MPC-BE, LAV, MADVR, Windows 10, Nvidia, etc.
I tried rolling back to older versions of LAV (0.73, 0.72) and MPC-BE (latest beta, latest released) (Windows was not restarted) but that made no difference.
I'm thinking this most likely points to the OS as the root-cause of the issue...
Klaus1189
14th June 2019, 18:55
Updated german translation (https://drive.google.com/file/d/1NwBzp70DqbsN-NeKUsrorOgUedPyb_nu/view?usp=sharing) for r4578 "Refresh"
Michel Merlin
16th June 2019, 08:24
Disable "Global Media Keys" in MPC-BE options. Win10 send play/pause event in some situations like when notifications appear.Thanks for the info!
More precisely, in "MPC-BE x64 v1.5.3 > Menu > View > Options > Player > Keys", right panel, bottom, uncheck "Global media Keys"
Versailles, Sun 16 Jun 2019 09:24:05 +0200
stax76
16th June 2019, 09:20
Hi, on the reported audio dropping out, I'm having these as well, already since quite some time, over quite some version of various softwares. On all types of audio: AC3, DTS, DTS-HD, TrueHD, etc.
I recently noticed, and this is reproducible, when they are occurring quite frequent, and I reboot my PC, the problem is gone or mostly gone (very limited amount of drop outs).
I'm an the latest versions/nightlies/hotfix of everything, MPC-BE, LAV, MADVR, Windows 10, Nvidia, etc.
I tried rolling back to older versions of LAV (0.73, 0.72) and MPC-BE (latest beta, latest released) (Windows was not restarted) but that made no difference.
I'm thinking this most likely points to the OS as the root-cause of the issue...
In case it is a driver issue, I'm using a new HP PC with Realtek chip and MS driver 10.0.18362.1, mpv, MusicBee and Chrome work so everything fine for me.
wushantao
16th June 2019, 10:41
https://send.firefox.com/download/aeef5eca3f117e8b/#Kq93OYOUuq-2RdxdIOp_kQ
Updated Simplified Chinese
:)
v0lt
17th June 2019, 06:28
@Klaus1189
Thanks. Updated in r4579.
@wushantao
Thanks. Updated in r4584.
ryrynz
17th June 2019, 13:10
Hi guys, can you increase size of the flybar for higher res screens? Maybe set similar to Windows app % size? Thanks.
Aleksoid1978
17th June 2019, 13:25
Hi guys, can you increase size of the flybar for higher res screens? Maybe set similar to Windows app % size? Thanks.
Sorry - but FlyBar don't support change size...
ryrynz
17th June 2019, 13:32
Possible though? I can wait.. Maybe flybar can be improved too? Graphically it's quite basic.
v0lt
18th June 2019, 07:57
MPC Video Renderer v0.2.0.658 (https://github.com/Aleksoid1978/VideoRenderer/releases/tag/0.2.0). The first official release.
Information (https://github.com/Aleksoid1978/VideoRenderer/blob/0.2.0/Readme.md).
Test builds (https://yadi.sk/d/X0EVMKP4TcmnHQ).
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.