mirror of
https://github.com/colaclanth/sstv.git
synced 2026-01-21 23:40:16 +01:00
32 lines
697 B
Markdown
32 lines
697 B
Markdown
SSTV Decoder
|
|
============
|
|
|
|

|
|
|
|
A command line 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, 2
|
|
* Scottie 1, 2, DX
|
|
* Robot 36, 72
|
|
|
|
Installation
|
|
------------
|
|
|
|
```
|
|
$ git clone https://github.com/colaclanth/sstv.git
|
|
|
|
$ python setup.py install
|
|
```
|
|
|
|
Usage
|
|
-----
|
|
|
|
```
|
|
$ sstv -d audio_file.wav -o result.png
|
|
```
|
|
|
|
Resources Used
|
|
--------------
|
|
|
|
* SSTV specification/timings - [The Dayton Paper](http://webcache.googleusercontent.com/search?q=cache:GzP65FlYEtwJ:www.barberdsp.com/downloads/Dayton%2520Paper.pdf)
|