Log in

View Full Version : Media Player Classic - BE Win32/x64


Pages : 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235

alexins
17th December 2012, 14:02
Where's the latest source code?
the source code will be published together with the release of the mpc-be 1.1.3.0
:)

HoP
17th December 2012, 23:02
@MPC-BE Developers
Please make a button for deselect all formats.like this (of course not this color :D )

http://imgair.net/i/untitled-1355763032.gif

for deselecting formats i should click & click & click :D

ps: i requested this feature some time ago in MPC-HC thread,but they didn't make it :(

thanks in advance :thanks:

alexins
17th December 2012, 23:24
After the publication of the MPC-BE 1.1.3.0 we open free access to our svn repository.
:)

Mercury_22
17th December 2012, 23:43
After the publication of the MPC-BE 1.1.3.0 we open free access to our svn repository.
:)
WOW :D Finally Thank you !

Any chance to change the default keys for DVD navigation as requested here Could these be changed like this so DVD navigation would work out of the box on remotes?

AppSettings.cpp

...
ADDCMD((ID_PLAY_SEEKFORWARDMED, VK_RIGHT, FVIRTKEY | FALT | FNOINVERT, IDS_MPLAYERC_25));
ADDCMD((ID_PLAY_SEEKBACKWARDMED, VK_LEFT, FVIRTKEY | FALT | FNOINVERT, IDS_MPLAYERC_26));
...
ADDCMD((ID_VOLUME_UP, VK_UP, FVIRTKEY | FALT | FNOINVERT, IDS_AG_VOLUME_UP, 0, wmcmd::WUP, wmcmd::WUP));
ADDCMD((ID_VOLUME_DOWN, VK_DOWN, FVIRTKEY | FALT | FNOINVERT, IDS_AG_VOLUME_DOWN, 0, wmcmd::WDOWN, wmcmd::WDOWN));
...
ADDCMD((ID_NAVIGATE_MENU_LEFT, VK_LEFT, FVIRTKEY | FNOINVERT, IDS_AG_DVD_MENU_LEFT));
ADDCMD((ID_NAVIGATE_MENU_RIGHT, VK_RIGHT, FVIRTKEY | FNOINVERT, IDS_MPLAYERC_70));
ADDCMD((ID_NAVIGATE_MENU_UP, VK_UP, FVIRTKEY | FNOINVERT, IDS_AG_DVD_MENU_UP));
ADDCMD((ID_NAVIGATE_MENU_DOWN, VK_DOWN, FVIRTKEY | FNOINVERT, IDS_AG_DVD_MENU_DOWN));
ADDCMD((ID_NAVIGATE_MENU_ACTIVATE, VK_RETURN, FVIRTKEY | FNOINVERT, IDS_MPLAYERC_73));
...


and here The current DEFAULT key mapping in MPC-BE it's a very big (P.A:p) problem for DVD menu usage ( and for BD menu if will be implemented at some point :) )
I know that everyone can remap the keys but there are a lot of new users which find MPC-BE inappropriate for DVD playback because of this abnormal key mapping, all other players which support DVD (&BD menus) have the "standard" mapping which allow navigation in a menu with a Remote Control too

So to be able to use menu navigation in MPC-BE I propose to change to the standard mapping the following DEFAULT keys :

1. add "Enter" as default key for "DVD Menu Activate" command,

2. add "Backspace" as default key for "DVD Menu Back" command,

3. change the default key for "DVD Menu Left" command from "Alt+Left Arrow" to just "Left Arrow"
In consequence the default key for "Jump Backward (medium)" command should be changed from "Left Arrow" to "Alt+Left Arrow",

4. change the default key for "DVD Menu Right" command from "Alt+Right Arrow" to just "Right Arrow"
In consequence the default key for "Jump Forward (medium)" command should be changed from "Right Arrow" to "Alt+Right Arrow",

5. change the default key for "DVD Menu Up" command from "Alt+Up Arrow" to just "Up Arrow"
In consequence the default key for "Volume Up" command should be changed from "Up Arrow" to "Alt+Up Arrow",

6. change the default key for "DVD Menu Down" command from "Alt+Down Arrow" to just "Down Arrow"
In consequence the default key for "Volume Down" command should be changed from "Down Arrow" to "Alt+Down Arrow",

Also the current default mouse key for "Play/Pause" command should also be change from "Left Down" to " Middle Down" cause it's the worst choice for menu navigation with a mouse
?

