From 53fdf64f297fab124d6be027f64bf4144d82d9e3 Mon Sep 17 00:00:00 2001 From: Matthias Van Parijs Date: Wed, 18 Sep 2024 20:50:55 +0200 Subject: [PATCH] feat: Added 720p for ad transcoding --- packages/stitcher/src/vast.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/stitcher/src/vast.ts b/packages/stitcher/src/vast.ts index 32a37762..6691916f 100644 --- a/packages/stitcher/src/vast.ts +++ b/packages/stitcher/src/vast.ts @@ -70,6 +70,13 @@ function scheduleForPackage(adMedia: AdMedia) { }, ], streams: [ + { + type: "video", + codec: "h264", + height: 720, + bitrate: 4000000, + framerate: 24, + }, { type: "video", codec: "h264",