Command to download a video and cut out a clip.
Project description
ytclip
This utility provides a command that will automate downloading files and creating clips out of them.
The utility is user friendly.
It relies on yt-dlp to do the downloading of files and uses static_ffmpeg to do the actual cutting. This
stack should be cross platform and should not require elevated permissions to install (yay!).
Install
$ python -m pip install ytclip
Running
$ cd <MY_DIRECTORY>
$ ytclip
Add new video:
url: ...
start_timestamp: 08:08
length: 20
output_name: my_file
$ cd <MY_DIRECTORY>
$ ytclip --url https://www.youtube.com/watch?v=CLXt3yh2g0s --start_timestamp 00:32 --length 20 --outname myoutputfile
$ ytclip --help
Api
You can also use it as an api:
from ytclip.ytclip import run_download_and_cut
run_download_and_cut(
url="https://www.youtube.com/watch?v=-wtIMTCHWuI",
start_timestamp="1:10",
length="20",
outname="myclip_withoutsuffix")
You can also turn off logging like so:
from ytclip.ytclip import run_download_and_cut, set_logging
set_logging(False)
run_download_and_cut(...)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ytclip-1.1.7.tar.gz.
File metadata
- Download URL: ytclip-1.1.7.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ecca903a203b620892310fad04bf30b86f03466c77ac2b7c9437b074fd9fcdd
|
|
| MD5 |
4d942c339d843d9aa2f704b3a5d8ef63
|
|
| BLAKE2b-256 |
d2718ad9a5b9becb34a4619011b7b1f3e7db0e1aeaf700aa1d2d36c5d45e21d4
|
File details
Details for the file ytclip-1.1.7-py2.py3-none-any.whl.
File metadata
- Download URL: ytclip-1.1.7-py2.py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5ab7faf2cbae98c4c036ce7416f1ead871627108770aae346fbcbd7704874c6
|
|
| MD5 |
9250ec07786e65ad92637a9967e516c5
|
|
| BLAKE2b-256 |
0ae071bb603362c428b45d3cb83a6f3f7cb6e8984998fbd5dafe85d78a594765
|