From 9cdba6d2f26c38bc03521949260b9bc31fa448f1 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Mon, 27 May 2019 18:43:23 +0200 Subject: [PATCH] - --- Manual.md | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/Manual.md b/Manual.md index d9f6a38..10dbbd3 100644 --- a/Manual.md +++ b/Manual.md @@ -1,5 +1,95 @@ # mpv.net manual **(under construction)** +- [mpv.net manual **(under construction)**](#mpvnet-manual----under-construction---) + * [About mpv.net](#about-mpvnet) + + [Target Audience](#target-audience) + * [Requirements](#requirements) + * [Installation](#installation) + + [File Associations](#file-associations) + * [Context Menu](#context-menu) + + [Open > Open Files](#open---open-files) + + [Open > Open URL](#open---open-url) + + [Open > Show media search](#open---show-media-search) + + [Open > Load external audio files](#open---load-external-audio-files) + + [Open > Load external subtitle files](#open---load-external-subtitle-files) + + [Play/Pause](#play-pause) + + [Stop](#stop) + + [Toggle Fullscreen](#toggle-fullscreen) + + [Navigate > Previous File](#navigate---previous-file) + + [Navigate > Next File](#navigate---next-file) + + [Navigate > Next Chapter](#navigate---next-chapter) + + [Navigate > Previous Chapter](#navigate---previous-chapter) + + [Navigate > Jump Next Frame](#navigate---jump-next-frame) + + [Navigate > Jump Previous Frame](#navigate---jump-previous-frame) + + [Navigate > Jump](#navigate---jump) + + [Pan & Scan > Increase Size](#pan---scan---increase-size) + + [Pan & Scan > Decrease Size](#pan---scan---decrease-size) + + [Pan & Scan > Move Left](#pan---scan---move-left) + + [Pan & Scan > Move Right](#pan---scan---move-right) + + [Pan & Scan > Move Up](#pan---scan---move-up) + + [Pan & Scan > Move Down](#pan---scan---move-down) + + [Pan & Scan > Decrease Height](#pan---scan---decrease-height) + + [Pan & Scan > Increase Height](#pan---scan---increase-height) + + [Pan & Scan > Reset](#pan---scan---reset) + + [Video > Decrease Contrast](#video---decrease-contrast) + + [Video > Increase Contrast](#video---increase-contrast) + + [Video > Decrease Brightness](#video---decrease-brightness) + + [Video > Increase Brightness](#video---increase-brightness) + + [Video > Decrease Gamma](#video---decrease-gamma) + + [Video > Increase Gamma](#video---increase-gamma) + + [Video > Decrease Saturation](#video---decrease-saturation) + + [Video > Increase Saturation](#video---increase-saturation) + + [Video > Take Screenshot](#video---take-screenshot) + + [Video > Toggle Deinterlace](#video---toggle-deinterlace) + + [Video > Cycle Aspect Ratio](#video---cycle-aspect-ratio) + + [Audio > Cycle/Next](#audio---cycle-next) + + [Audio > Delay +0.1](#audio---delay--01) + + [Audio > Delay -0.1](#audio---delay--01) + + [Subtitle > Cycle/Next](#subtitle---cycle-next) + + [Subtitle > Toggle Visibility](#subtitle---toggle-visibility) + + [Subtitle > Delay -0.1](#subtitle---delay--01) + + [Subtitle > Delay 0.1](#subtitle---delay-01) + + [Subtitle > Move Up](#subtitle---move-up) + + [Subtitle > Move Down](#subtitle---move-down) + + [Subtitle > Decrease Subtitle Font Size](#subtitle---decrease-subtitle-font-size) + + [Subtitle > Increase Subtitle Font Size](#subtitle---increase-subtitle-font-size) + + [Volume > Up](#volume---up) + + [Volume > Down](#volume---down) + + [Volume > Mute](#volume---mute) + + [Speed > -10%](#speed----10-) + + [Speed > 10%](#speed---10-) + + [Speed > Half](#speed---half) + + [Speed > Double](#speed---double) + + [Speed > Reset](#speed---reset) + + [Extensions > Rating > 0stars](#extensions---rating---0stars) + + [View > On Top > Enable](#view---on-top---enable) + + [View > On Top > Disable](#view---on-top---disable) + + [View > File Info](#view---file-info) + + [View > Show Statistics](#view---show-statistics) + + [View > Toggle Statistics](#view---toggle-statistics) + + [View > Toggle OSC Visibility](#view---toggle-osc-visibility) + + [View > Show Playlist](#view---show-playlist) + + [View > Show Audio/Video/Subtitle List](#view---show-audio-video-subtitle-list) + + [Settings > Show Config Editor](#settings---show-config-editor) + + [Settings > Show Input Editor](#settings---show-input-editor) + + [Settings > Open Config Folder](#settings---open-config-folder) + + [Tools > Command Palette](#tools---command-palette) + + [Tools > Show History](#tools---show-history) + + [Tools > Set/clear A-B loop points](#tools---set-clear-a-b-loop-points) + + [Tools > Toggle infinite file looping](#tools---toggle-infinite-file-looping) + + [Tools > Cycle Hardware Decoding](#tools---cycle-hardware-decoding) + + [Tools > Execute mpv command](#tools---execute-mpv-command) + + [Tools > Manage File Associations](#tools---manage-file-associations) + + [Help > Show mpv manual](#help---show-mpv-manual) + + [Help > Show mpv default keys](#help---show-mpv-default-keys) + + [Help > Show mpv.net default keys](#help---show-mpvnet-default-keys) + + [Help > Show mpv.net manual](#help---show-mpvnet-manual) + + [Help > About mpv.net](#help---about-mpvnet) + + [Exit](#exit) + + [Exit Watch Later](#exit-watch-later) + * [Command Line Interface](#command-line-interface) + * [Settings](#settings) + ## About mpv.net mpv.net is a media player for Windows. Similar like VLC mpv.net is not based on DirectShow like MPC, mpv.net is based on libmpv which in return is based on ffmpeg.