Modérateurs: Modération Forum Home-Cinéma, Le Bureau de l’Association HCFR • Utilisateurs parcourant ce forum: Emmanuel Piat, guittet, Jacky67, Rabou et 60 invités

Tout ce qui concerne les logiciels lié au HC sur ordinateur (PC, Mac, Linux...)
Règles du forum
Avant de poster, merci de prendre connaissance des règles du forum : à lire avant de poster

Lanceur de vidéos : ZM.Media.Launcher (v 2.2.0)

Message » 30 Aoû 2018 11:27

c'est parce que madshi a intégré a ce jour la gamme JVC. (et Panasonic aussi, il me semble, je ne retrouve plus l'info...)
Pour les autres projo (Epson , Sony, ..), il était pres a le faire mais fallait servir de cobaye.
Dernière édition par Polopretress le 30 Aoû 2018 12:22, édité 1 fois.

La configuration dans mon profil


PCHC madVR / Epson LS12000 / Microperf Screenline 2m82 / Bi-Amp BMS12S305+RCF ND650 /Sub Beyma 18" et JBL GTI15 / JBL Arena 120 surround (8) et back (2) / Lab Gruppen C10:8X et C16:4 / Crest 8001 / Filtrage BLU100+BLU BOB2+BLU USB / ASIO
Avatar de l’utilisateur
Polopretress
Contributeur HCFR & Modérateur Installations
Contributeur HCFR & Modérateur Installations
 
Messages: 14262
Inscription Forum: 08 Jan 2016 1:48
Localisation: Val d'Oise
  • offline

Message » 30 Aoû 2018 11:40

sierramike a écrit:Parce que plus c'est simple pour l'utilisateur, plus c'est compliqué pour les concepteurs, t'imagines bien qu'à minimum 3K€ le VP ca rapporte pas assez au fabricant pour investir là dedans

Envoyé de mon SM-G935F en utilisant Tapatalk

d'autant que chez Epson, le protocole ESC VP/21 est valable sur toute la gamme, seules les commandes disponibles diffèrent d'un VP à l'autre. l'investissement est donc rentabilisé depuis longtemps. De plus ce n'est pas un protocole très compliqué (bonjour t'es là, oui , j'envoie, j'ai reçu, salut)
michelB2
 
Messages: 1725
Inscription Forum: 08 Sep 2003 9:42
Localisation: Nantes
  • offline

Message » 30 Aoû 2018 12:55

fanvw a écrit:Et comment s'y prend MadVR aujourd'hui pour communiquer avec mon VP, il connait l'adresse IP et arrive à lui envoyer une commande pour charger les mémoires de zoom, donc c'est forcément par IP puisque je l'utilise, non !! :wtf:

sur cet écran l'adresse IP
Image

et sur celui ci le lens memory associé au screen config que j'ai paramétré
Image


Ah tiens je ne savais pas que madVR savait faire ça, et il le fait en fonction de la résolution de la vidéo ou il est capable de détecter la présence des bandes noires dans la vidéo ?

Bon sinon j'ai pas trop compris le sens de ta première phrase, c'est bien ce dont on parle depuis le début, non ?
sierramike
 
Messages: 2175
Inscription Forum: 01 Aoû 2006 12:05
Localisation: Bas-Rhin
  • offline

Message » 30 Aoû 2018 18:54

Dans MadVR j'ai écrit ce script qui fonctionne pour les 5 mémoires de zoom

j'ajoute simplement dans le fichier vidéo 1.77 ou 2.00 ou 2.37 ou Autre ou 2.35

Code: Tout sélectionner
if      (filename = "*1.77*")  "1.77"
else if (filename = "*2.00*")  "2.00"
else if (filename = "*2.37*")  "2.37"
else if (filename = "*Autre*") "Autre"
else                           "2.35"


Ce script fonctionne pas toujours du premier coup, je dois souvent lancer 2 fois le film pour qu'il applique le zoom demandé

