cleanup, spelling
This commit is contained in:
parent
2394395f4e
commit
fb21fce5ab
12
README.md
12
README.md
@ -3,12 +3,6 @@
|
|||||||
|
|
||||||
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
|
||||||
|
|
||||||
Next generation 24/7 playout, based on [Rust](https://www.rust-lang.org/).
|
|
||||||
|
|
||||||
**This project is very fresh and not widely testet, use is with caution.**
|
|
||||||
|
|
||||||
**No feature requests please!**
|
|
||||||
|
|
||||||
The main purpose of ffplayout is to provide a 24/7 broadcasting solution that plays a *json* playlist for every day, while keeping the current playlist editable.
|
The main purpose of ffplayout is to provide a 24/7 broadcasting solution that plays a *json* playlist for every day, while keeping the current playlist editable.
|
||||||
|
|
||||||
**Check [ffplayout-frontend](https://github.com/ffplayout/ffplayout-frontend): web-based GUI for ffplayout**
|
**Check [ffplayout-frontend](https://github.com/ffplayout/ffplayout-frontend): web-based GUI for ffplayout**
|
||||||
@ -23,7 +17,7 @@ The main purpose of ffplayout is to provide a 24/7 broadcasting solution that pl
|
|||||||
- send emails with error message
|
- send emails with error message
|
||||||
- overlay a logo
|
- overlay a logo
|
||||||
- overlay text, controllable through [messenger](https://github.com/ffplayout/messenger) or [ffplayout-frontend](https://github.com/ffplayout/ffplayout-frontend) (needs ffmpeg with libzmq)
|
- overlay text, controllable through [messenger](https://github.com/ffplayout/messenger) or [ffplayout-frontend](https://github.com/ffplayout/ffplayout-frontend) (needs ffmpeg with libzmq)
|
||||||
- **EBU R128 loudness** normalization (single pass) (experimental)
|
- EBU R128 loudness normalization (single pass)
|
||||||
- loop playlist infinitely
|
- loop playlist infinitely
|
||||||
- trim and fade the last clip, to get full 24 hours
|
- trim and fade the last clip, to get full 24 hours
|
||||||
- when playlist is not 24 hours long, loop filler clip until time is full
|
- when playlist is not 24 hours long, loop filler clip until time is full
|
||||||
@ -40,7 +34,7 @@ The main purpose of ffplayout is to provide a 24/7 broadcasting solution that pl
|
|||||||
- **aevalsrc** (if video have no audio)
|
- **aevalsrc** (if video have no audio)
|
||||||
- **apad** (add silence if audio duration is to short)
|
- **apad** (add silence if audio duration is to short)
|
||||||
- **tpad** (add black frames if video duration is to short)
|
- **tpad** (add black frames if video duration is to short)
|
||||||
output):
|
- output:
|
||||||
- **stream**
|
- **stream**
|
||||||
- **desktop**
|
- **desktop**
|
||||||
|
|
||||||
@ -134,6 +128,6 @@ ffplayout also allows the passing of parameters:
|
|||||||
|
|
||||||
You can run the command like:
|
You can run the command like:
|
||||||
|
|
||||||
```SHELL
|
```Bash
|
||||||
./ffplayout.py -l none -p ~/playlist.json -o desktop
|
./ffplayout.py -l none -p ~/playlist.json -o desktop
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user