INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: JRVR Profile management  (Read 719 times)

alext77

  • Recent member
  • *
  • Posts: 35
JRVR Profile management
« on: November 22, 2024, 12:00:50 am »

Hello,

I would like to run a .bat file when a JRVR video profile is activated. Is it possible and how ?

At the moment, I use my keyboard by assigning a key for this. It is a good workaround but not automatised enough.

Thanks
Logged
I’m a Windows 10 pro user. Currently enjoying JRiver 33.

alext77

  • Recent member
  • *
  • Posts: 35
Re: JRVR Profile management
« Reply #1 on: November 27, 2024, 01:08:32 am »

Hello.

Can anyone help me ? Thanks.

The scenario would be as follows : once profile for 2.35 aspect ratio is automatically triggered, it will run also a .bat file allowing to send command to my videoprojector for zooming.

As I said all of this work, I just need to run the .bat file manually by pressing a programmed key on my PC keyboard.
Logged
I’m a Windows 10 pro user. Currently enjoying JRiver 33.

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10968
Re: JRVR Profile management
« Reply #2 on: November 27, 2024, 01:09:58 am »

We don't support running any external commands with JRVR profiles currently.
Logged
~ nevcairiel
~ Author of LAV Filters

alext77

  • Recent member
  • *
  • Posts: 35
Re: JRVR Profile management
« Reply #3 on: November 27, 2024, 03:00:23 pm »

We don't support running any external commands with JRVR profiles currently.

Thank you.
Logged
I’m a Windows 10 pro user. Currently enjoying JRiver 33.

Hoi

  • Recent member
  • *
  • Posts: 14
Re: JRVR Profile management
« Reply #4 on: December 15, 2024, 02:58:07 pm »

Is there a way to add a keyboard shortcut or hotkey for individual profiles? I want to be able to switch between BT709 and BT2020 for my JVC projectors.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 72534
  • Where did I put my teeth?
Re: JRVR Profile management
« Reply #5 on: December 15, 2024, 06:09:48 pm »

Zones and Zoneswitch on the wiki.
Logged

mattkhan

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4270
Re: JRVR Profile management
« Reply #6 on: December 15, 2024, 11:18:48 pm »

Zones are not involved here

https://yabb.jriver.com/interact/index.php/topic,136159.msg966586.html#msg966586 gives a hint, ultimately you need to send an MCC command

Why would you need to switch manually for that case though? Isn't it driven by the content which is tagged hence can automatically switch?
Logged

Hoi

  • Recent member
  • *
  • Posts: 14
Re: JRVR Profile management
« Reply #7 on: December 16, 2024, 06:12:24 am »

For some reason many of my 1080p files don't get fully tagged and the color space is left blank. If I set the screen gamut to auto, BT2020 content seems to output as BT709.
Logged

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 72534
  • Where did I put my teeth?
Re: JRVR Profile management
« Reply #8 on: December 16, 2024, 07:06:54 am »

Separate zones can be configured differently.  Ctrl-T toggles.
Logged

Hendrik

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 10968
Re: JRVR Profile management
« Reply #9 on: December 16, 2024, 07:56:10 am »

JRVR settings don't interact with zones. It's separate, as it can depend on a lot of different factors, and even change mid-playback (something zones can't do)
Logged
~ nevcairiel
~ Author of LAV Filters

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2674
Re: JRVR Profile management
« Reply #10 on: December 19, 2024, 06:34:44 am »

The scenario would be as follows : once profile for 2.35 aspect ratio is automatically triggered, it will run also a .bat file allowing to send command to my videoprojector for zooming.

As I said all of this work, I just need to run the .bat file manually by pressing a programmed key on my PC keyboard.

This is now possible with MC 33.0.52 or above, which adds a Before playback expression setting and a ShellRun() function.
1. create your batch file so that it takes the AR as an argument (e.g., setZoom.bat)
2. set Before Playback expression to:
  if(isEqual([media type],Video), shellrun(cmd, //c c:\scripts\setZoom.bat [Aspect Ratio], 3), )

You can use [Aspect Ratio] or any other field(s) that you like.
ShellRun()'s Mode 3 will wait for the batch to finish before starting playback; use mode 1 if waiting is not required.
Logged
Pages: [1]   Go Up