satdump/resources/sstv.json
2025-07-19 19:07:32 +02:00

48 lines
No EOL
1.3 KiB
JSON

{
"BW8": {
"mode": "grayscale",
"samplerate": 48e3,
"line_time": 0.066875,
"sync_time": 0.005,
"img_offset": 0.00687,
"img_time": 0.060,
"img_width": 120
},
"FAX480": {
"mode": "grayscale",
"samplerate": 48e3,
"line_time": 0.26726415052316954,
"sync_time": 0.00512,
"img_offset": 0.00512,
"img_time": 0.262144,
"img_width": 512
},
"Robot36": {
"mode": "robot",
"samplerate": 48e3,
"line_time": 0.150,
"sync_time": 0.0105,
"color_sync_offset": 0.1005,
"color_sync_time": 0.0045,
"color_offset_y": 0.0105,
"color_offset_uv": 0.105,
"color_time_y": 0.090,
"color_time_uv": 0.045,
"img_width": 320
},
"PD120": {
"mode": "yuv_2y",
"samplerate": 48e3,
"line_time": 0.50848,
"sync_time": 0.020,
"color_offset_y1": 0.02208,
"color_offset_y2": 0.38660, // Should be 38688, but clearly there is an offset
"color_offset_u": 0.26528,
"color_offset_v": 0.14368,
"color_time_y1": 0.1216,
"color_time_y2": 0.1216,
"color_time_u": 0.1216,
"color_time_v": 0.1216,
"img_width": 640
}
}