script
Go to file
Steve Dogiakos 53b5641f5e
Rename batch_convert_mkv_to_mp4_delete_recursively to gpu-accelerated-conversion.bat
2023-11-14 15:18:36 -07:00
README.md Update README.md 2023-11-14 15:18:05 -07:00
gpu-accelerated-conversion.bat Rename batch_convert_mkv_to_mp4_delete_recursively to gpu-accelerated-conversion.bat 2023-11-14 15:18:36 -07:00
merge-to-folder-name.bat Rename merge_split_AVIs.bat to merge-to-folder-name.bat 2023-11-14 15:17:14 -07:00

README.md

ffmpeg-scripts

Overview

This repository, "ffmpeg-scripts," contains a collection of batch scripts designed to simplify and automate various video processing tasks using FFmpeg. These scripts are particularly useful for batch video conversion, merging split video files, and leveraging GPU acceleration for efficient video processing.

Scripts in This Repository

1. gpu-accelerated-conversion.bat

Similar to convert-to-mp4.bat, but utilizes NVIDIA GPU acceleration for faster processing. Requires an NVIDIA GPU and appropriate drivers.

4. merge-to-folder-name.bat

An iteration of merge-split-files.bat that names the output file after the folder it resides in, providing a convenient way to organize merged files.

Installation

  1. Install FFmpeg: Ensure FFmpeg is installed on your system and added to your PATH.
  2. Clone the Repository: Use git clone to clone this repository to your local machine.
    git clone https://github.com/your-username/ffmpeg-scripts.git
    
    

Navigate to the Script: Open the folder containing the cloned scripts.

Usage

General Usage

Place the desired script in the directory with your video files. Double-click the script to run it. For GPU-accelerated scripts, ensure you have a compatible NVIDIA GPU. Specific Script Usage

  • convert-to-mp4.bat: Right-click on the script and select 'Run as administrator' to convert all .mkv files in the folder to .mp4.
  • gpu-accelerated-conversion.bat: Requires an NVIDIA GPU. Right-click and run as administrator to convert video files using GPU acceleration.
  • merge-split-files.bat & merge-to-folder-name.bat:
  • These scripts merge video files split into parts. Ensure the files are correctly named (e.g., 'CD1', 'CD2') before running.

Disclaimer

  • Always back up your video files before using these scripts.
  • These scripts are provided as-is, and while they have been through limited testing, the creator is not responsible for any data loss or damage resulting from their use.