/youtube-utilities

Convert the text from the Youtube Studio copyright section into usable timestamps in the description!

Primary LanguagePythonMIT LicenseMIT

youtube-utilities

A collection of utilities that may be worth using!

Apps

  1. copyright-to-timestamps: Convert the text from the Youtube Studio copyright section into usable timestamps in the description! doc
python apps/copyright-to-timestamps.py copyrights.txt > timestamps.txt
  1. timestamp-offsetter: Offset already established timestamps from somebody else by n seconds! doc
python apps/timestamp-offsetter.py timestamps.txt "+369"
  1. trim-tag-convert-video-audio: Take a bunch of videos, trim them, convert them to mp3, and tag them! doc
python ./apps/trim-tag-convert-video-audio.py defaults-and-performances.yaml --socials-filepath ./socials.txt
  1. resize-concat: Take a bunch of mismatched resolution / framerate videos, and concatenate them!
python ./apps/resize-concat.py list.txt --resolution "4k" --framerate 60
  1. generate-thumbnails: Take a bunch of thumbnails from a video
python ./apps/generate-thumbnails.py movie.mp4 --output-dirpath ./thumbnails --sample 50 --keep 25

Setup

pip install -r ./requirements.txt

TODO:

  1. combine into 1 app...