Play Quicktime movie from Terminal

Daniel picture Daniel · Sep 11, 2012 · Viewed 20.6k times · Source

Is there a possibility to play a Quicktime movie (.mov) file from the command line (i.e., Terminal)?

I haven't found a way to achieve this. I could do it with an Automator script but it would be nicer if I can run it directly from the Terminal.

Answer

Riccardo Marotti picture Riccardo Marotti · Sep 11, 2012
open movie_file_name.mov

will open the default player from the terminal.