le soucis est lorsque le film est terminé et qu'il revient à Kodi qui lui s'affiche en 16/9, il reste par exemple en 2.35 :ko:

Pour revenir à ma première phrase, je posai la question pour savoir si quelqu'un savait comment MadVR communiquait avec le VP, puisqu'il ne connait que l'adresse IP :wtf:

La configuration dans mon profil


Franck on a tous en nous un gêne de pirate
Ecran hybride 3m - Jamo D600 5.0 - Onkyo TX-NR5010 - SUB 18PS100 - P5000s - DCX2496 - JVC X7900 - Synology DS1515+ - PCHC i7 6700k - 16go DDR4 - GTX 1070 - KAZ9 + Kodi Nexus 19.5
Caribbean's Space 62
Avatar de l’utilisateur
fanvw
Modérateur Installations
Modérateur Installations
 
Messages: 10605
Inscription Forum: 26 Sep 2012 15:58
Localisation: Haut de France
  • offline

Message » 30 Aoû 2018 19:06

j'ai fait un cache motorisé qui occulte la partie haute de l'écran contenant la bande noire
- Madvr remonte la bande basse en haut
et
une règle
if (AR < 1.77) "ratio4:3"
if (AR >= 1.77) and (AR < 1.84) "ratio1.77"
if (AR >= 1.84) and (AR < 1.99) "ratio1.85"
if (AR >= 1.99) and (AR < 2.30) "ratio2.00"
if (AR >= 2.30) and (AR < 2.375) "ratio2.35"
if (AR >= 2.375) and (AR < 2.385) "ratio2.38"
if (AR >= 2.385) and (AR < 2.395) "ratio2.39"
else "ratio2.40"

lance des exécutables pour chacun des profiles c:\util\autoit\sources\cachecine.exe 1.33 pour le profile "ratio4:3" par exemple
l'avantage de cette methode est que le profil est appliqué si le ratio change pendant le film

Tu devrais pouvoir t'en inspirer pour ton pb sans mettre le ratio dans le filename. Par contre cela ne règle pas le pb de fin de film ' (que je gère par un pgm externe)

Sinon pour ta 2eme question, l'@IP suffit pour dialoguer avec le VP, Madhi a du implémenter le protocole de communication du jvc dans son code (c'est ce que dit Polopretress qq lignes plus haut)
michelB2
 
Messages: 1725
Inscription Forum: 08 Sep 2003 9:42
Localisation: Nantes
  • offline

Message » 31 Aoû 2018 12:30

Sierramike, j'ai deux petites questions :
- Peux-tu m'expliquer la différence entre les arguments FIRST et START pour les lignes DELAYIF et COUNTDOWN ?
- Me confirmes-tu que je peux lancer, sur condition, un raccourci Ghost Control avant ma lecture ?
dr rotule
Contributeur HCFR 2022
 
Messages: 10398
Inscription Forum: 14 Nov 2004 0:23
Localisation: Seine et Oise
  • online

Message » 31 Aoû 2018 21:01

Je me permets de faire une suggestion en vue d'une version 2.1 :siffle:

Il s'agirait d'ajouter une "condition" dans le module COMMAND
CHROMATICITY = BT.2020
CHROMATICITY <> BT.2020
La valeur s'obtient en lisant le paramètre "Coordonnées de chromaticité" (version française V18.08 de Mediainfo)
- sur les vidéos BT.601 ou BT.709, la ligne est parfois absente suivant codec (mpeg2, Xvid, H264 ...)
- sur les vidéos BT.2020 (compressées en HEVC), la ligne affiche BT.2020 à tous les coups :bravo:

Ainsi, il serait possible de faire des réglages de configuration spécifiques pour l'UHD HDR.
dr rotule
Contributeur HCFR 2022
 
Messages: 10398
Inscription Forum: 14 Nov 2004 0:23
Localisation: Seine et Oise
  • online

Message » 01 Sep 2018 1:20

