Is it possible to play the Quicktime movie (.mov) file from the command line (i.e. Terminal)?
I have not found a way to achieve this. I could do this with an Automator script, but it would be better if I can run it directly from the terminal.
open movie_file_name.mov
will open the default player from the terminal.
open -a "quicktime player" movie_file_name.mov
You can specify other players, for example VLC, if you want:
open -a vlc movie_file_name.mov
Source: https://habr.com/ru/post/925115/More articles:View owner template for ViewPager? - androidIE8 does not send Accept-Encoding: gzip, deflate - windowsSessions stored in a shared Azure cache go out of sync across multiple instances - c #html, css - cursor - how to change the default image for a pointer - htmlJavaScript Error SSRS IE8 JavaScript Invalid Character ScriptResource.axd - javascriptXcode snippets not showing in autocomplete - objective-cAndroid: how to track if an open keyboard opens? - androidWhy doesn't Android WebView load some URLs? - javaBest way to test MonoTouch modules? - unit-testingall combinations x pow y in php - mathAll Articles