mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
add support for inputOptions in trancode plugins
This commit is contained in:
committed by
Chocobozzz
parent
d2466f0ac9
commit
5fb7cfbac5
@@ -12,6 +12,7 @@ export type EncoderOptionsBuilder = (params: {
|
||||
export interface EncoderOptions {
|
||||
copy?: boolean // Copy stream? Default to false
|
||||
|
||||
inputOptions: string[]
|
||||
outputOptions: string[]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user