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 30th April 2025, 16:43   #11141  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 2,238
Quote:
Originally Posted by SeeMoreDigital View Post
You can place the new version of 'yt-dlp.exe' in your MPC-BE x64 folder.
Copying is not necessary. You can specify the full path to yt-dlp.exe in the "Executable file" field.
v0lt is offline   Reply With Quote
Old 30th April 2025, 19:20   #11142  |  Link
Sunspark
Registered User
 
Join Date: Nov 2015
Posts: 644
The cookies thing is good advice. Read up on it. I needed to learn how to do that because I discovered (especially with newer stuff) that without the browser youtube cookie it will use a lower-resolution video.
Sunspark is offline   Reply With Quote
Old 30th April 2025, 19:32   #11143  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,257
Using cookies is also necessary if you want to watch or download clips with membership or age restrictions.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 30th April 2025, 22:06   #11144  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 8,432
is it really unfeasible to add the same cookie support for the internal parser directly from ytdl?
huhn is offline   Reply With Quote
Old 1st May 2025, 05:52   #11145  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 2,238
@Sunspark, @LigH
As far as I know, you can now specify the path to the cookie file in the yt-dlp.conf file.
Something like this:
Code:
--cookies C:\\TOOLS\\yt-dlp_cookies.txt
More about the configuration file: https://github.com/yt-dlp/yt-dlp/#configuration

Quote:
Originally Posted by huhn View Post
is it really unfeasible to add the same cookie support for the internal parser directly from ytdl?
No. We do not plan to do questionable things in terms of user data security.
v0lt is offline   Reply With Quote
Old 1st May 2025, 07:23   #11146  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 7,257
Yes, you can export cookies from the browser to a text file (e.g. via browser add-on in case of Firefox) to load them from there into yt-dlp; but: There may be times when you need to export them again or YouTube will notice that they got obsolete in the meantime.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 4th May 2025, 06:19   #11147  |  Link
mike23
Registered User
 
Join Date: May 2003
Posts: 109
How to remove black letterbox panes when viewing portrait MP4 video?

When I view a MP4 video (originally from Samsung Galaxy Smartphone) with MPC on Win10 then black letterboxes appears at the side (see snapshot in attachment).

How can I hide these black panes? MPC windows should contain only the portrait video.

Codec specification of the MP4 video see second attachment

Last edited by tebasuna51; 4th May 2025 at 10:17. Reason: remove attachements not needed
mike23 is offline   Reply With Quote
Old 4th May 2025, 07:44   #11148  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 2,238
@mike23
Always post small samples of the video files you are having trouble with on public file sharing sites. This will allow other people to reproduce your problem faster, find the cause, and offer a solution.
For screenshots, use public image hosting services. All you have to do is add a link to your message.
For large text reports, you can use services like https://pastebin.com/
v0lt is offline   Reply With Quote
Old 4th May 2025, 07:52   #11149  |  Link
mike23
Registered User
 
Join Date: May 2003
Posts: 109
Quote:
Originally Posted by v0lt View Post
@mike23
Always post small samples of the video files you are having trouble with on public file sharing sites. This will allow other people to reproduce your problem faster, find the cause, and offer a solution.
Ok, here is the video:

https://filedoge.com/download/1440c5...de159beb726699
mike23 is offline   Reply With Quote
Old 4th May 2025, 08:25   #11150  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 2,238
View > Options > Windows size > Limit windows proportions on resize.
But here we must remember that the player has a minimum window width for correct display of the menu and toolbar. Therefore, for small window sizes, black fields will always be (except for the "Minimal" preset).
v0lt is offline   Reply With Quote
Old 14th May 2025, 18:06   #11151  |  Link
Ravioli
Registered User
 
Join Date: Jan 2022
Posts: 12
Are there any long term plans to add Dolby Vision support ? User at Guru3D forums uploaded a version of MPV that plays Dolby Vision files on Windows 10/11.

https://forums.guru3d.com/threads/do...8#post-6330858

