Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (15 loc) · 1.04 KB

sstv-experiment

A couple of Batch scripts for encoding a video's frames into SSTV, and then decoding it back to a video.

It takes a very long time though. You need to spend almost 9 hours to decode a minute-long 15 FPS footage!

Setup

You will need to install Python 3.7+ and RX-SSTV in order to use the scripts.

  1. Go to Python.org and download the latest version of Python.
    • Remember to enable the Add to PATH checkbox before clicking Install Now at the first installation screen.
    • If you already have Python installed, you can skip this step.
  2. Go to the RX-SSTV website and download RX-SSTV.
  3. Run python3 -m pip install PySSTV to install the dependency used for encoding SSTV.
  4. Done! You can move to the "Usage" section now!

Usage

will write that down later on, maybe :^) for now you can look at the scripts to get a hang of it

Contributing

As with all my projects, contributions are highly appreciated!