oyvindln / vhs-decode

Software defined VHS decoder - Fork (maybe temporary) of the ld-decode Laserdisc rf decoder
GNU General Public License v3.0
1.06k stars 43 forks source link

IO checks, HiFi-UI and dependencies improvements #128

Closed VideoMem closed 7 months ago

VideoMem commented 7 months ago

Adds better file I/O checks.

When input file/output file are specified, tries to read input and open output, if these test fails it prints a proper message and ends. When HiFi-UI is used it doesn't enforce input and output file checks until start of decoding.

Updates minimum numba, numpy and scipy versions. Found weird issues if any of these versions is lower than the ones specified.