]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video-transcoding-profiles.ts
Add priority to transcoding jobs
[github/Chocobozzz/PeerTube.git] / server / lib / video-transcoding-profiles.ts
index 3bf83d6a8247bf2bc478aa7fe6ec21831f9ff93d..338f4de4a28e7244595dc481488fe5917f1c6c5d 100644 (file)
@@ -111,7 +111,6 @@ async function buildTargetBitrate (options: {
   input: string
   resolution: VideoResolution
   fps: number
-
 }) {
   const { input, resolution, fps } = options
   const probe = await ffprobePromise(input)