[10 b1a] Media player context menu
Moderators: Hacker, petermad, Stefan2, white
[10 b1a] Media player context menu
Hi,
W10 x64 v19042.804, TC10.0 b1a x64.
I don't seem to get any context menu when right-clicking onto a playing (or paused) video in the new media player. What am I doing wrong?
TIA
Roman
W10 x64 v19042.804, TC10.0 b1a x64.
I don't seem to get any context menu when right-clicking onto a playing (or paused) video in the new media player. What am I doing wrong?
TIA
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [10 b1a] Media player context menu
What video codec and what videos do you use?
I had a similar problem where the media player with LAV filters didn't show context menu when playing back MP4s with 4K UHD H.265 video. As it turned out, i had somewhat old LAV filters 0.70 installed, and updating them to the current 0.74.1 version fixed the context menu for me (see here my related post: viewtopic.php?f=35&t=74023)
I had a similar problem where the media player with LAV filters didn't show context menu when playing back MP4s with 4K UHD H.265 video. As it turned out, i had somewhat old LAV filters 0.70 installed, and updating them to the current 0.74.1 version fixed the context menu for me (see here my related post: viewtopic.php?f=35&t=74023)
Re: [10 b1a] Media player context menu
elgonzo,
h265, 1080p, LAV Filters 0.74.1 installed.
Roman
h265, 1080p, LAV Filters 0.74.1 installed.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10 b1a] Media player context menu
For testing, I have downloaded LAV filters 0.70 and put them in the filter64 folder, then restarted TC. I'm still getting a context menu.
So maybe the problem is elsewhere, e.g. you have LAV filters which were bundled with some other program which are missing the necessary functions, or another filter causing problems.
So maybe the problem is elsewhere, e.g. you have LAV filters which were bundled with some other program which are missing the necessary functions, or another filter causing problems.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [10 b1a] Media player context menu
Christian,
Seems to depend on the video. On an old .AVI I get the menu. Strange.
Roman
Seems to depend on the video. On an old .AVI I get the menu. Strange.
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10 b1a] Media player context menu
I found the problem, it's a bug in my code: It happens when the last filter in the menu (which is usually the input filter) has an unconnected output. In the video I tested, there is a subtitle pin which failed to connect because the specific subtitle format isn't supported by the xyvsfilter. Lister sees this as an error to load the context menu by mistake.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: [10 b1a] Media player context menu
Christian,
Appreciated!
Roman
Appreciated!
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [10 b1a] Media player context menu
I can confirm the issue being tied to the presence of subtitles (even though i don't use xy-VSFilter/XySubFilter). I took mkvtoolnix and removed the subtitles from the little H.265 video sample i sent you on Sunday by email. And when playing the subtitle-less video i am able to open the context menu.ghisler(Author) wrote: 2021-03-15, 17:53 UTC I found the problem, it's a bug in my code: It happens when the last filter in the menu (which is usually the input filter) has an unconnected output. In the video I tested, there is a subtitle pin which failed to connect because the specific subtitle format isn't supported by the xyvsfilter. Lister sees this as an error to load the context menu by mistake.
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: [10 b1a] Media player context menu
Nice, then my bugfix should work. I will appreciate it when you test it later this week when beta 2 comes out.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [10 b1a] Media player context menu
2ghisler(Author)
No problemo. Will do (probably around weekend).
No problemo. Will do (probably around weekend).
Re: [10 b1a] Media player context menu
Context menu works now in v10 b2, thanks! Seems to have indeed been the subtitles.
Roman
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: [10 b1a] Media player context menu
Yep! I can confirm that context menu now works for me too in TC 10.00b2. Awesome!