mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-27 17:26:11 +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"
|