sandflow / ttconv

Subtitle conversion. Converts STL, SRT, TTML and SCC into TTML, WebVTT and SRT.
BSD 2-Clause "Simplified" License
180 stars 22 forks source link

Self contained Windows/Linux/MacOS Builds? #419

Open harrypm opened 7 months ago

harrypm commented 7 months ago

Hello, I am just wondering if self contained binarys could be made for archival/offline usage?

Currently wanting to impliment SCC --> SRT conversion in the tbc-video-export tool for ld/tape/cvbs-decode projects and our metadata export tool creates standard SCC data and for player/device reading felexibility this needs to be in srt.

But sadly this requires a self contained exacutable to be viable for use in the windows version outherwise this forces the need of installing external dependencys or using WSL2 witch is a lot harder to make into self contained toolkit packages for media archives.

[ ] - Windows [ ] - MacOS [ ] - MacOS Arm [ ] - Linux (app image)

palemieux commented 7 months ago

Do you mean something like Pyinstaller?

harrypm commented 7 months ago

Do you mean something like Pyinstaller?

Yeah that could work, not sure what if anything might have to be tweaked for it though.