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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 21st June 2016, 02:02   #3841  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Quote:
Originally Posted by bozek View Post
Fellas, check out this 4k sample http://demo-uhd3d.com/fiche.php?cat=uhd&id=42

For some reason, the playback is stuttering in MPC-BE 1.4.6 and yet it runs alright in PowerDVD 16.
Are you sure that's not just your renderer settings causing that?
ryrynz is offline   Reply With Quote
Old 22nd June 2016, 12:42   #3842  |  Link
chros
Registered User
 
chros's Avatar
 
Join Date: Mar 2002
Posts: 2,323
Quote:
Originally Posted by LDD9O View Post
Hi chros,

Thank you for the reply. I found a Thumbnails software call Video Thumbnails Maker which create thumbnails (image) of a video. It support "open file at the specific time", so the "time" that the thumbnails was capture, clicking on that will open the video at that specific time.

It just something that I'm interested in taking advantage of.

Anyway, I never knew the "Command line switch", I see that it currently does support it using, "start pos hh:mm"

Will try it in future. Thank you.
Oh, I understand it now. Awesome!
__________________
Ryzen 5 2600,Asus Prime b450-Plus,16GB,MSI GTX 1060 Gaming X 6GB(v398.18),Win10 LTSC 1809,MPC-BEx64+LAV+MadVR,Yamaha RX-A870,LG OLED77G2(2160p@23/24/25/29/30/50/59/60Hz) | madvr config
chros is offline   Reply With Quote
Old 22nd June 2016, 22:21   #3843  |  Link
FredThompson
Registered User
 
FredThompson's Avatar
 
Join Date: Feb 2002
Location: Charlotte, NC USA
Posts: 1,984
default association/context menu...

I'm trying to create a context menu item for win8.1x64 which will call ffmpeg for remuxing.

this is the command:
Code:
ffmpeg -i "%1" -c:v copy -c:a copy "%1".avi
here's an example context menu entry:
Code:
[HKEY_CLASSES_ROOT\mpc-be64.flv]
@="Flash Video"

[HKEY_CLASSES_ROOT\mpc-be64.flv\DefaultIcon]
@="\"C:\\portable program files - linked\\media player classic - black edition\\x64\\mpciconlib.dll\",36"

[HKEY_CLASSES_ROOT\mpc-be64.flv\shell]
@="open"

[HKEY_CLASSES_ROOT\mpc-be64.flv\shell\open]
@=""

[HKEY_CLASSES_ROOT\mpc-be64.flv\shell\open\command]
@="\"C:\\portable program files - linked\\media player classic - black edition\\x64\\mpc-be64.exe\" \"%1\""

[HKEY_CLASSES_ROOT\mpc-be64.flv\shell\remuxtomp4]
@="remux to .mp4"

[HKEY_CLASSES_ROOT\mpc-be64.flv\shell\remuxtomp4\command]
@="ffmpeg -i \"%1\" -c:v copy -c:a copy \"%1\".avi"

[HKEY_CLASSES_ROOT\mpc-be64.flv\shellex]

[HKEY_CLASSES_ROOT\mpc-be64.flv\shellex\ContextMenuHandlers]

[HKEY_CLASSES_ROOT\mpc-be64.flv\shellex\ContextMenuHandlers\MPCBEShellExt]
@="{A2CF4243-6525-4764-B3F5-2FCDE2F47989}"
when the entry is chosen, Win8.1 opens a window asking if the chosen program should be run or MPC-BE and the call to ffmpeg is never executed.

The best I can tell, there is no actual statement of default association, there is only this declaration:
Code:
Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv]
"Application"="wmplayer.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\OpenWithList]
"MRUList"="ab"
"a"="mpc-be64.exe"
"b"="MediaInfo.exe"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\OpenWithProgids]
"WMP.PlayMedia"=hex(0):

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.flv\UserChoice]
"Hash"="we9jqwrTGIE="
"ProgId"="mpc-be64.flv"
HKEY_CLASSES_ROOT\.flv is completely empty.

Does anyone know enough about how associations work to determine what is missing and how to correct the problem?
__________________
Reclusive fart.
Collecting Military, Trains, Cooking, Woodworking, Fighting Illini, Auburn Tigers
FredThompson is offline   Reply With Quote
Old 22nd June 2016, 23:10   #3844  |  Link
rock
Registered User
 
Join Date: Dec 2013
Posts: 117
Maybe because Windows cannot find the executable file. Replace ffmpeg to the file location directly (e.g. you have ffmpeg.exe in C:\Programs then use C:\Programs\ffmpeg.exe). I wonder why you use extension .avi
rock is offline   Reply With Quote
Old 23rd June 2016, 22:37   #3845  |  Link
FredThompson
Registered User
 
FredThompson's Avatar
 
Join Date: Feb 2002
Location: Charlotte, NC USA
Posts: 1,984
".avi" was a typo left over from something else.

Your assumption was correct.

The path must be explicitly stated. I thought the system path would be used.

Thanks for your help. Fixed now.
__________________
Reclusive fart.
Collecting Military, Trains, Cooking, Woodworking, Fighting Illini, Auburn Tigers

Last edited by FredThompson; 23rd June 2016 at 23:25.
FredThompson is offline   Reply With Quote
Old 28th June 2016, 08:57   #3846  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
I'd like to see something similar to madVR's profile rules for MPC-BE.

Ideally I'd like to be able to do this.

