Skip to content

Commit

Permalink
2023-11-19 10:30:36
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Nov 19, 2023
1 parent 582b106 commit b6f06a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Private/Start-FFmpeg.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Start-FFmpeg {
.DESCRIPTION
#>

Param(
param(
[Alias('AD')][string[]]$AppData = @('ffmpeg.exe')
)

Expand Down
2 changes: 1 addition & 1 deletion Public/Compress-Video.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ function Compress-Video() {
.DESCRIPTION
#>

Param(
param(
[Parameter(Mandatory)][Alias('I')][string[]]$In,
[Alias('CV')][string]$vCodec = 'libx265',
[Alias('CA')][string]$aCodec = 'copy',
Expand Down

0 comments on commit b6f06a0

Please sign in to comment.