Ces commutations de réglage ne peuvent pas se faire dans madVR via les profiles ?
(Tu parles peut etre de la commutation de réglage au niveau du projecteur ? )

La configuration dans mon profil


PCHC madVR / Epson LS12000 / Microperf Screenline 2m82 / Bi-Amp BMS12S305+RCF ND650 /Sub Beyma 18" et JBL GTI15 / JBL Arena 120 surround (8) et back (2) / Lab Gruppen C10:8X et C16:4 / Crest 8001 / Filtrage BLU100+BLU BOB2+BLU USB / ASIO
Avatar de l’utilisateur
Polopretress
Contributeur HCFR & Modérateur Installations
Contributeur HCFR & Modérateur Installations
 
Messages: 14262
Inscription Forum: 08 Jan 2016 1:48
Localisation: Val d'Oise
  • offline

Message » 01 Sep 2018 10:12

Oui, niveau projecteur.
C'est pour ça que je cherche aussi à comprendre comment le piloter par son port RJ45 :wink:

Je précise que le flag BT.2020 est synonyme de "vidéo HDR", car pour le moment, je n'ai jamais vu de vidéo utilisant l'espace colorimétrique BT.2020 qui ne soit pas HDR.
dr rotule
Contributeur HCFR 2022
 
Messages: 10398
Inscription Forum: 14 Nov 2004 0:23
Localisation: Seine et Oise
  • online

Message » 01 Sep 2018 11:52

Attention, tu vas attirer les puristes en disant que BT2020 = HDR :ane:

Mais je suis de ton avis sur les films.
Je pense qu'on doit pouvoir trouver du BT2020 qui ne soit pas HDR (Diffusion TV, par exemple)

La configuration dans mon profil


PCHC madVR / Epson LS12000 / Microperf Screenline 2m82 / Bi-Amp BMS12S305+RCF ND650 /Sub Beyma 18" et JBL GTI15 / JBL Arena 120 surround (8) et back (2) / Lab Gruppen C10:8X et C16:4 / Crest 8001 / Filtrage BLU100+BLU BOB2+BLU USB / ASIO
Avatar de l’utilisateur
Polopretress
Contributeur HCFR & Modérateur Installations
Contributeur HCFR & Modérateur Installations
 
Messages: 14262
Inscription Forum: 08 Jan 2016 1:48
Localisation: Val d'Oise
  • offline

Message » 01 Sep 2018 12:55

:ane:
Je me demande si les transmissions TV uhd ne sont pas en HLG (Hybrid Log Gamma) ... Mais pas sûr.
J'ai l'impression que madvr sait prendre en charge le HLG.
dr rotule
Contributeur HCFR 2022
 
Messages: 10398
Inscription Forum: 14 Nov 2004 0:23
Localisation: Seine et Oise
  • online

Message » 01 Sep 2018 20:55

Media.Launcher refuse de fonctionner correctement.
A la fin du délai, mpc-be ne se lance pas.
Voici le contenu de mon fichier conf
Code: Tout sélectionner
# Delay before launching playback.
DELAY 5

# Sets the delay application trigger:
# NONE : Never apply delay
# MODE : Apply delay each time the display mode is changed (except on restore when exiting.)
# FIRST : Apply delay only on first display mode change
# START : Apply delay only once on startup
# ALL : Apply delay on every video file playback
DELAYIF FIRST

# Sets the countdown display trigger:
# NONE : Never show count down
# MODE : Show count down each time the display mode is changed (except on restore when exiting.)
# FIRST : Show count down only on first display mode change
# START : Show count down only once on startup
# ALL : Show count down on every video file playback
# Regardless of this setting, the count down will not be displayed if there is no delay applied.
COUNTDOWN FIRST

# Sets the display settings selection mode:
# NONE : Doesn't change the display settings
# COMPUTED : Always use the computed display settings (config file, overrided by command line options)
# MEDIAINFO : Use MediaInfo library to read media file video stream format and compute with SECTION RESOLUTION and SECTION FREQUENCY.
DISPLAYMODE MEDIAINFO

