1
0
Fork 0
sstvdec/README.md

42 lines
864 B
Markdown
Raw Permalink Normal View History

2019-12-28 17:58:07 -07:00
sstvdec
=======
This is a fork of
https://github.com/colaclanth/sstv.git
With luck, PD-120 support will be added. Currently broken.
See below for upstream README.
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-16 03:06:45 -06:00
A command line 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-16 02:55:45 -06:00
* Robot 36, 72
2019-07-15 12:06:37 -06:00
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
```
2019-07-16 03:05:15 -06:00
Resources Used
--------------
* SSTV specification/timings - [The Dayton Paper](http://webcache.googleusercontent.com/search?q=cache:GzP65FlYEtwJ:www.barberdsp.com/downloads/Dayton%2520Paper.pdf)