1
0
Fork 0

Add image to readme

master
James Taylor 2019-07-15 23:07:26 +00:00 committed by GitHub
parent 52a41736ca
commit 11fd150e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,8 @@
SSTV Decoder
============
![](https://raw.githubusercontent.com/colaclanth/sstv/master/examples/m1.png)
A slow-scan television decoder that works on audio files rather than reading a soundcard (like most other decoders).
Currently supports the following modes:
* Martin 1
@ -10,11 +12,15 @@ Currently supports the following modes:
Installation
------------
`git clone https://github.com/colaclanth/sstv.git`
```
$ git clone https://github.com/colaclanth/sstv.git
`python setup.py install`
$ python setup.py install
```
Usage
-----
`sstv -d audio_file.wav -o result.png`
```
$ sstv -d audio_file.wav -o result.png
```