A.just ask any pro chat-ai(chatgpt/grok etc),it show you how to make commands (you need install PYTHON and FFMPEG)(or some plugin,just chat to ai,it will teach you all) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ txt command start::::::::::::::(just save to .txt,change name to .py then click it to run program,it will auto work at where you put the .py's folder,make every 16pic to 1 ANIMATED JUST NEED "2~3sec" for old computer)
import os import subprocess from math import ceil
# framerate = 8 # FPS (1 sec : how much pics) (8=very slow,16=quick,24=high speed,32=very high fast) width = 0 # size (0 = original size) quality = 100 # pic quality (1~100,100 is best) batch_size = 16 # (how much pic 1 stack, 16 = every 16-pic make 1-animated webp) output_prefix = "part_1" # make file name
# pngs = sorted([f for f in os.listdir('.') if f.lower().endswith('.png')])
if not pngs: print("[X] cannot find any PNG pics。") exit(1)