I am on Windows 10 and I tried several DV files and they were displayed correctly, with no green/purple tint. The player itself is a piece of crap though. Not intuitive to configure and it stutters during the play of good amount of videos I used to test it with, both DV and non DV. Only silver lining is its ability to correctly display Dolby Vision files.
Ravioli is offline   Reply With Quote
Old 14th May 2025, 18:26   #11152  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 8,432
try it with mpcVR as the video renderer.
there are a lot of different DV types some will work.
huhn is offline   Reply With Quote
Old 15th May 2025, 15:11   #11153  |  Link
MR_b
Registered User
 
Join Date: May 2025
Posts: 4
I ask for help: I have a problem when I use mpc-be to save a YouTube video in the webm format.
The download takes place correctly, a video file and audio file is created. But the next union, creates a small file (262 bytes) which obviously does not contain the video. In the MPC-BE installation folder there are ffmpeg.exe and ffprobe.exe. If I use ffmpeg.exe from command line everything works properly. The problem seems to be in how MPC-be manages ffmpeg. I also tried various versions of ffmpeg.exe but the problem remains. Thanks to those who want to help me.
MR_b is offline   Reply With Quote
Old 15th May 2025, 16:27   #11154  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 2,238
Quote:
Originally Posted by MR_b View Post
The download takes place correctly, a video file and audio file is created. But the next union, creates a small file (262 bytes) which obviously does not contain the video.
Provide a link to the video and a screenshot of the "Online media service" settings.

Added:
I think you are using VP9 video with AAC audio. MPC-BE tries to merge it into WebM format, which is impossible.

This may be fixed in the future. The best solution is to change the audio or video format in the settings.

Last edited by v0lt; 15th May 2025 at 20:20.
v0lt is offline   Reply With Quote
Old 16th May 2025, 02:50   #11155  |  Link
MR_b
Registered User
 
Join Date: May 2025
Posts: 4
Thank you v0lt. The problem is with any video. For example: https://www.youtube.com/watch?v=BvAUQsbKnLI
For clarity I report what I do. I open the video (Open File/URL). I select one of the WEBM(vp9)... (Navigate > Jump To). The video is correctly played. Now Salvo (File > Save As).
What remains after downloading is a small file.
In the " Online media service " settings no change has given good results.


Last edited by MR_b; 16th May 2025 at 03:05.
MR_b is offline   Reply With Quote
Old 16th May 2025, 03:47   #11156  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,880
Select Opus audio by default. WebM don't support aac.
__________________
AMD Ryzen 7 7700 /ASRock B650M Pro RS /G.Skill RIPJAWS 32 ГБ /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 May 2025, 05:06   #11157  |  Link
MR_b
Registered User
 
Join Date: May 2025
Posts: 4
Thank you Aleksoid1978. Already done, but the problem remains.
MR_b is offline   Reply With Quote
Old 16th May 2025, 05:32   #11158  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,880
Quote:
Originally Posted by MR_b View Post
Thank you Aleksoid1978. Already done, but the problem remains.
Don't confirm.
VP9 + Opus - successfully save.
__________________
AMD Ryzen 7 7700 /ASRock B650M Pro RS /G.Skill RIPJAWS 32 ГБ /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 May 2025, 17:05   #11159  |  Link
MR_b
Registered User
 
Join Date: May 2025
Posts: 4
Thank you Aleksoid1978. I identified the problem in the LAV filters. In particular in the audio setting, where I have to remove the tick from Dolby Digital and DTS. Thanks for helping me.
MR_b is offline   Reply With Quote
Old 16th May 2025, 20:05   #11160  |  Link
Ravioli
Registered User
 
Join Date: Jan 2022
Posts: 12
Quote:
Originally Posted by huhn View Post
try it with mpcVR as the video renderer.
there are a lot of different DV types some will work.
It doesn't work, files have the usual purple/green tint, but thank you for the suggestion. Hopefully some kind of workaround will be available in the future.
Ravioli 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 09:53.


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