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
-
16:07
EEVblog Channel
1 year ago $0.05 earnedEEVblog 1586 - Stranger Things Decade Resistor Box + Repair
6152 -
LIVE
Redacted News
59 minutes agoHIGH ALERT! Trump pushes "land war" in Venezuela, and Russia goes nuclear | Redacted News Live
15,319 watching -
1:06:06
vivafrei
2 hours agoAnother Illegal Alien Kills Americans! Candace Owens Promises to Violate Kirk Gag Order? & MORE!
91.6K17 -
1:42:30
The Quartering
2 hours agoTrump Blamed For NBA Rigging Scandal, Major X Change Renders Site Useless, Church Nonsense
115K24 -
LIVE
MattMorseTV
4 hours ago $38.33 earned🔴Trump makes URGENT ANNOUNCEMENT.🔴
4,013 watching -
LIVE
Side Scrollers Podcast
4 hours ago🔴FIRST EVER RUMBLE SUB-A-THON🔴DAY 4🔴WAKE YOUR ASS UP!
888 watching -
LIVE
The White House
2 hours agoPresident Trump Makes an Announcement, Oct. 23, 2025
2,351 watching -
1:04:21
DeVory Darkins
4 hours agoDemocrats PANIC by launching ICE doxxing portal as Newsom suffers MAJOR LEGAL BLOW
141K63 -
LIVE
StoneMountain64
3 hours agoBattlefield 6 Battle Royale Prep and Season 1 is coming
77 watching -
42:20
Rebel News
2 days agoTommy Robinson tours Jerusalem's historic City of David
10.5K30