README: added missing options

This commit is contained in:
András Veres-Szentkirályi 2018-02-24 21:40:33 +01:00
parent 6d3d2143b7
commit 35de6c718e

View file

@ -17,7 +17,8 @@ Command line usage
$ python -m pysstv -h
usage: __main__.py [-h]
[--mode {MartinM2,MartinM1,Robot24BW,ScottieS2,ScottieS1,Robot8BW,PasokonP3,PasokonP5,PasokonP7}]
[--rate RATE] [--bits BITS]
[--rate RATE] [--bits BITS] [--vox] [--fskid FSKID]
[--chan CHAN]
image.png output.wav
Converts an image to an SSTV modulated WAV file.
@ -32,6 +33,9 @@ Command line usage
image mode (default: Martin M1)
--rate RATE sampling rate (default: 48000)
--bits BITS bits per sample (default: 16)
--vox add VOX tones at the beginning
--fskid FSKID add FSKID at the end
--chan CHAN number of channels (default: mono)
Python interface
----------------