ld-decode
ld-decode copied to clipboard
Software defined LaserDisc decoder
TheMogMiner wants frame output with VBI to support MAME, and @simoninns suggested just outputting the enitre uncropped frame, which I like the sound of.
CX-encoded analog audio still sounds much worse from ld-decode than it does from a player. Work was started with #138, but it still needs some tuning. Let me know if...
Once a TBC has been disc mapped it's possible that there will be 'blank' frames that are left over by the padding of missing data. There is no simple method...
Right now the code has a mix of spaces and tabs and not any consistent formatting, and when I load core.py in emacs flake8 gives up with too many errors....
In order to prevent accidental overwrites with ld-decode the tool should check if the specified output file already exists and exit without output if it does. For the purpose of...
I gave ld-decode a .ldf which was really a misnamed .lds. ld-decode reported: "Failed to demodulate data" To a layman this isn't really useful. Perhaps: "Could not decode specified input...
When decoding NTSC the pulldown frames are shown as "CAV Frame #None Lead In" in the CLI output. Since lead in frames have their own flag, it seems a bit...
smally: Add FPS counter to frame output gamn: Add chapter #
This clip decodes fine normally, but breaks when using --WibbleRemover: ``` ld-decode -nj issue492.ldf clip file frame 1 CAV frame 322 file frame 2 CAV frame 323 file frame 3...
I had a thought it would save time and space for ld-discmap to only output a mapped .json, and have the tools use the original TBC with it. It could...