1
0
Fork 0
Go to file
debian 20533d9c1e Add PD-120 image output, currently failing 2019-12-28 20:05:33 -07:00
examples Add PD-120 image output, currently failing 2019-12-28 20:05:33 -07:00
sstv Add PD-120 image output, currently failing 2019-12-28 20:05:33 -07:00
test Add docstrings to decoder test cases 2019-11-04 14:28:44 +00:00
.gitignore ignore vim swap 2019-12-28 19:55:44 -07:00
LICENSE Initial commit 2019-07-15 17:18:21 +01:00
README.md README fork 2019-12-28 17:58:07 -07:00
setup.py Add setup.py 2019-07-15 18:55:01 +01:00

README.md

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.

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