[233 / 79 / ?]
Quoted By: >>68430301 >>68430398 >>68430695 >>68430784 >>68430795 >>68432367 >>68433608 >>68433878 >>68434195 >>68434242 >>68434415 >>68436868 >>68437686 >>68441723 >>68447071 >>68448736 >>68449553
Script from last thread:
>*NEW* processes both PNG and JPG with a single script
>*NEW* post processing added to increase compression
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