Skip to content

v1.2.0 - Advanced mode: cut segments, capture exact frames

Choose a tag to compare

@Rinne414 Rinne414 released this 11 Jul 01:53
· 43 commits to main since this release

Not just one click any more

Press Advanced… next to the Extract button:

  • Segment cut / 片段选取: scrub each video on a timeline, mark [Set In] → [Set Out] ranges — the next Extract run samples only inside your segments. Skip intros, outros, loading screens; keep just the good choreography. Also scriptable: vid2dataset extract videos/ --segment "dance.mp4:30-95.5"
  • Manual capture / 手动截取: step frame-by-frame (−10s/−1s/−1f/+1f/+1s/+10s) to the exact moment you want and press [Capture frame] — it's written instantly through the same letterbox-crop → bucket-resize pipeline, deliberately skipping the quality/diversity filters (you picked it yourself). Manual captures are auto-tagged along with everything else.

一键太粗糙?进阶模式让你拖时间轴标记片段(下次提取只取片段内),或逐帧找到想要的画面直接截取 — 手动截取跳过质量过滤(因为是你亲自选的),并会和其他图片一起自动打标。

Verified with a real video end-to-end: frames outside the marked segment never enter the pipeline. 114 unit tests.