Devices > Video Cards, Monitors, Televisions, and Projectors
MCC 28038 doesn't seem to work - Limiting discusion to this issue only
Movieman:
I raised this issue in a previous thread that unfortunately devolved into multiple directions of discussion.
I'd like to keep this thread focused on this one issue, please. ;D
Back in 2016 this MCC was added to MC 21:
--- Code: ---21.0.38 (1/18/2016)
9. NEW: Added MCC_PLAYBACK_ENGINE_VIDEO_ZOOM (28038) to set the zoom for a playing video.
28038 MCC_PLAYBACK_ENGINE_VIDEO_ZOOM int nZoomAmount (100 is 1.0)
--- End code ---
I have unsuccessful making the 28038 MCC function operate in MC 26. These have been my efforts so far:
First I created a custom resources file Resource.xml located in C:\Program Files\J River\Media Center 26\Data\Custom Resources:
--- Code: ---<ACCELERATORS>
<!-- Playback engine Zoom custom shortcuts (shared) -->
<Entry TranslateFlags="32" Param="100" Command="28038" Key="Alt;F1"/>
<Entry TranslateFlags="32" Param="130" Command="28038" Key="Alt;F2"/>
<Entry TranslateFlags="32" Param="150" Command="28038" Key="Alt;F3"/>
</ACCELERATORS>
--- End code ---
The defined hot keys had no apparent effect.
When that failed to work, I modified the default resources file Resource.xml located in C:\Program Files\J River\Media Center 26\Data\Default Resources.
This also failed to work.
To make sure that it wasn't an issue with a existing key conflict I commented out two existing entries for the + and - keys and substituted my additions for them):
--- Code: --- <!-- Global shortcuts -->
<Entry Key="Ctrl;Shift;F12" Command="25015" Param="1" Global="1" />
<!-- Playback engine Zoom custom shortcuts (shared) -->
<!-- <Entry Key="Alt;F1" Command="28038" Param="100" TranslateFlags="32" /> -->
<Entry Key="+" Command="28038" Param="150" TranslateFlags="32" />
<Entry Key="-" Command="28038" Param="250" TranslateFlags="32" />
<!-- Playback engine shortcuts (shared) -->
<!-- <Entry Key="+" Command="28000" TranslateFlags="32" /> -->
<Entry Key="I" Command="28000" TranslateFlags="32" />
<!-- <Entry Key="-" Command="28001" TranslateFlags="32" /> -->
<Entry Key="O" Command="28001" TranslateFlags="32" />
--- End code ---
Again,the defined hot keys had no apparent effect however the + and - keys no longer caused a zoom as expected.
I have exhausted my efforts since I have no access to the code.
So, could we please get a MC guru to check if there was a possible regression or if any other issues that may have disabled or broken the 28038 MCC code function exist?
Thanks (in advance)
Environment:
MC 26
Windows 8.1
Intel core I7-6700K
NVidia GT 1030 Driver 425.31
DirectX 11
Matt:
--- Quote from: Movieman on April 30, 2020, 01:25:00 pm ---So, could we please get a MC guru to check if there was a possible regression or if any other issues that have disabled or broken the 28038 MCC code function exist?
--- End quote ---
I just played a video and fired MCC 28038 of 120 and 50 from the command line and it worked fine.
Not sure if there's anything else I can test?
Thanks.
Movieman:
Matt - Exactly how did u do that, with a full screen video running?
I forgot to mention: I'm running Red October HQ.
Matt:
--- Quote from: Movieman on April 30, 2020, 01:36:51 pm ---I forgot to mention: I'm running Red October HQ.
--- End quote ---
Maybe try turning off HQ as a test?
Movieman:
No difference...
I and O work to zoom, what am i missing, if anything? Does 28038 have to be defined anywhere else?
again how did you access a command prompt when in full screen?
Navigation
[0] Message Index
[#] Next page
Go to full version