readme updated
This commit is contained in:
parent
6ef8704715
commit
43f29e865d
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -1,7 +1,7 @@
|
||||||
TechRec
|
TechRec
|
||||||
=======
|
=======
|
||||||
|
|
||||||
A Python2/Python3 web application that assist radio speakers in recording their shows.
|
A Python3 web application that assist radio speakers in recording their shows.
|
||||||
Meant to be simple to install and to maintain.
|
Meant to be simple to install and to maintain.
|
||||||
|
|
||||||
It basically takes a directory with the continuous recording and create new
|
It basically takes a directory with the continuous recording and create new
|
||||||
|
@ -32,6 +32,14 @@ parts of them. This can boil down to something like
|
||||||
ffmpeg -i concat:2014-20-01-00-00.mp3|2014-20-01-00-01.mp3 -acodec copy -ss 160 -t 1840 foo.mp3
|
ffmpeg -i concat:2014-20-01-00-00.mp3|2014-20-01-00-01.mp3 -acodec copy -ss 160 -t 1840 foo.mp3
|
||||||
```
|
```
|
||||||
|
|
||||||
|
How to run
|
||||||
|
===========
|
||||||
|
|
||||||
|
```sh
|
||||||
|
pip install .
|
||||||
|
env TECHREC_CONFIG=yourconfig.py uvicorn techrec.server:app
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
Implementation details
|
Implementation details
|
||||||
======================
|
======================
|
||||||
|
|
Loading…
Reference in a new issue