Aleksoid1978
18th December 2012, 01:36
@MPC-BE Developers
Please make a button for deselect all formats.like this (of course not this color :D )

http://imgair.net/i/untitled-1355763032.gif

for deselecting formats i should click & click & click :D

ps: i requested this feature some time ago in MPC-HC thread,but they didn't make it :(

thanks in advance :thanks:

Done
http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_Format_Button_None.7z

HoP
18th December 2012, 01:51
Done
http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_Format_Button_None.7z

oh Wow,how fast :eek:
many many many thanks :thanks:

boyumeow
18th December 2012, 05:36
After the publication of the MPC-BE 1.1.3.0 we open free access to our svn repository.
:)

U never include this good news in the first page :D
:thanks: for the decision to open up the free access :).

ryrynz
18th December 2012, 09:19
Can we have it so if you click File -> Open File/URL -> Browse
open's the directory of the last selected (In blue) played file?
Currently it opens the directory of the last played file regardless of what file in the list is selected.

So for example I could select any of the last played files in the drop down box and by clicking browse it would open the directory of that file, or if that directory doesn't exist then the directory above it.

wanezhiling
18th December 2012, 16:58
http://www.mediafire.com/?0p0k0n67uzw3z7u
About this file, 2 issues:


1. Internal AVI splitter can't connect CoreAVC DXVA, I tested all AVI splitters, it seemed that only LAV splitter can do that.

2. You can hear the background sound, but can't hear the characters voice... ffdshow audio decoder is fine.
Edit: Enable mixer in audio decoder configuration, the issue went.
Edit2: My system can't deal with 6.1 audio I think..

wanezhiling
21st December 2012, 10:01
@Aleksoid1978

Is there a possibility that mpc-be can handle complex ass/ssa subtitles like this (http://pan.baidu.com/share/link?shareid=180637&uk=3558042035&third=0) one day?

Now xy-vsfilter is needed.

Aleksoid1978
21st December 2012, 10:23
@Aleksoid1978

Is there a possibility that mpc-be can handle complex ass/ssa subtitles like this (http://pan.baidu.com/share/link?shareid=180637&uk=3558042035&third=0) one day?

Now xy-vsfilter is needed.

As in our team there is no developers that understand how work with anime(text) subtitle - i think no chance to improve this subtitle support.

alexins
21st December 2012, 16:35
Web browser SVN repository Media Player Classic-BE (http://svnlog.mpc-next.ru/listing.php?repname=MPC-BE+Team)

Access (read-only) to the SVN repository (svn://mpc-next.ru/mpc-be) will be provided later...

Jacinto
21st December 2012, 17:16
Hi, the last build is the 1.0.0.0 1618?

ryrynz
22nd December 2012, 06:57
Latest is 1710.

wanezhiling
22nd December 2012, 07:17
http://pan.baidu.com/share/link?shareid=398753&uk=3558042035

The pgs subtitle is not in sync with image/sound when using internal splitter.

Well, lav splitter and av splitter work fine.

Aleksoid1978
22nd December 2012, 07:46
http://pan.baidu.com/share/link?shareid=181739&uk=3558042035&third=0

The pgs subtitle is not in sync with image/sound when using internal splitter.

Well, lav splitter and av splitter work fine.

Can you make a screenshot to compare ?

wanezhiling
22nd December 2012, 08:01
http://i.imgur.com/csUNb.jpg
internal splitter, the sub appears @35sec, obviously delayed.


http://i.imgur.com/7bENU.jpg
lav splitter, the sub appears @32sec, right.

Jacinto
22nd December 2012, 12:31
Latest is 1710.

Sorry, but where can I download it? (please forgive my english)

Aleksoid1978
22nd December 2012, 12:59
http://pan.baidu.com/share/link?shareid=181739&uk=3558042035&third=0

The pgs subtitle is not in sync with image/sound when using internal splitter.

Well, lav splitter and av splitter work fine.

Fixed - http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_matroska.7z

Aleksoid1978
22nd December 2012, 13:01
Sorry, but where can I download it? (please forgive my english)

See in upper post :)

wanezhiling
22nd December 2012, 13:33
Fixed - http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_matroska.7z


Much better, still a slight delay.:)

Aleksoid1978
22nd December 2012, 13:44
Much better, still a slight delay.:)

I compare with LAV splitter - identically.

wanezhiling
22nd December 2012, 14:13
I compare with LAV splitter - identically.
http://forum.doom9.org/showpost.php?p=1606951&postcount=94

Any suggestion? :)

