mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Add ability to run transcoding jobs
This commit is contained in:
parent
b46cf4b920
commit
ad5db1044c
54 changed files with 715 additions and 103 deletions
|
@ -1,4 +1,4 @@
|
|||
import { EncoderOptionsBuilder } from '../../../videos/video-transcoding.model'
|
||||
import { EncoderOptionsBuilder } from '../../../videos/transcoding'
|
||||
|
||||
export interface PluginTranscodingManager {
|
||||
addLiveProfile (encoder: string, profile: string, builder: EncoderOptionsBuilder): boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue