1
0
Fork 0
sstvdec/README.md

27 lines
482 B
Markdown
Raw Normal View History

2019-07-15 10:18:21 -06:00
SSTV Decoder
2019-07-15 12:06:37 -06:00
============
2019-07-15 17:07:26 -06:00
![](https://raw.githubusercontent.com/colaclanth/sstv/master/examples/m1.png)
2019-07-15 12:08:18 -06:00
A slow-scan television decoder that works on audio files rather than reading a soundcard (like most other decoders).
2019-07-15 12:06:37 -06:00
Currently supports the following modes:
2019-07-16 01:36:50 -06:00
* Martin 1, 2
* Scottie 1, 2, DX
2019-07-15 12:06:37 -06:00
* Robot 36
Installation
------------
2019-07-15 17:07:26 -06:00
```
$ git clone https://github.com/colaclanth/sstv.git
2019-07-15 12:08:18 -06:00
2019-07-15 17:07:26 -06:00
$ python setup.py install
```
2019-07-15 12:06:37 -06:00
Usage
-----
2019-07-15 17:07:26 -06:00
```
$ sstv -d audio_file.wav -o result.png
```