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

Windows

For easy use, download the run_ytclip.bat and place it into any folder you want. Now you have a double clickable icon for users that don't like going to the command line. Make sure you've installed the latest python, checking the box that says "ADD TO PATH" during installation.

Running

$ cd <MY_DIRECTORY>
$ ytclip
Add new video:
  url: ...
  start_timestamp: 08:08
  end_timestamp: 08:20
  output_name: my_file
$ cd <MY_DIRECTORY>
$ ytclip https://www.youtube.com/watch?v=CLXt3yh2g0s --start_timestamp 00:32 --end_timestamp 00:52 --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",
    end_timestamp="1:30",
    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(...)

Server

See the server version: ytclip-server

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.2.2.tar.gz (8.7 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.2.2-py2.py3-none-any.whl (7.9 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ytclip-1.2.2.tar.gz
  • Upload date:
  • Size: 8.7 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.2.2.tar.gz
Algorithm Hash digest
SHA256 0cd611eb04733541cc9c19d158deb6bdd38b864b1869de02ed0f1dae9c44bcac
MD5 ffbb959aa8de57a2e5459fa312cafece
BLAKE2b-256 0cb08d3651d41d1e79bc752742a12cb93153db3704f3871faf4f85d08b8b6c5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ytclip-1.2.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 7.9 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.2.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 dd88dee7eddbd9d703f536ba05cf5e1eb468b824a5c5e12fd9caec1cd056d384
MD5 b10b90b8409d218cca6f5f3ecaf8ca68
BLAKE2b-256 51132ac77bdb8e6c735b2908b542e44a93404f9b7a6ede8bf1e13df54ae12c3f

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