oyvindln
oyvindln
Currently the sync detection only checks for the start of hsync, it may be better to use the end of hsync as that should be less affected by overshoot etc.
The window_bits/mem_level feature isn't implemented in miniz_oxide (and original miniz, the paramter is just provided for API compatability for zlib, it's just ignored) currently. The ```compress_fast``` function used for the...
There shouldn't be any risk on the compression side other than lower compression ratio. However, if they are made into non-const values it could have notable impacts on the compiler's...
The steps in the readme don't cover running the python modules from the git folder directly, it should work if you run the installed python binaries. If you want to...
Awesome. PAL (low-band) U-MATIC could probably use some filter tweaking still, seemed a bit off from what I remember but helpful with more samples. And samples of all those formats...
Neat, that would be expected as it uses higher frequency carriers for luma (and I think chroma too but don't remember) than "regular band" so need to add a setting...
We need a better table for this rather than just a checkmark, e.g many formats have a degree of support in the sense that they decode but don't really have...
updated a bit, but could use a better way of presenting it
Current code only looks for a standards-conforming line of eq/vsync/eq pulses. Dropons on a field is usually okay due to guessing based on previous vsync, but we get issues with...
```--fallback_vsync``` option does this for vhs-decode now. Causes some sync issues on the crafters sample that at least needs to be figured out before making it standard.