LinuxCommandLibrary

mplayer

Cross-platform multimedia player.

TLDR

Play the specified file or URL

$ mplayer [path/to/file|url]
copy


Play multiple files
$ mplayer [path/to/file1 path/to/file2 ...]
copy


Play a specific file repeatedly
$ mplayer -loop [0] [path/to/file]
copy


Pause playback
$ <Space>
copy


Quit mplayer
$ <Escape>
copy


Seek backward or forward 10 seconds
$ <Left> or <Right>
copy

Copied to clipboard