powershell to turn video files into looping apng files at high quality with ffmpeg, and friendlyfriend :3
This commit is contained in:
@@ -64,6 +64,7 @@ script=/tmp/install_script.sh && curl -s https://raw.githubusercontent.com/Princ
|
|||||||
|
|
||||||
#### for fun
|
#### for fun
|
||||||
* `donut`
|
* `donut`
|
||||||
|
* `friendlyfriend`
|
||||||
|
|
||||||
#### media
|
#### media
|
||||||
* `easylistdownload`
|
* `easylistdownload`
|
||||||
|
|||||||
@@ -4,4 +4,4 @@ param(
|
|||||||
[string]$Filename
|
[string]$Filename
|
||||||
)
|
)
|
||||||
# apng is far hjigher quality and also preserves transparancy :activated:
|
# apng is far hjigher quality and also preserves transparancy :activated:
|
||||||
ffmpeg -i "$Filename" -plays 0 -f apng -lavfi split[v],palettegen,[v]paletteuse "$Filename.apng"
|
ffmpeg -i "$Filename" -plays 0 -f apng "$Filename.apng"
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
while (true); do
|
||||||
|
clear
|
||||||
|
ponysay $(polygen /usr/share/polygen/eng/pornsite.grm | awk '{print $3}')
|
||||||
|
sleep 5
|
||||||
|
done
|
||||||
Reference in New Issue
Block a user