https://github.com/cschladetsch/youtubehelperscripts
Bash scripts to convert the latest video in a folder using both GPU and CPU to YT standards, then post to YT.
https://github.com/cschladetsch/youtubehelperscripts
bash python youtube
Last synced: 3 months ago
JSON representation
Bash scripts to convert the latest video in a folder using both GPU and CPU to YT standards, then post to YT.
- Host: GitHub
- URL: https://github.com/cschladetsch/youtubehelperscripts
- Owner: cschladetsch
- License: mit
- Created: 2024-02-12T15:52:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T22:45:08.000Z (over 2 years ago)
- Last Synced: 2025-03-29T23:22:19.690Z (over 1 year ago)
- Topics: bash, python, youtube
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts to convert/post videos to YouTube
## Overview
Given a directory containing a set of video files in `mp4` format, the command `publish-youtube.sh` script will do what the name implies:
* Find the file with the latest date. Say it's called "video.mp4".
* Generate an output file name of the form `video-converted.mp4`.
* Use [ffmpeg](www.fmpeg.org) to do the conversion using optimal format for YouTube, using your GPU if available.
* Upload the Video to YouTube with details provided on the command line.
## Command Line Arguments
* TODO
## Requirements
* ffmpeg
* Python 3.0 or greater
* A Google API key that has write access to your YT account
## Usage
* TODO
## Testing
* TODO
## Further work
Complete this Readme file.