Premium Only Content
My Automated Handbrake Batch File Script
How my automated Handbrake batch file works for transcoding all my original RAW video files using the RTX2060 GPU in H.265 format.
I'm using this to transcode 10's of thousands of raw camera video files.
CODE:
@echo off
REM Loop through each argument (dragged item)
:loop
if "%~1"=="" goto end
REM Create a directory for the current item
mkdir "D:\video\temp\%~n1"
FOR /F "tokens=*" %%G IN ('DIR "%~1" /B /S /A:-d') do (
FOR /F "tokens=*" %%H IN ('DIR "%%G" /B /A:-d') do (
"C:\Program Files\Handbrake\HandBrakeCLI" -i "%%G" --optimize -o "D:\video\temp\%~n1\%%~nH.mp4" -e nvenc_h265 -q 26 --cfr --aencoder av_aac --verbose=1
)
)
REM Shift arguments to process the next item
shift
goto loop
:end
pause
END CODE
If you find my videos useful you may consider supporting the EEVblog on Patreon: http://www.patreon.com/eevblog
Web Site: http://www.eevblog.com
Main Channel: http://www.youtube.com/EEVblog
EEVdiscover: https://www.youtube.com/eevdiscover
AliExpress Affiliate: http://s.click.aliexpress.com/e/c2LRpe8g
Buy anything through that link and Dave gets a commission at no cost to you.
T-Shirts: http://teespring.com/stores/eevblog
#ElectronicsCreators #Handbrake #GPU
-
45:10
EEVblog Channel
1 year ago $0.18 earnedEEVblog Random LIVE
5116 -
LIVE
Graham Allen
48 minutes agoINSANE Libs Are Dressing As Dead Charlie For Halloween… + His Killer Getting Special Treatment??
13,189 watching -
LIVE
Matt Kohrs
7 hours agoStock Market Open: NEW RECORDS & BREAKING NEWS || Live Trading Options & Futures
372 watching -
LIVE
Wendy Bell Radio
4 hours agoWill Democrats Let Americans Go Hungry?
4,492 watching -
DVR
Chad Prather
12 hours agoWhen the Spirit Collides with the Spotlight
19.6K22 -
LIVE
LFA TV
12 hours agoLIVE & BREAKING NEWS! | TUESDAY 10/28/25
3,808 watching -
LIVE
The Chris Salcedo Show
14 hours agoDemocrats Rally Behind Communist Totalitarianism
552 watching -
56:00
Julie Green Ministries
2 hours agoTHE REAL REASON PRESIDENT TRUMP NEVER CONCEDED THE 2020 ELECTION
28K102 -
1:30:18
Game On!
17 hours ago $2.77 earned2025 Sports Equinox Did NOT Disappoint!
8.45K1 -
7:02
Adam Does Movies
18 hours ago $4.79 earnedIT: Welcome To Derry Episode 1 - Review
24.7K3