exwm / yt_clipper

Mark up YouTube videos and quickly generate clipped webms.
https://openuserjs.org/scripts/elwm/yt_clipper
MIT License
50 stars 12 forks source link

Linux Releases #45

Open rehandaphedar opened 2 days ago

rehandaphedar commented 2 days ago

Please describe the need for the feature: It would be great to have official releases for Linux in addition to Windows and MacOS.

Please describe the feature and the requirements for its ideal implementation: From what I understood on the GitHub Actions page, Linux support would need:

Please describe any alternatives you have tried or considered:

Additional Notes or Context https://github.com/exwm/yt_clipper/pull/44

exwm commented 12 hours ago

A suitable and compatible source for Linux builds of ffmpeg would also need to be identified for use in creating Linux releases. Alternatively, Linux releases could be made to rely on ffmpeg on the user's system path with documentation that makes the dependency clear.

rehandaphedar commented 9 hours ago

Using system ffmpeg (with a variable to override ffmpeg binary path) seems reasonable to me, since most Linux distros would have ffmpeg in their official repos.