Skip to content

Commit

Permalink
feat: replace audio codec
Browse files Browse the repository at this point in the history
  • Loading branch information
k.mesniankin committed Nov 2, 2024
1 parent f9f651b commit e393c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/composers/TorrentsComposer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ export class TorrentsComposer<

try {
ffmpeg(filePath)
.outputOptions('-c:a', 'aac')
.outputOptions('-c:a', 'libfdk_aac')
.outputOptions('-c:v', 'libx264')
.outputOptions('-b:a', `${aBitrate}k`)
.outputOptions('-b:v', `${vBitrate}k`)
Expand Down

0 comments on commit e393c26

Please sign in to comment.