Search Results

Found 1 results for "14084a33194bbac5ca7edaa948152e03" across all boards searching md5.

Kiker !!m8ZMOnWSI0a/g/106025382#106028969
7/26/2025, 3:24:34 AM
OP here, I updated the CLI input and even made it a script you can save and launch as a file. I don't really notice any quality improvements doing this vs saving from the webp file but idk, this is more "correct" I guess?

for %%f in (*.png) do (
ffmpeg -framerate 1 -stream_loop 1 -i "%%f" -c:v libvpx-vp9 -quality best -crf 10 -qmin 10 -qmax 10 -pix_fmt yuv420p "%%~nf.webm"
)