happycube / ld-decode

Software defined LaserDisc decoder
GNU General Public License v3.0
294 stars 76 forks source link

Fallback on ffmpeg rather than lds format and use sys.exit instead of exit #854

Closed oyvindln closed 1 year ago

oyvindln commented 1 year ago

See https://docs.python.org/3/library/constants.html#exit for exit change reasoning.

Change to fall back on ffmpeg with unknown extension when not resampling. Whatever the input is it's not going to be .lds format at least and flac can be in a bunch of different containers.