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 16:28] – andi | 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 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:// | ||
| - | === 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 |
| - | 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 |
| * Shotcut or VLC don't show a time during playback: | * Shotcut or VLC don't show a time during playback: | ||
| Line 115: | Line 166: | ||
| - | == Remote Cutting using a Proxy File | + | ## Remote Cutting using a Proxy File |
| The '' | The '' | ||