mirror of
				https://github.com/pagefaultgames/pokerogue.git
				synced 2025-11-03 18:01:23 +01: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" |