DPaquin Posted October 23, 2019 Posted October 23, 2019 I need to be able to execute VLC within FileMaker Pro. The clip to be displayed is to start and to end at a certain time. I have been able to do it using the following under MAC Terminal. Quote cd Desktop alias vlc='/Applications/VLC.app/Contents/MacOS/VLC' vlc --start-time=60 --stop-time=85 M2U01507.mp4 Unfortunately, VLC starts but not at the correct place. I've created a variable $paraVLC which contains the "start, end time values to be used by VLC as video parameters. Would any one have an idea how to pass VLC parameters when using perform applescript? Thanks! printVLC.pdf
Recommended Posts
This topic is 1913 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now