powershell to turn video files into looping apng files at high quality with ffmpeg, and friendlyfriend :3
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user