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 10:45] – [Setup] Simplify for Nix users (scripts repo is now a flake) nicoo | c3tracker:cutting [2026/07/26 22:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | = Tracker Cutting Howto | + | # Tracker Cutting Howto |
| When we talk about " | When we talk about " | ||
| Line 9: | Line 9: | ||
| - | == Cutting with FUSE | + | ## Cutting with FUSE |
| There are two main ways of cutting a video: Using the KDEnlive or Shotcut open source video editors or by manually writing frame numbers to obtained from a video player like mpv the in- and outframe files. | There are two main ways of cutting a video: Using the KDEnlive or Shotcut open source video editors or by manually writing frame numbers to obtained from a video player like mpv the in- and outframe files. | ||
| Line 23: | Line 23: | ||
| * On Windows/ macOS: Install Shotcut as described at [[https:// | * On Windows/ macOS: Install Shotcut as described at [[https:// | ||
| - | === General Workflow | + | ### General Workflow |
| < | < | ||
| Line 55: | Line 55: | ||
| * click " | * click " | ||
| - | === Notes on Using KDEnlive | + | ### Notes on Using KDEnlive |
| Open the '' | Open the '' | ||
| Line 65: | Line 65: | ||
| If you have a poor connection to the storage, deactivate the video and audio thumbnails using the buttons on the right side of the lower window border. | If you have a poor connection to the storage, deactivate the video and audio thumbnails using the buttons on the right side of the lower window border. | ||
| - | === Notes on Using Shotcut | + | ### Notes on Using Shotcut |
| Open the '' | Open the '' | ||
| Line 87: | Line 87: | ||
| * < | * < | ||
| - | === Notes on Using mpv | + | ### Notes on Using mpv |
| - | '' | + | '' |
| See [[https:// | See [[https:// | ||
| - | ==== Setup | + | #### Setup |
| Install the script, typically by copying '' | Install the script, typically by copying '' | ||
| 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 119: | Line 119: | ||
| } | } | ||
| </ | </ | ||
| - | ==== Usage (with script) | + | #### Usage (with script) |
| * 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 | ||
| * '' | * '' | ||
| - | ==== Usage (manual) | + | #### Usage (manual) |
| Open the '' | Open the '' | ||
| Line 139: | Line 139: | ||
| Using '' | Using '' | ||
| - | == Known Issues and Solutions | + | #### Tips |
| + | |||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | For nix users: those are all packaged, and can be added with | ||
| + | |||
| + | < | ||
| + | programs.mpv.scripts | ||
| + | evafast | ||
| + | quack | ||
| + | thumbfast # NOTE: useless on its own, combine with its builtin osc.lua, or with alt. OSCs like uosc | ||
| + | ]; | ||
| + | </ | ||
| + | |||
| + | ## Known Issues and Solutions | ||
| * Shotcut or VLC don't show a time during playback: | * Shotcut or VLC don't show a time during playback: | ||
| Line 149: | Line 166: | ||
| - | == Remote Cutting using a Proxy File | + | ## Remote Cutting using a Proxy File |
| The '' | The '' | ||