# If enabled, displays a black screen (used also for delay and/or countdown) to provide smooth transitions.
# If disabled, countdown won't be displayed regardless of the COUNTDOWN setting.
SHOWBLACKSCREEN 1

# Restores display settings after end of playback.
RESTOREDISPLAY 1

# Display where settings should be applied (1 to 3, use Windows numbering).
DISPLAY 1

# Coulour bitdepth of the screen (For Windows 8 and upper, should only be 32).
BITDEPTH 32

# Default display resolution, applied if no match is found in SECTION RESOLUTION.
WIDTH 1920
HEIGHT 1080

# Default display framerate, applied if no match is found in SECTION FREQUENCY.
FREQUENCY 50

# Orientation of the screen (0 = No rotation, 1 = 90° clockwise, 2 = 180° clockwise, 3 = 270° clockwise.
ORIENTATION 0

# Resolution section should list target screen resolution depending on source video width.
# Each line should be of format :
# MIN-MAX:WidthxHeight
# e.g. : 0-3840:1920x1080 says that every video whose width is between 0 and 3840 should use
#        screen mode of 1920 by 1080 pixels.
# You can list as many directives as you want in this section.
SECTION RESOLUTION
0-2048:1920x1080
2049-4096:3840x2160
END SECTION

# Frequency section should list target framerate of display depending on framerate of the video.
# Each line should be of format :
# MIN-MAX:Framerate
# e.g. : 23-23.999:23 says that every video whose framerate is between 23 and 23.999 (may usually
#        apply to 23.976) should use screen mode of 23p.
# You can list as many directives as you want in this section.
SECTION FREQUENCY
23-23.999:23
24-24:24
25-50:50
51-59.949:59
59.950-80:60
END SECTION

# COMMANDS contain a preference number used for execution ordering if more than one command meets
# the conditions, conditions to be executed and steps to execute if conditions are met. Each COMMAND
# section should end with an "END COMMAND" line.
# Conditions :
# RESOLUTION MIN-MAX : command will be executed if video resolution width is between MIN and MAX included.
# FREQUENCY MIN-MAX : command will be executed if video frequency width is between MIN and MAX included.
# RATIO MIN-MAX : command will be executed if video resolution ratio is between MIN and MAX included.
# FILENAME CONDITION PATTERN : command will be executed if video file name meets the condition.
#     Conditions :
#         STARTSWITH : command will be executed if video file name starts with PATTERN
#         ENDSWITH   : command will be executed if video file name ends with PATTERN
#         CONTAINS   : command will be executed if video file name contains PATTERN
# TRIGGER EVENT : command will be executed when CONDITION is triggered.
#     Conditions : (main media file = the file passed as command line argument)
#         START       : command will be executed on application start
#         MODE        : command will be executed before each video mode change
#         ALLPLAY     : command will be executed before each (main and non-main) media file playback is launched
#         PLAY        : command will be executed before each non-main media file playback is launched
#         MAINPLAY    : command will be executed before main media file playback is launched
#         ALLENDPLAY  : command will be executed after each (main and non-main) media file playback
#         ENDPLAY     : command will be executed after each non-main media file playback
#         MAINENDPLAY : command will be executed after main media file playback
#         EXIT        : command will be executed on application exit
# If multiple conditions are set on one command, the command will be executed if all conditions are met (AND).
# Steps :
# WAIT MS : Waits for MS milliseconds.
# PATH DIRECTORY : sets the working directory of next execution in the DIRECTORY specified (use %APPPATH% to target
#                  this application actual path)
# EXEC SCRIPT ARGUMENTS : will launch an external application (exe) or script (cmd, etc.) passing ARGUMENTS
#                         parameters. Use {0} in arguments to be replaced by video file name. Use hyphens (") on script
#                         if it contains spaces.
#                         Hint: use hyphens (") arround {0} to stay compatible with video file names containing spaces.
# HTTP URL : will send an HTTP get request on the provided URL. Use {0} in arguments to be replaced by video file name.
# Steps are executed in the same order than definition in this file.
#
# /!\ Each COMMAND should contain a description which may contain one or more space.

