You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brad@mini ddd % vhs-decode --no_resample casper2pana1F.raw error
fd:: Invalid data found when processing input
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/vhsdecode/process.py", line 212, in build_json
black = jout["videoParameters"]["black16bIre"]
~~~~^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
Cannot build json: 'NoneType' object is not subscriptable
saving JSON and exiting
Traceback (most recent call last):
File "/opt/homebrew/lib/python3.11/site-packages/vhsdecode/process.py", line 212, in build_json
black = jout["videoParameters"]["black16bIre"]
~~~~^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object is not subscriptable
Cannot build json: 'NoneType' object is not subscriptable
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 runs a little faster than default options.Example trimmed .raw file: casper2pana1F.raw.zip
Two workarounds:
(Note: every run above actually included a Numba Deprecation warning, which I deleted from the paste and filed separately as issue #100.)
The text was updated successfully, but these errors were encountered: