A collection of Windows batch scripts for common FFmpeg tasks involving image and video processing.
All scripts are located in the scripts/ folder.
vid2gif.bat
Converts a video file to a GIF.
Usage: vid2gif.bat input.mp4 output.gifvid2png.bat
Extracts PNG frames from a video file.
Usage: vid2png.bat input.mp4
Output: PNG images saved in the current foldervid2jpeg.bat
Extracts JPEG frames from a video file.
Usage: vid2jpeg.bat input.mp4
Output: JPEG images saved in the current folderpng2jpeg.bat
Converts all .png images in the current directory to .jpg format.
Usage: png2jpeg.batimg2vid.bat
Creates a video from sequential image files.
Usage: img2vid.bat framerate output.mp4
Assumes input images are named sequentially, e.g., img001.pngvid2proxy.bat
Creates a low-resolution proxy version of a video.
Usage: vid2proxy.bat input.mp4 output_proxy.mp4- FFmpeg must be installed and available in your system PATH.
Feel free to open issues or pull requests to improve the scripts or add new tools.