#COMMAND Fade-out lights
#PREFERENCE 10
#TRIGGER MAINPLAY
#HTTP http://domoticbox/lights/fadeout
#END COMMAND

#COMMAND Fade-in lights
#PREFERENCE 10
#TRIGGER MAINENDPLAY
#HTTP http://domoticbox/lights/fadeout
#END COMMAND

#COMMAND Zoom 2.35 on ratio
#PREFERENCE 1
#RATIO 2.2-10
#TRIGGER ALLPLAY
#EXEC "C:\SCRIPTS\TEST 1.CMD" "{0}"
#HTTP http://192.168.0.1/zoom2
#END COMMAND

#COMMAND Zoom 16/9 on ratio
#PREFERENCE 1
#RATIO 1.6-2.19
#TRIGGER ALLPLAY
#EXEC C:\SCRIPTS\TEST.CMD
#HTTP http://192.168.0.1/zoom1
#END COMMAND

#COMMAND Zoom 16/9 on exit
#PREFERENCE 1
#TRIGGER EXIT
#EXEC C:\SCRIPTS\TEST.CMD
#HTTP http://192.168.0.1/zoom1
#END COMMAND

# Command used to launch the video player, don't remove.
# (Preference 9999 is used to ensure it is launched last.)
COMMAND Player
PREFERENCE 9999
TRIGGER ALLPLAY
PATH C:\Program Files\MPC-BE x64
EXEC C:\Program Files\MPC-BE x64\mpc-be64.exe "{0}"
END COMMAND
dr rotule
Contributeur HCFR 2022
 
Messages: 10398
Inscription Forum: 14 Nov 2004 0:23
Localisation: Seine et Oise
  • online

Message » 25 Sep 2018 22:44

Wooops, j'ai loupé vos dernières questions !

Je vais essayer d'y répondre demain.

En attendant, je rapporte simplement ici un départ de discussion sur le post de la config Kaz :

fanvw a écrit:Soit, j'ajouterai que tu devrais ajouter en tête de ton post pour ton Media launcher un croquis montrant les chaines audio/video possible de faire, kodi, config kaz, media launcher, etc qu'en penses tu ?

(...)

Coté media launcher, une fenetre ou tu coches les options possibles pour ceux qui ne sont pas programmateurs :roll: ,etc . . .

je ne sais pas si vous me suivez :wtf:


L'idée du croquis est excellente, je vais y penser dès que j'ai un moment.

Pour la fenêtre de paramétrage, c'est pas idiot, j'y avais déjà pensé, mais ça prends du temps à développer, alors pour ne pas retarder la disponibilité, j'ai préféré ne pas attendre. Le fichier de conf reste assez classique pour être manipulé à la main.
sierramike
 
Messages: 2175
Inscription Forum: 01 Aoû 2006 12:05
Localisation: Bas-Rhin
  • offline

Message » 25 Sep 2018 22:49

dr rotule a écrit:Media.Launcher refuse de fonctionner correctement.
A la fin du délai, mpc-be ne se lance pas.
Voici le contenu de mon fichier conf
Code: Tout sélectionner
# Delay before launching playback.
DELAY 5

# Sets the delay application trigger:
# NONE : Never apply delay
# MODE : Apply delay each time the display mode is changed (except on restore when exiting.)
# FIRST : Apply delay only on first display mode change
# START : Apply delay only once on startup
# ALL : Apply delay on every video file playback
DELAYIF FIRST

# Sets the countdown display trigger:
# NONE : Never show count down
# MODE : Show count down each time the display mode is changed (except on restore when exiting.)
# FIRST : Show count down only on first display mode change
# START : Show count down only once on startup
# ALL : Show count down on every video file playback
# Regardless of this setting, the count down will not be displayed if there is no delay applied.
COUNTDOWN FIRST

