-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vod: Allow video manipulation logic to be used as a library (#134)
* api-transcoder: TOD (transcoding-on-demand) command line tool * move `HlsSegment` to `model` package * add public `StartSegmenting` * Segmenter for reading from memory * dockerfile: Fix base builder image alpine version ffmpeg has been bumped to major 5 on alpine 3.16, which makes our build break since we call some old functions. Tried a looooot of fixes for this and this seems to be the most worth it for now. Co-authored-by: Victor Elias <[email protected]>
- Loading branch information
1 parent
d426981
commit 251def1
Showing
11 changed files
with
676 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.