- Added Flash projects for Patty, Grunge, Kneemoi, and Contessa In Jail. - Added a version of the jail door slam sound. - Added a script to automate building animations from the above two things.
1 line
263 B
Batchfile
1 line
263 B
Batchfile
ffmpeg -framerate 8 -i %1InJail%%04d.png -i "D:\Code\Unity\VRChat Worlds\witwics\Raw Files\Jail Metal Door - Berlin Atmospheres 0307 - With Lead-In.wav" -vf "scale=640:360" -c:v libx264 -b:v 128k -pix_fmt yuv420p -c:a aac -b:a 96k -movflags faststart %1InJail.mp4 |