# Sets the display settings selection mode:
# NONE : Doesn't change the display settings
# COMPUTED : Always use the computed display settings (config file, overrided by command line options)
# MEDIAINFO : Use MediaInfo library to read media file video stream format and compute with SECTION RESOLUTION and SECTION FREQUENCY.
DISPLAYMODE MEDIAINFO

# If enabled, displays a black screen (used also for delay and/or countdown) to provide smooth transitions.
# If disabled, countdown won't be displayed regardless of the COUNTDOWN setting.
SHOWBLACKSCREEN 1

# Restores display settings after end of playback.
RESTOREDISPLAY 1

# Display where settings should be applied (1 to 3, use Windows numbering).
DISPLAY 1

# Coulour bitdepth of the screen (For Windows 8 and upper, should only be 32).
BITDEPTH 32

# Default display resolution, applied if no match is found in SECTION RESOLUTION.
WIDTH 1920
HEIGHT 1080

# Default display framerate, applied if no match is found in SECTION FREQUENCY.
FREQUENCY 50

# Orientation of the screen (0 = No rotation, 1 = 90° clockwise, 2 = 180° clockwise, 3 = 270° clockwise.
ORIENTATION 0

# Resolution section should list target screen resolution depending on source video width.
# Each line should be of format :
# MIN-MAX:WidthxHeight
# e.g. : 0-3840:1920x1080 says that every video whose width is between 0 and 3840 should use
#        screen mode of 1920 by 1080 pixels.
# You can list as many directives as you want in this section.
SECTION RESOLUTION
0-2048:1920x1080
2049-4096:3840x2160
END SECTION

# Frequency section should list target framerate of display depending on framerate of the video.
# Each line should be of format :
# MIN-MAX:Framerate
# e.g. : 23-23.999:23 says that every video whose framerate is between 23 and 23.999 (may usually
#        apply to 23.976) should use screen mode of 23p.
# You can list as many directives as you want in this section.
SECTION FREQUENCY
23-23.999:23
24-24:24
25-50:50
51-59.949:59
59.950-80:60
END SECTION

# COMMANDS contain a preference number used for execution ordering if more than one command meets
# the conditions, conditions to be executed and steps to execute if conditions are met. Each COMMAND
# section should end with an "END COMMAND" line.
# Conditions :
# RESOLUTION MIN-MAX : command will be executed if video resolution width is between MIN and MAX included.
# FREQUENCY MIN-MAX : command will be executed if video frequency width is between MIN and MAX included.
# RATIO MIN-MAX : command will be executed if video resolution ratio is between MIN and MAX included.
# FILENAME CONDITION PATTERN : command will be executed if video file name meets the condition.
#     Conditions :
#         STARTSWITH : command will be executed if video file name starts with PATTERN
#         ENDSWITH   : command will be executed if video file name ends with PATTERN
#         CONTAINS   : command will be executed if video file name contains PATTERN
# TRIGGER EVENT : command will be executed when CONDITION is triggered.
#     Conditions : (main media file = the file passed as command line argument)
#         START       : command will be executed on application start
#         MODE        : command will be executed before each video mode change
#         ALLPLAY     : command will be executed before each (main and non-main) media file playback is launched
#         PLAY        : command will be executed before each non-main media file playback is launched
#         MAINPLAY    : command will be executed before main media file playback is launched
#         ALLENDPLAY  : command will be executed after each (main and non-main) media file playback
#         ENDPLAY     : command will be executed after each non-main media file playback
#         MAINENDPLAY : command will be executed after main media file playback
#         EXIT        : command will be executed on application exit
# If multiple conditions are set on one command, the command will be executed if all conditions are met (AND).
# Steps :
# WAIT MS : Waits for MS milliseconds.
# PATH DIRECTORY : sets the working directory of next execution in the DIRECTORY specified (use %APPPATH% to target
#                  this application actual path)
# EXEC SCRIPT ARGUMENTS : will launch an external application (exe) or script (cmd, etc.) passing ARGUMENTS
#                         parameters. Use {0} in arguments to be replaced by video file name. Use hyphens (") on script
#                         if it contains spaces.
#                         Hint: use hyphens (") arround {0} to stay compatible with video file names containing spaces.
# HTTP URL : will send an HTTP get request on the provided URL. Use {0} in arguments to be replaced by video file name.
# Steps are executed in the same order than definition in this file.
#
# /!\ Each COMMAND should contain a description which may contain one or more space.

