vhs-decode
vhs-decode copied to clipboard
Software defined VHS decoder - Fork (maybe temporary) of the ld-decode Laserdisc rf decoder
### Is your proposal related to a problem? No ### Describe the solution you'd like I'm looking for the fastest way to compress 16-bit capture files in Windows. ### Additional...
### Checklist - [X] I have searched the issues page for any duplicate issues open or closed and confirmed that this bug has not been reported before. - [x] I...
It seems vhs-decode doesn't yet work properly with Video8 and Hi8, at least in PAL. The video is noisy and there are horizontal lines in high-frequency areas. There's little chroma....
There is something that upsets the sync algorithm, I've been discussed about this problem on discord for a while, seems worth to open an issue here. This Japanese tape has...
Popped up from a user on discord, Needs to be investigated
problem: currently, SDR captures have to be converted to a non complex number format to be used. solution: support input of complex number files that mainly come from SDR capturing...
Tape formats (vhs-decode part): - [x] NTSC - [x] PAL (normal 625 line) - [ ] SECAM-L - [ ] MESECAM (VHS specific) - some preliminary support - [X] PAL-M...
If you input an empty file you get a unhelpful message like ``` Traceback (most recent call last): File "/home/usrname/vhs-decode/vhsdecode/process.py", line 212, in build_json black = jout["videoParameters"]["black16bIre"] TypeError: 'NoneType' object...
Signed 16-bit input with DdD's default .raw extension immediately returns a pipe error if paired with `--no_resample`. Not sure if directly related: Despite being 40 -> 40 MSPS, `--no_resample` consistently...
On PAL betamax, the chroma on each track is offset in frequency rather than rotating the phase like on VHS, 8mm and NTSC betamax. Currently this is handled by using...