This batch script automates the process of adding part numbers as text overlays to video files (Part*.mp4) using FFmpeg. It sequentially numbers each video and saves the processed files in a designated output folder.
- Processes all
Part*.mp4files in the script's directory. - Adds a part number overlay to each video.
- Saves processed videos in a separate
Processed_Videosfolder. - Preserves original audio without re-encoding.
- FFmpeg must be installed and added to the system PATH.
- Place all
Part*.mp4videos in the same folder as the script. - Run the batch file:
process_videos.bat