Skip to content
This repository was archived by the owner on Apr 1, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 1.27 KB

File metadata and controls

23 lines (14 loc) · 1.27 KB

HandBrake CLI - Windows Context Menu Batch Encode

This is a very simple console application written in C# that allows batch encoding of videos from accessible from the Windows Shell Context menu on folders:

N|HandBrakeCLIContextMenu

N|HandBrakeCLIBatchEncoder

To Get You Started

  1. Download and install HandBrake: HandBrake UI
  2. Download HandBrake CLI (command line utility) HandBrakeCLI
  3. Extract HandBrakeCLI zip and place in folder: "C:\Utilities\HandBrakeCLI"
  4. From the 'dist' folder of this project, copy the file "BatchEncode.exe" to above folder
  5. From the "Context Menu Setup" of this project, edit the "SetupContextMenu.reg" file (using notepad or another text editor):

You'll need to be somewhat familiar writing registry files. Here you set your presets (that you export from HandBrake UI)

  1. Run the "SetupContextMenu.reg" file to import into the registry. You'll then be able to right click on a folder in Windows and select a preset. The batch program will then look for any video files and start the batch job.

Feel free to continue development on this and push back here.