#COMMAND Fade-out lights
#PREFERENCE 10
#TRIGGER MAINPLAY
#HTTP http://domoticbox/lights/fadeout
#END COMMAND

#COMMAND Fade-in lights
#PREFERENCE 10
#TRIGGER MAINENDPLAY
#HTTP http://domoticbox/lights/fadeout
#END COMMAND

#COMMAND Zoom 2.35 on ratio
#PREFERENCE 1
#RATIO 2.2-10
#TRIGGER ALLPLAY
#EXEC "C:\SCRIPTS\TEST 1.CMD" "{0}"
#HTTP http://192.168.0.1/zoom2
#END COMMAND

#COMMAND Zoom 16/9 on ratio
#PREFERENCE 1
#RATIO 1.6-2.19
#TRIGGER ALLPLAY
#EXEC C:\SCRIPTS\TEST.CMD
#HTTP http://192.168.0.1/zoom1
#END COMMAND

#COMMAND Zoom 16/9 on exit
#PREFERENCE 1
#TRIGGER EXIT
#EXEC C:\SCRIPTS\TEST.CMD
#HTTP http://192.168.0.1/zoom1
#END COMMAND

# Command used to launch the video player, don't remove.
# (Preference 9999 is used to ensure it is launched last.)
COMMAND Player
PREFERENCE 9999
TRIGGER ALLPLAY
PATH C:\Program Files\MPC-BE x64
EXEC C:\Program Files\MPC-BE x64\mpc-be64.exe "{0}"
END COMMAND


J'ai jeté un oeil rapide à ton fichier de conf, ton problème vient du fait qu'il y a des espaces dans les chemins sur les directives PATH et EXEC, il faut que tu entoures ça de guillemets, comme indiqué dans la doc :
De même, entourer SCRIPT de guillemets (") si le chemin et/ou le nom du fichier exécutable contiennent un ou plusieurs espaces.


Voici à quoi devrait ressembler ta commande :
Code: Tout sélectionner
COMMAND Player
PREFERENCE 9999
TRIGGER ALLPLAY
PATH "C:\Program Files\MPC-BE x64"
EXEC "C:\Program Files\MPC-BE x64\mpc-be64.exe" "{0}"
END COMMAND
sierramike
 
Messages: 2175
Inscription Forum: 01 Aoû 2006 12:05
Localisation: Bas-Rhin
  • offline

Message » 08 Oct 2018 16:14

dr rotule a écrit:Sierramike, j'ai deux petites questions :
- Peux-tu m'expliquer la différence entre les arguments FIRST et START pour les lignes DELAYIF et COUNTDOWN ?
- Me confirmes-tu que je peux lancer, sur condition, un raccourci Ghost Control avant ma lecture ?


Bon, j'essaie de répondre aux questions ...

Alors la différence c'est que FIRST s'applique au premier changement de mode d'affichage seulement, alors que STARTUP s'applique systématiquement au lancement de l'application.

Pour lancer ton raccourci Ghost, comment fais-tu ?
En fait la question à se poser, c'est arrives tu à lancer ton raccourci depuis une ligne de commande (touches Win+R, entrer CMD et valider), si oui, il te suffit de recopier cette ligne de commande dans une directive "EXEC" et le tour est joué.
sierramike
 
Messages: 2175
Inscription Forum: 01 Aoû 2006 12:05
Localisation: Bas-Rhin
  • offline


Retourner vers Logiciel PC Home-cinéma