Open In Terminal ( MacOS )
open ~/Desktop/filename.mp4
open -a "QuickTime Player" ~/Desktop/filename.mp4
Explanation
- open is the command
- -a means application
- Third argument is the program you wish to open your designated file with
- Fourth argument is the file path to the file you wish to open
Result
Your file opening.