c3tracker:cutting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
c3tracker:cutting [2026/04/11 15:24] – [Usage (with script)] update keybind nicooc3tracker:cutting [2026/04/11 16:59] (current) – [mpv/Tips]: fix wiki syntax nicoo
Line 138: Line 138:
  
 Using ''echo'' works best since some text editors like to create temporary lock files which isn't allowed on the FUSE file system. Using ''echo'' works best since some text editors like to create temporary lock files which isn't allowed on the FUSE file system.
 +
 +==== Tips
 +
 +  * [[https://github.com/po5/thumbfast|thumbfast]] can generate thumbnails live, for instance when hovering over a seek bar, which can help find the start and end of a talk faster. (Note: it needs to be used with a UI script, and supports most MPV UIs)
 +  * [[https://github.com/po5/evafast|evafast]] gives fast-forward and seeking on the same key, which is rather convenient.
 +  * [[https://github.com/CounterPillow/mpv-quack|quack]] reduces the volume when seeking, to avoid torturing one's ears during cutting
 +
 +
 +For nix users: those are all packaged, and can be added with
 +
 +<code>
 +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
 +];
 +</code>
  
 == Known Issues and Solutions == Known Issues and Solutions
  • c3tracker/cutting.1775913849.txt.gz
  • Last modified: 2026/04/11 15:24
  • by nicoo