oyvindln / vhs-decode

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

ld-ac3-decode packaging and deal with sox binary #155

Open oyvindln opened 3 months ago

oyvindln commented 3 months ago

ld-ac3-decode is a separate c++ binary that is called by ld-decode so it's not straight forward to package as part of a python package - might be doable to make a separate pip wheel with py-build-cmake

It also needs sox

there is a static-sox similar to static-ffmpeg which might be usable for sox, otherwise might be easiest to do a custom static build since builds of it has dlls that collide with dlls deps we are already using.