7 lines
265 B
PowerShell
7 lines
265 B
PowerShell
param(
|
|
# powershell is factually gay idkl why its such a shit
|
|
[Parameter(Mandatory=$True, Position=0)]
|
|
[string]$Filename
|
|
)
|
|
# apng is far hjigher quality and also preserves transparancy :activated:
|
|
ffmpeg -i "$Filename" -plays 0 -f apng "$Filename.apng" |