Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webdad/predigt2youtube
A small node.js-App to transform predigt-websites to youtube-Videos, including upload
https://github.com/webdad/predigt2youtube
Last synced: about 2 months ago
JSON representation
A small node.js-App to transform predigt-websites to youtube-Videos, including upload
- Host: GitHub
- URL: https://github.com/webdad/predigt2youtube
- Owner: WebDaD
- License: unlicense
- Created: 2017-05-15T12:46:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-11T09:06:45.000Z (12 months ago)
- Last Synced: 2024-03-27T00:52:20.212Z (9 months ago)
- Language: JavaScript
- Size: 7.82 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Predigt2YouTube
Transform Predigt-Websites into YOuTube-Videos, also upload them with one Command-Line Command :-)
## Instructions
1. Install:
2. node.js
3. imagemagick
4. ghostscript
5. ffmpeg
2. create:
3. vorspann.mp4
4. abspann.mp4
5. watermark.png
6. configure config.jsonNow you are able to run it:
`node app.js "FULL URL To YOUR Predigt/Podcast-Page"`If you do not want to have the image altered (prewritten, etc...) then add `rawimage` as parameter:
`node app.js "FULL URL To YOUR Predigt/Podcast-Page" rawimage`After that, take the Movie and the text-files in the output-folder, navigate in your browser to http://youtube.com/upload and there you go :-)
## TODO:
* better text on image
* Direct YouTube-Upload
* More Control over Result with more Options
* A little GUI
* Some Online-Service?