Skip to content

Commit

Permalink
mpv: add --profile option
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenfyhn committed Sep 8, 2018
1 parent 15baf74 commit 132c362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/common/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
- Play a video at specified speed (0.01 to 100, default 1):

`mpv --speed {{speed}} {{video_file}}`

- Play a video using a profile defined in your `mpv.conf` file:

`mpv --profile {{profile_name}} {{video_file}}`

0 comments on commit 132c362

Please sign in to comment.