• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

popstas / talks-reducer / 28131157214

24 Jun 2026 09:35PM UTC coverage: 74.925% (+0.9%) from 74.044%
28131157214

push

github

web-flow
feat: Add video trim (cut begin/end) before converting (#140)

Add an optional trim step that keeps only a chosen [start, end] fragment of each
input before the speed-up pipeline runs.

- CLI: --cut-start / --cut-end (seconds or HH:MM:SS), keep-range in/out semantics;
  0/0 means no trim (behaviour unchanged when off).
- ffmpeg: input-level -ss/-t injected into both audio-extract and final-video
  commands so audio/video stay in sync; pipeline recomputes effective duration so
  progress/target-duration math stays correct on a trimmed clip.
- Desktop GUI: a "Cut video" panel with manual start/end time inputs and a
  frame-scrub thumbnail preview; enabled flag + start/end persist via preferences.
- Web UI (gradio): Cut video checkbox + start/end inputs wired through process_video
  and the remote server path.
- Docs + tests across timecode/cli/ffmpeg/pipeline/models/server/gui (557 tests).

286 of 332 new or added lines in 10 files covered. (86.14%)

611 existing lines in 10 files now uncovered.

8480 of 11318 relevant lines covered (74.92%)

0.75 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.64
/cli.py


Source Not Available

The file "cli.py" isn't available on github. Either it's been removed, or the repo root directory needs to be updated.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc