Search found 3 matches

Go to advanced search

by kemuel
01 Mar 2012 12:44
Forum: VLC media player for macOS Troubleshooting
Topic: Batch script equivalent for conversion on Mac for VLC
Replies: 9
Views: 6212

Re: Batch script equivalent for conversion on Mac for VLC

I tried it at home and found an error in my code.. So here comes something that works: on open these_items try process_item(these_items) end try end open -- this sub-routine processes files on process_item(this_item) set full_path to the POSIX path of this_item do shell script "/Applications/VL...
by kemuel
01 Mar 2012 02:05
Forum: VLC media player for macOS Troubleshooting
Topic: Batch script equivalent for conversion on Mac for VLC
Replies: 9
Views: 6212

Re: Batch script equivalent for conversion on Mac for VLC

This AppleScript should do the trick: on open these_items try process_item(these_items) end try end open -- this sub-routine processes files on process_item(this_item) set full_path to the POSIX path of this_item do shell script "/Applications/VLC.app/Contents/MacOS/VLC" & " '&quo...
by kemuel
01 Mar 2012 01:09
Forum: VLC media player for macOS Troubleshooting
Topic: How to open MRL with options using AppleScript?
Replies: 2
Views: 1352

Re: How to open MRL with options using AppleScript?

Well I know this is not using Tell Application "VLC" , but this works without opening the Terminal. do shell script "/Applications/VLC.app/Contents/MacOS/VLC -q http://174.123.20.131:8050/ --sout '#duplicate{dst=display,dst=\"transcode{acodec=s16l,ab=192}:standard{mux=wav,dst=/Us...

Go to advanced search