Aleksoid1978
23rd December 2012, 02:00
http://forum.doom9.org/showpost.php?p=1606951&postcount=94

Any suggestion? :)

I do not understand what you mean.

boyumeow
24th December 2012, 04:11
If running MPC-BE and you proceed to uninstall MPC-HC the uninstaller says MPC-HC is running, HC & BE should be able to be distinguished from each other.

This is a BE problem, MPC-HC has its own frame names, GUIDs and everything, MPC-BE just never changed those after forking, so the installer doesn't know any better.
In this case, its the application mutex which is created somewhere.

Just some info to take note off, can it be resolved to avoid conflict. :thanks:

Aleksoid1978
24th December 2012, 04:34
Just some info to take note off, can it be resolved to avoid conflict. :thanks:

Already fixed :)

wanezhiling
24th December 2012, 06:53
I do not understand what you mean.

That issue also happens on BE before, do you remember?
And you fixed it.

So I think maybe you can give some help for MPC-HC.:)

Aleksoid1978
24th December 2012, 07:46
That issue also happens on BE before, do you remember?
And you fixed it.

So I think maybe you can give some help for MPC-HC.:)

Why - in their team is full of wonderful and knowledgeable developers. They thought that I did not want on their team. :)

Post about this bug in MPC-HC forums - see what happened.

wanezhiling
24th December 2012, 09:39
http://forum.doom9.org/showpost.php?p=1607214&postcount=13546

@Aleksoid1978, BE failed too.

Aleksoid1978
24th December 2012, 10:32
http://forum.doom9.org/showpost.php?p=1607214&postcount=13546

@Aleksoid1978, BE failed too.

Fixed - http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_MOV_3VID_Fixed.7z

wanezhiling
24th December 2012, 10:38
Fixed - http://aleksoid.voserver.net/MPC-BE/mpc-be.exe_MOV_3VID_Fixed.7z

Great, works now.

wanezhiling
24th December 2012, 17:39
http://forum.doom9.org/showpost.php?p=1602215&postcount=330

Build 1716 still crashed..

Aleksoid1978
24th December 2012, 21:58
http://forum.doom9.org/showpost.php?p=1602215&postcount=330

Build 1716 still crashed..

I know.

phoenix_fr
25th December 2012, 00:07
hello, with galley to setup 'mpc-be' like my 'mpc-hc be mod'

I think it would be nice to turn some packages in the next preset correctly by default

ex:
"touch window from inside"
"keep aspect ratio"

robpdotcom
25th December 2012, 06:39
I noticed that pressing the hot-key for "Remaining Time" (Ctrl+I) now actually shows the remaining time. Is there any way to show the elapsed time?

In other words:
it used to show "00:30:00/02:00:00"
now it shows "-01:30:00/02:00:00"

Any way to show the old style?

judelaw
25th December 2012, 13:35
I noticed that pressing the hot-key for "Remaining Time" (Ctrl+I) now actually shows the remaining time. Is there any way to show the elapsed time?

In other words:
it used to show "00:30:00/02:00:00"
now it shows "-01:30:00/02:00:00"

Any way to show the old style?

http://jpegshare.net/thumbs/38/8a/388ae4874eea750e66c37a2ad6bba8a1.jpg (http://jpegshare.net/38/8a/388ae4874eea750e66c37a2ad6bba8a1.jpg.html)

robpdotcom
25th December 2012, 14:22
:thanks:

wanezhiling
26th December 2012, 15:36
@Aleksoid1978, http://forum.doom9.org/showpost.php?p=1607509&postcount=13565

BE does not do the deinterlacing job.

Aleksoid1978
27th December 2012, 07:43
@Aleksoid1978, http://forum.doom9.org/showpost.php?p=1607509&postcount=13565

BE does not do the deinterlacing job.

It seems that the file is encoded incorrectly.

wanezhiling
27th December 2012, 07:52
No field order can be determined?

Aleksoid1978
27th December 2012, 09:42
No field order can be determined?

I do not look at file, but think you are right

VipZ
27th December 2012, 18:59
[pic removed]

Is the above correct?

I would assume the button None to only become visible once Modify is selected.

Aleksoid1978
27th December 2012, 23:09
http://dl.dropbox.com/u/19338638/w8formats.JPG

Is the above correct?

I would assume the button None to only become visible once Modify is selected.

Fixed - thanks.

