Skip to content

Commit ae7c136

Browse files
author
James Brundage
committed
fix: Fixing Pixelate Extension Overquoting ( Fixes #300 )
1 parent 63acf19 commit ae7c136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/Pixelate.RoughDraft.Extension.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ $PixelationHeight
2626
if (-not $PixelationHeight) { $PixelationHeight = $PixelationWidth }
2727

2828
"-vf"
29-
"`"scale='$($PixelationWidth):$PixelationHeight',scale='$($mediaInfo.Resolution -replace 'x', ':'):flags=neighbor'`""
29+
"scale='$($PixelationWidth):$PixelationHeight',scale='$($mediaInfo.Resolution -replace 'x', ':'):flags=neighbor'"

0 commit comments

Comments
 (0)