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/03/25 17:28] – andi | c3tracker:cutting [2026/04/11 16:59] (current) – [mpv/Tips]: fix wiki syntax nicoo | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| * Have VLC installed | * Have VLC installed | ||
| * On Linux: Install '' | * On Linux: Install '' | ||
| - | * On Linux: Install | + | * On Linux: Install Shotcut (version 22.12.21 is known to work) or KDEnlive (version 17.x or 18.x) |
| * On Windows/ macOS: Install Shotcut as described at [[https:// | * On Windows/ macOS: Install Shotcut as described at [[https:// | ||
| Line 89: | Line 89: | ||
| === Notes on Using mpv | === Notes on Using mpv | ||
| - | If you like the command line, you can also configure | + | '' |
| + | |||
| + | See [[https:// | ||
| + | |||
| + | ==== Setup | ||
| + | |||
| + | Install the script, typically by copying '' | ||
| + | |||
| + | The script does not add keybindings by default, and those must be configured in '' | ||
| + | < | ||
| + | % script-binding c3voc-cutter-jump-in | ||
| + | ^ script-binding c3voc-cutter-jump-out | ||
| + | Ctrl+5 script-binding c3voc-cutter-set-in | ||
| + | Ctrl+6 script-binding c3voc-cutter-set-out | ||
| + | </ | ||
| + | |||
| + | mpv can also be configured | ||
| < | < | ||
| osd-level=3 | osd-level=3 | ||
| osd-status-msg=${playback-time/ | osd-status-msg=${playback-time/ | ||
| </ | </ | ||
| + | |||
| + | If using nix / home-manager, | ||
| + | < | ||
| + | { | ||
| + | imports = [ c3voc-scripts.nixosModules.default ]; | ||
| + | home-manager.users.nicoo.imports = [ c3voc-scripts.homeModules.default ]; | ||
| + | c3voc.user = " | ||
| + | } | ||
| + | </ | ||
| + | ==== Usage (with script) | ||
| + | |||
| + | * Open '' | ||
| + | * Skim through the video to find the start | ||
| + | * mark it by hitting '' | ||
| + | * jump back to it with '' | ||
| + | * you can hit '' | ||
| + | * Same for the end | ||
| + | * '' | ||
| + | |||
| + | |||
| + | ==== Usage (manual) | ||
| Open the '' | Open the '' | ||
| Line 100: | Line 137: | ||
| * Do the same for the end using the '' | * Do the same for the end using the '' | ||
| - | Using "echo" | + | Using '' |
| - | Additional keyboard shortcuts: See https:// | + | ==== 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 | ||