dlind87
27th December 2012, 23:43
Pixelshader don't seem to work anymore when using madVR.

Edit: redownloaded, works now

alexins
27th December 2012, 23:46
Media Player Classic - BE 1.1.3.0 Win32 (Stable release):
Media Player Classic - BE 1.1.3.0 x86 (with installer) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/MPC-BE.1.1.3.0.1737.x86-installer.zip/download)
Media Player Classic - BE 1.1.3.0 x86 (portable) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/MPC-BE.1.1.3.0.1737.x86.7z/download)
Standalone Filters Media Player Classic - BE 1.1.3.0 x86 (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/standalone_filters-mpc-be.1.1.3.0.1737.x86.7z/download)

Media Player Classic - BE 1.1.3.0 x64 (Stable release):
Media Player Classic - BE 1.1.3.0 x64 (with installer) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/MPC-BE.1.1.3.0.1737.x64-installer.zip/download)
Media Player Classic - BE 1.1.3.0. x64 (portable) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/MPC-BE.1.1.3.0.1737.x64.7z/download)
Standalone Filters Media Player Classic - BE 1.1.3.0 x64 (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/standalone_filters-mpc-be.1.1.3.0.1737.x64.7z/download)

Source Code:
Media Player Classic - BE 1.1.3.0 Source Code (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Source%20Code/MPC-BE%201.1.3.0%20Source%20Code/MPC-BE%201.1.3.0%20Source%20Code.7z/download)

Anleck
28th December 2012, 01:11
Thanks BE team.

Seeking is very responsive - smooth video.

wanezhiling
28th December 2012, 07:50
Oh stable build released, has been forwarded to China.

ZoNi
28th December 2012, 10:53
Is there any way to see flybar with madVR?

wanezhiling
28th December 2012, 14:45
http://samples.mplayerhq.hu/sub/DivX+Subtitles.divx

BE can not show the divx subtitle.

jos99
28th December 2012, 15:56
Media Player Classic - BE 1.1.3.0 Win32 (Stable release):
Media Player Classic - BE 1.1.3.0 x86 (with installer) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/MPC-BE.1.1.3.0.1737.x86-installer.zip/download)
Media Player Classic - BE 1.1.3.0 x86 (portable) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/MPC-BE.1.1.3.0.1737.x86.7z/download)
Standalone Filters Media Player Classic - BE 1.1.3.0 x86 (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Win32/MPC-BE%20Win32%201.1.3.0/standalone_filters-mpc-be.1.1.3.0.1737.x86.7z/download)

Media Player Classic - BE 1.1.3.0 x64 (Stable release):
Media Player Classic - BE 1.1.3.0 x64 (with installer) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/MPC-BE.1.1.3.0.1737.x64-installer.zip/download)
Media Player Classic - BE 1.1.3.0. x64 (portable) (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/MPC-BE.1.1.3.0.1737.x64.7z/download)
Standalone Filters Media Player Classic - BE 1.1.3.0 x64 (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20x64/MPC-BE%20x64%201.1.3.0/standalone_filters-mpc-be.1.1.3.0.1737.x64.7z/download)

Source Code:
Media Player Classic - BE 1.1.3.0 Source Code (http://sourceforge.net/projects/mpcbe/files/MPC-BE/MPC-BE%20Source%20Code/MPC-BE%201.1.3.0%20Source%20Code/MPC-BE%201.1.3.0%20Source%20Code.7z/download)
Thankyou for this Alexins, seems very stable with MPC filters/codecs or LAV:thanks:. I am experimenting with logos using these masks, you can paste as a new layer on any image to use as MPC-BE logoscreen, use fill to change colours:

http://dl.dropbox.com/u/35202345/mpcbelogomask3a.png
http://dl.dropbox.com/u/35202345/mpcbelogomask3b.png
http://dl.dropbox.com/u/35202345/mpcbelogomask3c.png
http://dl.dropbox.com/u/35202345/mpcbelogomask3d.png
http://dl.dropbox.com/u/35202345/mpcbelogomask3e.png
http://dl.dropbox.com/u/35202345/mpcbelogomask3f.png

One problem though is that MPC-BE always seems to add a black border when opening
http://dl.dropbox.com/u/35202345/mpcbecap12a.PNG

this is how I want it to look with no borders (manually resized), so it wraps to the logo, whatever the dimensions, as MPC-HC does
http://dl.dropbox.com/u/35202345/mpcbecap12c.PNG