Package Exports
- youtube-dl-cutter
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (youtube-dl-cutter) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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