Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| c3tracker:cutting [2026/04/11 12:45] – [Setup] Simplify for Nix users (scripts repo is now a flake) nicoo | c3tracker:cutting [2026/04/11 16:59] (current) – [mpv/Tips]: fix wiki syntax nicoo | ||
|---|---|---|---|
| Line 89: | Line 89: | ||
| === Notes on Using mpv | === Notes on Using mpv | ||
| - | '' | + | '' |
| See [[https:// | See [[https:// | ||
| Line 99: | Line 99: | ||
| The script does not add keybindings by default, and those must be configured in '' | The script does not add keybindings by default, and those must be configured in '' | ||
| < | < | ||
| - | - script-binding c3voc-cutter-set-in | + | % script-binding c3voc-cutter-jump-in |
| - | = script-binding c3voc-cutter-set-out | + | ^ script-binding c3voc-cutter-jump-out |
| - | Ctrl+- script-binding c3voc-cutter-jump-in | + | Ctrl+5 script-binding c3voc-cutter-set-in |
| - | Ctrl+= script-binding c3voc-cutter-jump-out | + | Ctrl+6 script-binding c3voc-cutter-set-out |
| </ | </ | ||
| Line 123: | Line 123: | ||
| * Open '' | * Open '' | ||
| * Skim through the video to find the start | * Skim through the video to find the start | ||
| - | * mark it by hitting '' | + | * mark it by hitting '' |
| - | * jump back to it with '' | + | * jump back to it with '' |
| - | * you can hit '' | + | * you can hit '' |
| * Same for the end | * Same for the end | ||
| * '' | * '' | ||
| Line 138: | Line 138: | ||
| Using '' | Using '' | ||
| + | |||
| + | ==== Tips | ||
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | For nix users: those are all packaged, and can be added with | ||
| + | |||
| + | < | ||
| + | programs.mpv.scripts = with pkgs.mpvScripts; | ||
| + | evafast | ||
| + | quack | ||
| + | thumbfast # NOTE: useless on its own, combine with its builtin osc.lua, or with alt. OSCs like uosc | ||
| + | ]; | ||
| + | </ | ||
| == Known Issues and Solutions | == Known Issues and Solutions | ||