if bitdepth = 8 and filepath = "c:\videos\*.*" load externalfilter "ffdshow raw"

Thanks.
ryrynz is offline   Reply With Quote
Old 28th June 2016, 09:14   #3847  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by ryrynz View Post
I'd like to see something similar to madVR's profile rules for MPC-BE.

Ideally I'd like to be able to do this.

if bitdepth = 8 and filepath = "c:\videos\*.*" load externalfilter "ffdshow raw"

Thanks.
No - this will not happen.
__________________
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 4th July 2016, 12:52   #3848  |  Link
Grayfox
Registered User
 
Join Date: Jun 2016
Posts: 8
Is it possible to change the color of the seek bar when using the dark theme?

Other than that I love it
Grayfox is offline   Reply With Quote
Old 7th July 2016, 01:18   #3849  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
1709 and 1710 crash when I try loading ffdshow x64 with Avisynth+. 1705 doesn't crash.
ryrynz is offline   Reply With Quote
Old 8th July 2016, 00:21   #3850  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by ryrynz View Post
1709 and 1710 crash when I try loading ffdshow x64 with Avisynth+. 1705 doesn't crash.
Show what script you use in Avisynth+

P.S. I checked latest MPC-BE x64 + ffdshow x64 + Avisynth+ x86 - simple script is working
__________________
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

Last edited by Aleksoid1978; 8th July 2016 at 00:37.
Aleksoid1978 is offline   Reply With Quote
Old 14th July 2016, 02:47   #3851  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Quote:
Originally Posted by Aleksoid1978 View Post
Show what script you use in Avisynth+

P.S. I checked latest MPC-BE x64 + ffdshow x64 + Avisynth+ x86 - simple script is working
Nevermind, it's ffdshow weirdness I think related to read ahead high buffers (32) for some reason newer version looked to crash more but came right eventually. Now loads fine first go.. so no problem.

Support assfiltermod?
ryrynz is offline   Reply With Quote
Old 14th July 2016, 04:46   #3852  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by ryrynz View Post
Support assfiltermod?
Why ??
__________________
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 July 2016, 04:51   #3853  |  Link
ryrynz
Registered User
 
ryrynz's Avatar
 
Join Date: Mar 2009
Posts: 3,650
Quote:
Originally Posted by Aleksoid1978 View Post
Why ??
Will replace xy-subfilter in time.
ryrynz is offline   Reply With Quote
Old 14th July 2016, 04:58   #3854  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,926
it is using the same interface as xy subfilter and it is working fine already in MPC-BE.

so why not?
huhn is offline   Reply With Quote
Old 14th July 2016, 05:25   #3855  |  Link
Aleksoid1978
Registered User
 
Aleksoid1978's Avatar
 
Join Date: Apr 2008
Location: Russia, Vladivostok
Posts: 2,787
Quote:
Originally Posted by ryrynz View Post
Will replace xy-subfilter in time.
Who say ??
__________________
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 July 2016, 06:26   #3856  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,926
xy subfilter isn't developed anymore.

the difference here is that libass is still developed and that independent from assfiltermod.
libass is already notable faster than xy subfilter when rendered at UHD.

it is the only directshow libass filter and the only subtitle filter that is using the "new subtitle interface" to my knowledge that is in active development.
as you may know libass is the main ASS/SSA subtitle rendered for none windows systems. the list of programs using it is long!

it is a young project that can "only" be used for Text based subtitle but i'm happy it is there.
huhn is offline   Reply With Quote
Old 16th July 2016, 17:33   #3857  |  Link
v0lt
Registered User
 
Join Date: Dec 2008
Posts: 1,969
@huhn
DirectShow graphs: XySubFilter vs AssFilterMod.
I like the XySubFilter concept.
v0lt is offline   Reply With Quote
Old 16th July 2016, 17:39   #3858  |  Link
madshi
Registered Developer
 
Join Date: Sep 2006
Posts: 9,140
(OT: I hate imgur. Worst image host ever. I click on the image to show original res, then switch tabs, imgur goes back to downscaled every time.)
madshi is offline   Reply With Quote
Old 16th July 2016, 21:58   #3859  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,926
Quote:
Originally Posted by v0lt View Post
@huhn
DirectShow graphs: XySubFilter vs AssFilterMod.
I like the XySubFilter concept.
sorry i don't understand the difference.

xy subfilter support 3 inputs and assfiltermod needs an new instance for each as far as i can see.

if this needs to change you can ask the developer: http://forum.doom9.org/showthread.php?t=173573&page=3


@madshi try right click "open in new tab" that works fine for me at least.

it is possible to link them like this too: http://i.imgur.com/VFIhYBS.png

Last edited by huhn; 17th July 2016 at 01:04. Reason: instance not instant
huhn is offline   Reply With Quote
Old 16th July 2016, 22:26   #3860  |  Link
nevcairiel
Registered Developer
 
Join Date: Mar 2010
Location: Hamburg/Germany
Posts: 10,347
Quote:
Originally Posted by huhn View Post
xy subfilter support 3 inputs and assfiltermod needs an new instant for each as far as i can see
AFAIK, madVR only supports one subtitle renderer through the new interface, so any smart subtitle renderer should ideally accept all subtitles on the same renderer and either offer an option which one to display, or "merge" them for display.

Or you know, use LAV Splitter so only one subtitle pin is exposed.
__________________
LAV Filters - open source ffmpeg based media splitter and decoders
nevcairiel is online now   Reply With Quote
Reply


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


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