Download videos in a format appropriate for social media.
You may clip the source video by providing start and end timestamps. Uses yt-dlp and ffmpeg.
Installation on macOS:
- Install Rust
- Clone the repo
- Open the repo directory
cargo build --release
mv target/release/dl-clip /usr/local/bin/
(or to a directory in your PATH of your choosing)
Usage: dl-clip [OPTIONS] <URL>
Arguments:
<URL>
Options:
-s, --start <START TIME>
-e, --end <END TIME>
-h, --help Print help