Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
binair-io committed Apr 6, 2022
1 parent e62df38 commit 11f932c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/classes/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ class Video {

this.ffmpegCommand = new ffmpeg().input(this.path).renice(10)
.videoCodec('libx265').audioCodec('copy').outputOptions('-c:s', 'copy')
.outputOptions('-c:d', 'copy');
.outputOptions('-c:d', 'copy')
.outputOptions('-dn')
;
this.promiseChain;
this.pauser = Pauser.pauser();
this.inputCounter = 0;
Expand Down

0 comments on commit 11f932c

Please sign in to comment.