Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.
Additional planned maintenance will occur with downtime the entire day of 3/15.
[233 / 79 / ?]

Hacking WebM to act like WebP

No.68430296 View ViewReplyOriginalReport
Script from last thread:
for %%f IN (*.png, *jpg) do (
ffmpeg -loop 1 -i "%%f" -filter:v hqdn3d=8.0:8.0:10.0:10.0 -c:v libvpx -qmin 16 -qmax 16 -quality best -t 2 -r 1 "%%~nf.webm"
)


>*NEW* processes both PNG and JPG with a single script
>*NEW* post processing added to increase compression