Skip to main content

Command to download a video and cut out a clip.

Project description

ytclip

Actions Status Actions Status Actions Status

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ytclip-1.1.4.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ytclip-1.1.4-py2.py3-none-any.whl (6.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file ytclip-1.1.4.tar.gz.

File metadata

  • Download URL: ytclip-1.1.4.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

Hashes for ytclip-1.1.4.tar.gz
Algorithm Hash digest
SHA256 d658b183c4ebb9653242f678a6c3407555860e141f53219b1d88a6cbdae9a553
MD5 331e46cc535878b9fedf14c3037ab0e3
BLAKE2b-256 66f771b7439916153d83b38eb3fdeb7d37edd2aae0b4cd1521cf33c3e0ff02d7

See more details on using hashes here.

File details

Details for the file ytclip-1.1.4-py2.py3-none-any.whl.

File metadata

  • Download URL: ytclip-1.1.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 6.8 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

Hashes for ytclip-1.1.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 b2bdb44e857d9ded6a6e2de974c7c42a53b741169b35a5e6b8d14d51d9f43e42
MD5 a8b17ccb39a6d0812b2c16abf9efadde
BLAKE2b-256 f31ccce5f35759082ce58e7ea9caf9167d0a03d6aa9f3bc952554909b56545e5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page