mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-25 08:16:04 +00:00
3 lines
150 B
Batchfile
3 lines
150 B
Batchfile
SET "PATH=C:/Program Files/CodeAndWeb/TexturePacker/bin;%PATH%"
|
|
|
|
forfiles /s /m *.gif /c "cmd /c mkdir @FNAME && ffmpeg -i "@FILE" @FNAME/%%04d.png" |