Skip to main content

Cross platform ffmpeg to work on various systems.

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

In automation

To use this tool in your command scripts, pass the --once flag like ytclip --once. This allows the tool to only prompt the user once for input. The arguments will need to be passed into the command as stdin. For example something like this for bash:

    (echo 'http://www.youtube.com/watch?v=-wtIMTCHWuI'; echo '08:59'; echo '15'; echo './myoutput') | ytclip --once

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")

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.0.1.tar.gz (6.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.0.1-py2.py3-none-any.whl (5.7 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

  • Download URL: ytclip-1.0.1.tar.gz
  • Upload date:
  • Size: 6.0 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.0.1.tar.gz
Algorithm Hash digest
SHA256 1fd15141be61fcd7dbc35a906d5e41bc3123d9468762d54c5921b8358c087c45
MD5 2677164005016fc409d63d6edb6fac7c
BLAKE2b-256 21adb981d2594422114e6e0cf3cc3b48801d11edf2631a6d70295f4c06b4d3f0

See more details on using hashes here.

File details

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

File metadata

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

Hashes for ytclip-1.0.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6e7c2d5890214ea2c93af9628a0386dc306a803a08ca4ac45fa1c8f297cfedcb
MD5 641924784e073ea3f1ba7b7e3e226312
BLAKE2b-256 18c76ad6682592d7df1986defc9efb51487907c40f2f30a50b0a71dc526422ef

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