From 1cf75da830fd9221c2362ff7ca3cf12128113065 Mon Sep 17 00:00:00 2001 From: Cairn Date: Sun, 28 Aug 2022 21:41:49 -0400 Subject: [PATCH] mpv: use path/to/file placeholder (#8421) --- pages/common/mpv.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mpv.md b/pages/common/mpv.md index a979da329..0c5fbda52 100644 --- a/pages/common/mpv.md +++ b/pages/common/mpv.md @@ -5,7 +5,7 @@ - Play a video or audio file: -`mpv {{file}}` +`mpv {{path/to/file}}` - Play a video or audio file from a URL: @@ -25,11 +25,11 @@ - Play a file at a specified speed (0.01 to 100, default 1): -`mpv --speed {{speed}} {{file}}` +`mpv --speed {{speed}} {{path/to/file}}` - Play a file using a profile defined in the `mpv.conf` file: -`mpv --profile {{profile_name}} {{file}}` +`mpv --profile {{profile_name}} {{path/to/file}}` - Display the output of webcam or other video input device: