View Full Version : Media Player Classic - BE Win32/x64
Aleksoid1978
9th January 2019, 04:17
Mentioned this earlier, only happens with dark mode menu and changes size above 100% app scale in Windows. Doesn't happen on my other system running 1809.
Fixed. Don't need anymore uncheck in Windows.
ryrynz
9th January 2019, 04:19
I see in 4316. Thanks.
Grimsdyke
9th January 2019, 10:40
@ devs. A few months ago you thankfully fixed one short coming in the original mpc codebase to make sure that the main feature is chosen by default even if there
are longer features but at lower resolution on the disc.
Unfortunately if on the disc is material longer than the main movie but at the same resolution BE, of course, does not know what to load.
Examples for this are RAZORBACK (Australian Blu-Ray containing longer workprint) or APOCALPYPSE NOW (Theatrical cut and Redux on same disc via seamless branching), etc.
So my idea would be that BE does not only save informations like last position and audio track but also the mpls that the user had chosen to play on a certain disc.
Thx
ryrynz
9th January 2019, 11:17
Sounds like a good idea. Is there really no other way or determining the main movie?
Aleksoid1978
9th January 2019, 11:24
Is there really no other way or determining the main movie?
No way.
Grimsdyke
9th January 2019, 13:34
That's why I suggest that more informations would be saved by BE !!
For APOCALYPSE NOW this would mean that BE could let me (continue to) watch the Redux version (00022.mpls) where I last stopped (maybe using the Englisch audio track) or the theatrical cut (00023.mpls) with the original 1979 German dubbing or whatever configuration.
You could make this completely optional so that other users are not bothered/confused !
alex1399
9th January 2019, 13:48
In general, One file One video stream. No offence, but find your own niche by lossless remuxing the file into better shape via ffmpeg.
wanezhiling
10th January 2019, 08:41
https://www.sendspace.com/file/w5w3ub
LAV Splitter Source works fine.
v0lt
10th January 2019, 13:48
@wanezhiling
Fixed in r4320.
v0lt
11th January 2019, 08:54
MPC-BE 1.5.3 (build 4322) beta (https://sourceforge.net/projects/mpcbe/files/MPC-BE/Nightly%20Builds%20%28from%20svn%20trunk%29/1.5.3%20%28build%204322%29%20beta/)
MPC-BE 1.5.3 Nightly builds: main file store (https://yadi.sk/d/hlf1lfC8mKU58), alternative (https://yadi.sk/d/r7JYQ2NjHvE4lA)
Also new and old versions can be found on VideoHelp.com (https://www.videohelp.com/software/MPC-BE).
P.J
12th January 2019, 19:56
Any hope for MPC-BE to support Clean Aperture ('clap') for .mov container?
QuickTime supports it well :thanks:
https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-125850
Aleksoid1978
13th January 2019, 00:46
Any hope for MPC-BE to support Clean Aperture ('clap') for .mov container?
Already support.
P.J
13th January 2019, 11:10
Already support.
But not working in v1.5.3 build 4316 :confused:
Aleksoid1978
13th January 2019, 11:32
But not working in v1.5.3 build 4316 :confused:
All working perfect with internal filters. If not - upload sample.
P.J
13th January 2019, 13:10
All working perfect with internal filters. If not - upload sample.
Here you are =)
https://www.sendspace.com/file/5jeyv3
Aleksoid1978
13th January 2019, 13:23
Here you are =)
https://www.sendspace.com/file/5jeyv3
All working.
MI:
https://i.imgur.com/tEOlKz0.png
Output video pin from internal Source filter.
https://i.imgur.com/1fMVhQY.png
as we see - video size 720x512, but rcTarget - 720x480.
Internal video renderer - EVR-CP also as EVR support it's value.
P.S. AR('pasp' atom) 4:3, so we have 640x480 final video output.
P.J
13th January 2019, 14:25
Here's the comparison with QuickTime, looks like reverse attributes :confused:
https://thumbs2.imgbox.com/5c/19/TUggSO1Y_t.png (http://imgbox.com/TUggSO1Y)
Aleksoid1978
13th January 2019, 14:47
Looks like QuickTime crop from top, but there is no any info in documentation. In this sample height 512, from clap - 480, that's all. MPC-BE output as 480, that's all.
P.J
13th January 2019, 14:56
Looks like QuickTime crop from top, but there is no any info in documentation. In this sample height 512, from clap - 480, that's all. MPC-BE output as 480, that's all.
Actually, MPC-BE cuts only from the bottom and doesn't care about the crop values.
Hope you can fix it to read the values correctly :(
https://thumbs2.imgbox.com/1c/a6/S7cWTDuz_t.png (http://imgbox.com/S7cWTDuz)
Klaus1189
13th January 2019, 20:43
Updated german translation (https://drive.google.com/file/d/1MHucWBIwGs3E4SrT1VEbZ1T_T6Vgg6xU/view?usp=sharing)
One little cosmetic issue :)
Aleksoid1978
14th January 2019, 05:39
Actually, MPC-BE cuts only from the bottom and doesn't care about the crop values.
Hope you can fix it to read the values correctly :(
https://thumbs2.imgbox.com/1c/a6/S7cWTDuz_t.png (http://imgbox.com/S7cWTDuz)
Very strange. In this file, clap atom contain:
apertureHeight - 480
vertOff - 13
I don't know how we can have top - 29 and bottom - 3...
P.J
14th January 2019, 10:11
Very strange. In this file, clap atom contain:
apertureHeight - 480
vertOff - 13
I don't know how we can have top - 29 and bottom - 3...
Yes, v0lt was posted a screenshot from MP4 Inspector before too.
But I'm sure the right pixel value for top is 29 not 13.
Let's see if I can find more clues about it =/
https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-125850
https://thumbs2.imgbox.com/e2/82/oq4s8gYo_t.png (http://imgbox.com/oq4s8gYo)
Aleksoid1978
14th January 2019, 10:33
There is no other information how handle this value - stay it question opened :)
v0lt
14th January 2019, 15:41
Data from the 'clap' atom.
https://jpegshare.net/thumbs/e5/95/e5950099ac6395cde46d5f38bb207949.jpg (https://jpegshare.net/e5/95/e5950099ac6395cde46d5f38bb207949.png.html)
P.J
14th January 2019, 15:42
Very strange. In this file, clap atom contain:
apertureHeight - 480
vertOff - 13
I don't know how we can have top - 29 and bottom - 3...
Aleksoid1978, think I found the formula :) This is about to find the top/bottom numbers:
First, we need to calculate the cropped vertical pixels: 512-480=32 (cropped pixels)
Then check the "vertOff_D (denominator)", it's fine if it was 2 but if it was 1, multiply "vertOff_N (numerator)" by 2.
So we can find the right offset from the center of video.
In that sample, "vertOff_D (denominator)" is 1, so we should multiply "vertOff_N (numerator)" by 2: 13*2=26 (real offset)
But if "vertOff_D (denominator)" was 2: "vertOff_N (numerator)" = real offset
Note: "vertOff_N (numerator)" or real offset can be negative too.
Now we just need to solve this equation to find top and bottom numbers:
top+bottom=32
top-bottom=26
top=29 / bottom=3
I'm sure that same can be applied to the left/right numbers too :)
v0lt
14th January 2019, 19:16
@P.J
Fixed in r4329.
Megalith
14th January 2019, 20:20
I see this (for one second) whenever I try to open a video, even a low-resolution file that should begin playback immediately.
It's as if MPC-BE loads its skin, but then reloads it before playback begins. The result is that opening a file, even on a non-busy hard drive, feels laggy.
I don't think there's anything to fix but was just curious if anyone had the same experience.
https://i.imgur.com/QJ0ArQu.jpg
peter0815x
16th January 2019, 02:56
hi
i just tested latest version
1.5.3.4322
and the bug with high res audio files
and wasapi exclusiv is still there
(files above 192k will be downsampled to 192k)
it was fixed with the latest test build from Aleksoid1978
https://yadi.sk/d/H3GEZ5vu4O0StA
but seems fix didn't make it into 1.5.3.
Aleksoid1978
16th January 2019, 03:07
hi
i just tested latest version
1.5.3.4322
and the bug with high res audio files
and wasapi exclusiv is still there
(files above 192k will be downsampled to 192k)
it was fixed with the latest test build from Aleksoid1978
https://yadi.sk/d/H3GEZ5vu4O0StA
but seems fix didn't make it into 1.5.3.
Check this setting "Do not check format support".
peter0815x
16th January 2019, 17:28
Check this setting "Do not check format support".
thx its working :o
tormento
17th January 2019, 17:53
Can I ask you to have a "delete key" support to delete files while playing videos of a folder?
Sometimes it comes useful when scrubbing old directories.
P.J
17th January 2019, 22:35
@P.J
Fixed in r4329.
:thanks: :thanks: :thanks:
hubi73
18th January 2019, 20:03
Another Youtube problem, but it is not playlist related like the last one that I reported. Youtube-dl was also affected, but they fixed it in the last release.
https://www.youtube.com/watch?v=GcvBnhq0lFA
https://www.youtube.com/watch?v=9GuUbziASwE
https://www.youtube.com/watch?v=yFnQu0kmCuY
None of these links will play with internal web parser, but with the youtube-dl support and version 2019.01.17.
Aleksoid1978
19th January 2019, 00:50
Another Youtube problem, but it is not playlist related like the last one that I reported. Youtube-dl was also affected, but they fixed it in the last release.
https://www.youtube.com/watch?v=GcvBnhq0lFA
https://www.youtube.com/watch?v=9GuUbziASwE
https://www.youtube.com/watch?v=yFnQu0kmCuY
None of these links will play with internal web parser, but with the youtube-dl support and version 2019.01.17.
Thanks - fixed.
hubi73
19th January 2019, 01:18
Thanks for fixing.
wanezhiling
19th January 2019, 13:52
https://www.sendspace.com/file/g53tnz
can't play the clip with internal hevc dxva decoder, happens on nvidia platform only
v0lt
19th January 2019, 15:34
@wanezhiling
I do not confirm. GTX 950 plays fine.
https://jpegshare.net/thumbs/28/72/28727a9b6c995de10c0a0265aecf73f4.jpg (https://jpegshare.net/28/72/28727a9b6c995de10c0a0265aecf73f4.jpg.html)
yonta
19th January 2019, 21:07
mpc-be plays this video (https://drive.google.com/file/d/1r9zhq58Je5idNnMnQPqWZDBBR0uzoTwl/view?usp=sharing) at around 15 fps when it is actually a 29.970fps video. I tried mpc-hc and mpv and they played it @29.970 just fine.
Format : MPEG-4
Format profile : Base Media
Codec ID : isom (isom/iso2/avc1/mp41)
File size : 61.9 MiB
Duration : 1 min 5 s
Overall bit rate : 7 980 kb/s
Writing application : Lavf58.26.100
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L4
Format settings : CABAC / 3 Ref Frames
Format settings, CABAC : Yes
Format settings, RefFrames : 3 frames
Codec ID : avc1
Codec ID/Info : Advanced Video Coding
Duration : 1 min 5 s
Bit rate : 7 846 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Frame rate : 29.970 (30000/1001) FPS
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Bits/(Pixel*Frame) : 0.126
Stream size : 60.9 MiB (98%)
Title : h264@GPAC0.7.2-DEV-rev989-g637a1d0b-master
Codec configuration box : avcC
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 1 min 5 s
Bit rate mode : Constant
Bit rate : 125 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 995 KiB (2%)
Title : aac@GPAC0.7.2-DEV-rev989-g637a1d0b-master
Default : Yes
Alternate group : 1
wanezhiling
20th January 2019, 02:16
@wanezhiling
I do not confirm. GTX 950 plays fine.
https://jpegshare.net/thumbs/28/72/28727a9b6c995de10c0a0265aecf73f4.jpg (https://jpegshare.net/28/72/28727a9b6c995de10c0a0265aecf73f4.jpg.html)
i tried with 1050ti and 1060, no luck.
Aleksoid1978
20th January 2019, 03:48
i tried with 1050ti and 1060, no luck.
It's support HEVC 10 bit, check in DXVACheker. Check with LAVVideo Decoder.
wanezhiling
20th January 2019, 04:11
lav works, but not with mpcbe :)
Aleksoid1978
20th January 2019, 04:50
lav works, but not with mpcbe :)
Show statistic(Ctrl+J), show filters list when playback.
If LAV also don't work - something with your system. Maybe it's have more then 1 video adapter and mpc-be assign on different ??
Aleksoid1978
20th January 2019, 04:51
mpc-be plays this video (https://drive.google.com/file/d/1r9zhq58Je5idNnMnQPqWZDBBR0uzoTwl/view?usp=sharing) at around 15 fps when it is actually a 29.970fps video. I tried mpc-hc and mpv and they played it @29.970 just fine.
Thanks - fixed.
mogli
22nd January 2019, 07:39
When trying to open about 300 media files at once using the option 'only add to playlist', only about 180 were actually added and the name of the last one was cut off and therefore dysfunctional. Is this a known problem?
Aleksoid1978
22nd January 2019, 08:48
When trying to open about 300 media files at once using the option 'only add to playlist', only about 180 were actually added and the name of the last one was cut off and therefore dysfunctional. Is this a known problem?
It's possible. Limitation on buffer for store file names - or limitation of WM_COPYDATA message.
Aleksoid1978
22nd January 2019, 09:54
How do you open files - from dialog in player or from explorer ?? If from dialog - i think i know what's happened and can fix.
Aleksoid1978
22nd January 2019, 11:09
When trying to open about 300 media files at once using the option 'only add to playlist', only about 180 were actually added and the name of the last one was cut off and therefore dysfunctional. Is this a known problem?
Try this test build - https://yadi.sk/d/HxJx5_31-MiCng
mogli
22nd January 2019, 12:12
How do you open files - from dialog in player or from explorer ??From dialog in player.Try this test build - https://yadi.sk/d/HxJx5_31-MiCngWow, that was a quick fix. I just tried it 2 times but it seems to work! :thanks:
Klaus1189
22nd January 2019, 18:26
Updated german translation (https://drive.google.com/file/d/1rGJRwkH2m5USNQOi05ZhHPVHAm_yHOVq/view?usp=sharing) based on r4344 "Playlist" :)
v0lt
23rd January 2019, 05:19
@Klaus1189
Current "trunk" code - https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/
Current "trunk" log - https://sourceforge.net/p/mpcbe/code/HEAD/log/?path=/trunk
Translation files - https://sourceforge.net/p/mpcbe/code/HEAD/tree/trunk/src/apps/mpcresources/text/
This code is used to release nightly builds.
"Playlist" branch code - https://sourceforge.net/p/mpcbe/code/HEAD/tree/branches/Playlist/
"Playlist" branch log - https://sourceforge.net/p/mpcbe/code/HEAD/log/?path=/branches/Playlist
Please do not do the translations for branches.
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.