Skip to content

Commit

Permalink
api/match-action: pass audio bitrate when creating tiktok stream
Browse files Browse the repository at this point in the history
fixes #996
  • Loading branch information
dumbmoron committed Jan 12, 2025
1 parent 50db4d3 commit ce7d553
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/processing/match-action.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default function({ r, host, audioFormat, isAudioOnly, isAudioMuted, disab
filename: `${r.audioFilename}.${audioFormat}`,
isAudioOnly: true,
audioFormat,
audioBitrate
})
}
break;
Expand Down

0 comments on commit ce7d553

Please sign in to comment.