Terminal Video – How to Start a Video at a Specific Time Using Terminal

terminalvideovlc

I want to be able to start a video, 30 seconds in, using the terminal. I'd prefer to use IINA because it's awesome, but VLC would work as well.

Best Answer

/Applications/VLC.app/Contents/MacOS/VLC --start-time 30 your_video.mp4

See Documentation:Command line for other options.