/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources
Simple Handbrake CLI Batch File
I was looking for a simple bat file for HandBrake CLI to fascilitate the transcoding all my videos in a specific directory, but didn’t really find one online. So I wrote this one. Hopefully, someone will find a use for it.
For those not familiar with batch scripts, this particular script changes to the F: drive, changes to the directory “Movies”, and then for each file with the extension “.vob” it runs Handbrake, transcodes the video using the “AppleTV 3” preset, and then deletes the old video file.
@echo off
f:
cd \Movies
FOR %%! IN (“*.vob”) DO (
c:\handbrake\HandbrakeCLI.exe -i %%! -o %%!.mp4 –preset=^”AppleTV 3^”
del /Q %%!
)
c:
CheaperPedals.com – JOYO Pedals
I’ll be buying these soon from CheaperPedals.com…
http://www.cheaperpedals.com/collections/joyo-pedals