Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DerekJarvis/golem-video
https://github.com/DerekJarvis/golem-video
golem
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/DerekJarvis/golem-video
- Owner: DerekJarvis
- Created: 2020-10-19T23:49:40.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T23:52:15.000Z (about 4 years ago)
- Last Synced: 2024-04-04T02:18:05.009Z (7 months ago)
- Topics: golem
- Language: HTML
- Homepage:
- Size: 254 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-golem - Golem Network Video Transcoder - Sample app to transcode videos. Select your transcoding profile and then upload your videos. (Archive / Apps)
README
This is a sample program that uses golem.network to transcode videos using HandBrake.
As this is a sample, the configuration is limited. The video job can accept any HandBrake default preset.
The front-end is terrible, I know that. I'm bad at front-end to begin with and I also did this with Python Flask to try something new.
**web server**
flask run**golem job**
video.py [-h] [--subnet-tag SUBNET_TAG] [--log-file LOG_FILE] input_file --presets "A,B,C"example:
video.py input.mp4 --presets "Fast 480p30"