]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/transcoding/video-transcoding.model.ts
Translated using Weblate (Arabic)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / transcoding / video-transcoding.model.ts
index 3a7fb6472c819113e3cd61ebd99b3e291e81cb35..91eacf8dcb3f58d7449374c60e3bec00b2c37feb 100644 (file)
@@ -7,8 +7,11 @@ export type EncoderOptionsBuilderParams = {
 
   resolution: VideoResolution
 
-  // Could be null for "merge audio" transcoding
-  fps?: number
+  // If PeerTube applies a filter, transcoding profile must not copy input stream
+  canCopyAudio: boolean
+  canCopyVideo: boolean
+
+  fps: number
 
   // Could be undefined if we could not get input bitrate (some RTMP streams for example)
   inputBitrate: number