Start external program

You have a question or need an advice about how to do something? Ask it here!
Post Reply
gerritk
Posts: 34
Joined: 06 Feb 2018 10:21
Start external program

Post by gerritk »

How can I start an external program like Vlc?

Cmd command is>
"C:\Program Files\VideoLAN\VLC\vlc.exe" D:\Video\Artist - Title.mp4 --start-time=87

Exec Command
Exec Shell Command don't do the trick
User avatar
radio42
Site Admin
Posts: 8350
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Start external program

Post by radio42 »

Please post your exact command...
E.g. it might look like this (your quotes have just not been set accordingly):

Code: Select all

EXEC_SHELL_COMMAND C:\Program Files\VideoLAN\VLC\vlc.exe "D:\Video\Artist - Title.mp4" --start-time=13
gerritk
Posts: 34
Joined: 06 Feb 2018 10:21
Re: Start external program

Post by gerritk »

Thx it works.

I will try to change it to

Code: Select all

EXEC_SHELL_COMMAND C:\Program Files\VideoLAN\VLC\vlc.exe "D:\{trackname} .mp4" --start-time={cueinms}
also I will try

The --start-time=$(($x-3)) to get it more in line (lip sync)
User avatar
radio42
Site Admin
Posts: 8350
Joined: 05 Apr 2012 16:26
Location: Hamburg, Germany
Contact:
Re: Start external program

Post by radio42 »

Note, that ProppFrexx macros must precede with a $ sign,
Eg. ${trackname}

And note, that not all macros are available with all events… see the user manual appendix for details.

Post Reply