Skip to content

Commit

Permalink
fix(omitTrack): disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeratoxx authored Apr 30, 2023
1 parent bc1a452 commit fa2fca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dragAndDropVideoFileHere.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $script = {
[bool] $usePan = 1
[bool] $normalizePan = 0
[bool] $omitFirstAudioTrack = 0
[bool] $omitLastAudioTrack = 1
[bool] $omitLastAudioTrack = 0
$audioArgs = ""
IF ($amountAudioTracks -gt 0) {
$audioFilter = ""
Expand Down

0 comments on commit fa2fca8

Please sign in to comment.