Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guacam-ole/podcast2video
Creates Videos from Podcasts
https://github.com/guacam-ole/podcast2video
Last synced: 8 days ago
JSON representation
Creates Videos from Podcasts
- Host: GitHub
- URL: https://github.com/guacam-ole/podcast2video
- Owner: Guacam-Ole
- License: gpl-3.0
- Created: 2020-06-17T14:48:33.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T09:46:47.000Z (about 1 year ago)
- Last Synced: 2024-05-01T15:28:03.882Z (8 months ago)
- Language: C#
- Homepage:
- Size: 72.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Podcast2Video
Creates Videos from Podcasts## Quickstart
To start running you need to do the following:0. Download dotnet-runtime if not installed already (not required on Windows) https://dotnet.microsoft.com/download
1. Download ffmpeg for your platform: https://ffmpeg.org/download.html
2. Download the package for your platform: https://github.com/OleAlbers/Podcast2Video/releases/Enter the path for ffmpeg into the appsettings.json:
```
"Ffmpeg": {
"Path": "D:\\ffmpeg\\ffmpeg.exe",
```start using p2v via
```
p2v
```where url is the url of your rss-feed
## Examples
Example for creating a complete podcast - video with default parameters:[![Blathering 132](http://img.youtube.com/vi/iKoKrhgiTMI/0.jpg)](https://www.youtube.com/watch?v=iKoKrhgiTMI "Blathering 132")
## More Details
All optional parameters and information about how to modify the appearance can be found in the Wiki: https://github.com/OleAlbers/Podcast2Video/wiki