Gregory Ballantine 1ccd481f9e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Refactored a bit to put the configuration and logging setup before Cobra launches, so it doesn't need to be handled in every sub-command
2022-09-15 10:09:10 -04:00
2022-09-02 12:08:45 -04:00
2022-08-31 19:56:06 -04:00

adept

Bit Goblin video transcoder service

Installation

Note: currently Adept will only run on Linux as lsof is a runtime dependency, which doesn't have a Windows equivalent. This will be rectified in the future.

Build dependencies:

  • go
  • make

Runtime dependencies:

  • ffmpeg
  • lsof

To install dependencies on Ubuntu: apt install golang make ffmpeg lsof To install dependencies on Red Hat/AlmaLinux: dnf install go make ffmpeg lsof

To install Adept as a system service: make build && sudo make install

Uninstallation

To uninstall Adept (if it was installed through make): sudo make uninstall

Description
Bit Goblin video transcoder service
Readme 3.7 MiB
v0.3.1 Latest
2023-04-16 16:11:07 -04:00
Languages
Go 72.3%
Shell 21.8%
Makefile 5.9%