1
0
Fork 0
Go to file
debian b8e2736f5f ignore vim swap 2019-12-28 19:55:44 -07:00
examples Add example PD-120 audio and image 2019-12-28 19:49:52 -07:00
sstv Add PD-120, not really working yet 2019-12-28 17:21:30 -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