oyvindln / vhs-decode

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

Cross Platform Support #122

Open harrypm opened 7 months ago

harrypm commented 7 months ago

Operating System Support

This issue tracks the support level between oprating systems for the decode family of tools and decoders.

Decoders & Tools - Native Building

Decoders & Tools - Self Contained Binarys

Decoders

LD Tools

TBC-Video-Export

Docker

Docs

Command Arguments - 100% Covered (universal) Post Processing - FFmpeg based & being worked on (self contained with the export tool) Hardware - MacOS Docs are lacking, and more hardware needs to be vetted, but DdD works today.

oyvindln commented 7 months ago

I don't think it's really much purpose making an appimage for tbc-video-export (and maybe not the python part of the decoders either) Linux distros are going to have python available anyway so it's easier to just use pypi and pix (or a python virtualenv) to install it.

Think we should also add a proper docker setup to the wishlist.

harrypm commented 7 months ago

The general thinking is complete self-contained packages for every system type, as we now have zero external dependencies support for Windows, every requirement can be bundled together in a single folder completely offline.

Linux doesn't make sense in a connected environment but for an offline environment and if something breaks and there is no hope of fixing it to the layman other than just nuking the entire operating system install and starting from fresh, self-contained binaries completely negate the issue, especially if things change on a per-version basis this allows also easy access to older versions when the docs change or a very particular feature changes and I user wants to replicate something.

This would also open up more Linux distro support without maintaining more dependency support...

Also @oyvindln we need documentation for native building on windows clearly laid out otherwise I'm not confident in stating upfront workflow support other than outside of developers, only a handful of people use it natively built.

oyvindln commented 7 months ago

Yeah I need to write up windows native build instructions