Skip to main content

Command to download a video and cut out a clip.

Project description

ytclip - Quickly clip any video you see online and save it to your harddrive

Usage

Make sure python (>3.7) is installed on your system.

> pip install ytclip
> ytclip https://www.youtube.com/watch?v=dQw4w9WgXcQ
# Follow the prompts

Actions Status Actions Status Actions Status

About

This utility provides a command that will automate downloading files and creating clips out of them.

Uses yt-dlp to do the downloading of files and uses static_ffmpeg to do the actual cutting.

Windows

For easy use, just download the run_ytclip.bat file 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

# (Interactive)
> cd <MY_DIRECTORY>
> ytclip
Add new video:
  url: ...
  start_timestamp: 08:08
  end_timestamp: 08:20
  output_name: my_file
# (CMD-line)
> cd <MY_DIRECTORY>
> ytclip https://www.youtube.com/watch?v=CLXt3yh2g0s --start_timestamp 00:32 --end_timestamp 00:52 --outname myoutputfile
# Help file
> 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

Releases

  • 1.2.11: --upgrade now exits 0 instead of continuing
  • 1.2.10: Adds --crf to control bit rate encoding.
  • 1.2.9: Drm video now detected properly and an output error message is emitted.
  • 1.2.8: Minimum version of yt-dlp bumped. Adds --upgrade for upgrading yt-dlp
  • 1.2.7: Brighteon downloads have been fixed, thanks to the brighteon plugin.
  • 1.2.6: Fix error where omitting length would cause error.
  • 1.2.5: Cleans youtube videos by removing the ?t= part of the url.
  • 1.2.4: Adds update warning for ytclip if out of date.
  • 1.2.3: Make yt-dlp use 1.2.3 or higher (fixes downloader).

TODO

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.11.tar.gz (11.0 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.11-py2.py3-none-any.whl (9.4 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ytclip-1.2.11.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ytclip-1.2.11.tar.gz
Algorithm Hash digest
SHA256 cb8a1229c1fac815fa3bd95a75f297e153ad8f43ffd81092cd570ccdb04ce4f6
MD5 4412925e6f05f32033feb6804e15064e
BLAKE2b-256 4b161f6ad7fe9264079ead44e123048ac05a2d85c6c60cfa9c3e0ebdcfcf3a67

See more details on using hashes here.

File details

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

File metadata

  • Download URL: ytclip-1.2.11-py2.py3-none-any.whl
  • Upload date:
  • Size: 9.4 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.9

File hashes

Hashes for ytclip-1.2.11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 67e4fb86e53cf4784646e58ef17cf4a3f20268cf7a212eaeb9053ddc40f8002d
MD5 7951b59cb179fda33375da8541ecf4f5
BLAKE2b-256 2e6290bdde0a6272d73d5c10bcf18d397a9cf207b6e8b115584b31f2eee49086

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