mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-11 18:35:01 +01:00
955 B
955 B
layout, title, nav_order
| layout | title | nav_order |
|---|---|---|
| default | qwikchop | 2 |
qwikchop
Description
Rapidly slices videos into precise segments based on timecodes or cut lists, optimized for speed and batch operations
Arguments
piecesrecursekeep_temptrim_black_frontblack_scanblack_threshblack_pictedge_pad_preedge_pad_postmin_edit
Program Template
videobeaux -P qwikchop -i input.mp4 -o output.mp4 --pieces VALUE --recurse VALUE --keep_temp VALUE --trim_black_front VALUE --black_scan VALUE --black_thresh VALUE --black_pict VALUE --edge_pad_pre VALUE --edge_pad_post VALUE --min_edit VALUE
Real World Example
videobeaux -P qwikchop -i myvideo.mp4 -o qwikchop_styled.mp4 --pieces EXAMPLE --recurse EXAMPLE --keep_temp EXAMPLE --trim_black_front EXAMPLE --black_scan EXAMPLE --black_thresh EXAMPLE --black_pict EXAMPLE --edge_pad_pre EXAMPLE --edge_pad_post EXAMPLE --min_edit EXAMPLE