mirror of
https://github.com/colaclanth/sstv.git
synced 2026-02-07 15:24:14 +01:00
27 lines
472 B
Markdown
27 lines
472 B
Markdown
SSTV Decoder
|
|
============
|
|
|
|

|
|
|
|
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
|
|
* Scottie 1
|
|
* Robot 36
|
|
|
|
Installation
|
|
------------
|
|
|
|
```
|
|
$ git clone https://github.com/colaclanth/sstv.git
|
|
|
|
$ python setup.py install
|
|
```
|
|
|
|
Usage
|
|
-----
|
|
|
|
```
|
|
$ sstv -d audio_file.wav -o result.png
|
|
```
|