Skip to content

Commit

Permalink
feat: Added 720p for ad transcoding
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Sep 18, 2024
1 parent efb3db9 commit 53fdf64
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/stitcher/src/vast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ function scheduleForPackage(adMedia: AdMedia) {
},
],
streams: [
{
type: "video",
codec: "h264",
height: 720,
bitrate: 4000000,
framerate: 24,
},
{
type: "video",
codec: "h264",
Expand Down

0 comments on commit 53fdf64

Please sign in to comment.