0.2.1 • Published 7 years ago

youtube-dl-cutter v0.2.1

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

youtube-dl-cutter

Effectively cuts from --from X into the file until --to X into the file.

Example: ytcut -u https://www.youtube.com/watch?v=BaW_jenozKc -o "test clip" --from 2s --to 8s

requirements

  • youtube-dl (used to download the file)
  • ffmpeg (used to cut the file)

running tests

npm run test

installation

clone this repo and npm i -g

0.2.1

7 years ago