Skip to content

Commit

Permalink
fix: Added temporary channels num to ad transcode job
Browse files Browse the repository at this point in the history
  • Loading branch information
matvp91 committed Oct 15, 2024
1 parent 590ea3c commit cb2e5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stitcher/src/vast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function scheduleForPackage(adMedia: AdMedia) {
codec: "aac",
bitrate: 128000,
language: "eng",
channels: 2, // TODO: Make optional and derive channels from input
},
],
});
Expand Down

0 comments on commit cb2e5cd

Please sign in to comment.