]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-transcoding.model.ts
It's not the week-end yet
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-transcoding.model.ts
index ffb0115dceafcef5e6c6fe1742200a4f13410863..3f2382ce8b133cd2fc663df825247b9a57a5fe49 100644 (file)
@@ -12,8 +12,11 @@ export type EncoderOptionsBuilder = (params: {
 export interface EncoderOptions {
   copy?: boolean // Copy stream? Default to false
 
+  scaleFilter?: {
+    name: string
+  }
+
   inputOptions?: string[]
-  videoFilters?: string[]
   outputOptions?: string[]
 }