1
0
Fork 0
Go to file
James Taylor 3e556eee8a Add docstrings to decoder test cases 2019-11-04 14:28:44 +00:00
examples Add examples 2019-07-16 00:00:06 +01:00
sstv Added tests for decoder init and freq detection 2019-11-03 17:27:16 +00:00
test Add docstrings to decoder test cases 2019-11-04 14:28:44 +00:00
.gitignore Initial commit 2019-07-15 17:18:21 +01:00
LICENSE Initial commit 2019-07-15 17:18:21 +01:00
README.md Clarify description 2019-07-16 10:06:45 +01:00
setup.py Add setup.py 2019-07-15 18:55:01 +01:00

README.md

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