PNGtoAPNG
- Digital0 JPY

連番の.PNGをAPNG(アニメPNG)に変換するバッチファイルです。 This is a batch file that converts sequential .PNG files to APNG (animated PNG). フォルダの中に入っている連番PNGから1つの統合されたアニメーションPNG(APNG)に一括で変換します。 ※ このバッチファイルは FFmpegがインストールされているPCで動作します。 ■利点 ・大量のPNG画像を効率的にAPNG形式に変換するのに便利です。 ・バッチファイルの中を編集することによってFPSの変更が可能です。 ・もとのPNGファイルは変更されません(安全) This is a batch file that converts sequential .PNG files to APNG (animated PNG). This is a batch file that converts sequential .PNG files to APNG (animated PNG). It converts sequential PNG files in a folder into a single animated PNG (APNG) file in one go. ※ This batch file requires FFmpeg to be installed on your PC. ■Advantages ・Convenient for efficiently converting large numbers of PNG images to APNG format. ・The FPS can be changed by editing the batch file. ・The original PNG files remain unchanged (safe).
■内容物
PNGtoAPNG_v1.bat
■基本的な使用方法(バッチ処理)
例えば、input_00000,png, input_00001,png input_00002,pngを APNG(animation.png) に変換する場合。 1. このバッチファイルを変換したいPNGファイルと同じフォルダに配置 2. FFmpegがインストールされていることを確認(すでにインストールしてある場合はこの手順は不要) 3. バッチファイルを実行してください 4. animation.png(連番PNGが統合された1つのPNG)とエラーログ(apng_error.log)が生成されます
■動作環境
Windows 11 ※ このバッチファイルは FFmpegがインストールされているPCで動作します。