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

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th January 2019, 05:39   #6021  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by P.J View Post
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

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...
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 14th January 2019, 10:11   #6022  |  Link
P.J
Δ
 
Join Date: Jun 2008
Posts: 535
Quote:
Originally Posted by Aleksoid1978 View Post
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/...9-CH205-125850


Last edited by P.J; 14th January 2019 at 10:23.
P.J is offline   Reply With Quote
Old 14th January 2019, 10:33   #6023  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
There is no other information how handle this value - stay it question opened
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 14th January 2019, 15:41   #6024  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,968
Data from the 'clap' atom.
v0lt is offline   Reply With Quote
Old 14th January 2019, 15:42   #6025  |  Link
P.J
Δ
 
Join Date: Jun 2008
Posts: 535
Quote:
Originally Posted by Aleksoid1978 View Post
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
P.J is offline   Reply With Quote
Old 14th January 2019, 19:16   #6026  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,968
@P.J
Fixed in r4329.
v0lt is offline   Reply With Quote
Old 14th January 2019, 20:20   #6027  |  Link
Megalith
Registered User
 
Join Date: Mar 2011
Posts: 132
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.


Last edited by Megalith; 14th January 2019 at 20:35.
Megalith is offline   Reply With Quote
Old 16th January 2019, 02:56   #6028  |  Link
peter0815x
Registered User
 
Join Date: Aug 2017
Posts: 48
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.
peter0815x is offline   Reply With Quote
Old 16th January 2019, 03:07   #6029  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by peter0815x View Post
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".
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 16th January 2019, 17:28   #6030  |  Link
peter0815x
Registered User
 
Join Date: Aug 2017
Posts: 48
Quote:
Originally Posted by Aleksoid1978 View Post
Check this setting "Do not check format support".
thx its working
peter0815x is offline   Reply With Quote
Old 17th January 2019, 17:53   #6031  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 2,580
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.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 17th January 2019, 22:35   #6032  |  Link
P.J
Δ
 
Join Date: Jun 2008
Posts: 535
Quote:
Originally Posted by v0lt View Post
@P.J
Fixed in r4329.
P.J is offline   Reply With Quote
Old 18th January 2019, 20:03   #6033  |  Link
hubi73
Registered User
 
Join Date: Mar 2011
Location: Germany
Posts: 56
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.
hubi73 is offline   Reply With Quote
Old 19th January 2019, 00:50   #6034  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by hubi73 View Post
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.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Old 19th January 2019, 01:18   #6035  |  Link
hubi73
Registered User
 
Join Date: Mar 2011
Location: Germany
Posts: 56
Thanks for fixing.
hubi73 is offline   Reply With Quote
Old 19th January 2019, 13:52   #6036  |  Link
wanezhiling
Registered User
 
Join Date: Apr 2011
Posts: 1,184
https://www.sendspace.com/file/g53tnz
can't play the clip with internal hevc dxva decoder, happens on nvidia platform only
wanezhiling is offline   Reply With Quote
Old 19th January 2019, 15:34   #6037  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,968
@wanezhiling
I do not confirm. GTX 950 plays fine.
v0lt is offline   Reply With Quote
Old 19th January 2019, 21:07   #6038  |  Link
yonta
Registered User
 
Join Date: Mar 2005
Posts: 136
mpc-be plays this video 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.

Code:
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
yonta is offline   Reply With Quote
Old 20th January 2019, 02:16   #6039  |  Link
wanezhiling
Registered User
 
Join Date: Apr 2011
Posts: 1,184
Quote:
Originally Posted by v0lt View Post
@wanezhiling
I do not confirm. GTX 950 plays fine.
i tried with 1050ti and 1060, no luck.
wanezhiling is offline   Reply With Quote
Old 20th January 2019, 03:48   #6040  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by wanezhiling View Post
i tried with 1050ti and 1060, no luck.
It's support HEVC 10 bit, check in DXVACheker. Check with LAVVideo Decoder.
__________________
AMD Ryzen 5 3600 /GIGABYTE B450 Gaming X /Patriot 32Gb@3200 /Kingston 500Gb M.2 /RTX 4060 /Samsung U28R550UQI /OLED Philips 55OLED707 /Yamaha RX-V471 + NS-555 + NS-C444 + NS-333 + YST-SW215
Aleksoid1978 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 00:32.


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