diff --git a/server/src/cache/transcoder.ts b/server/src/cache/transcoder.ts index ee2e70c..e02a98f 100755 --- a/server/src/cache/transcoder.ts +++ b/server/src/cache/transcoder.ts @@ -168,6 +168,9 @@ export class Transcoder { // Add profile because high 10 isn't well supported '-profile:v', 'high', + // Ensure that the output isn't 10 bit + '-pix_fmt', + 'yuv420p', ], ); }