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
-
19:25
EEVblog Channel
1 year ago $0.05 earnedEEVblog 1585 - SCAM! Portable Kinetic Molecular Heater BUSTED
4584 -
LIVE
The Bubba Army
20 hours agoFeds STEP IN on Charlotte Stabbing Case - Bubba the Love Sponge® Show | 9/10/25
5,386 watching -
LIVE
FyrBorne
9 hours ago🔴Warzone M&K Sniping: An Old Meta Returns To Cut Down The Competition
26 watching -
25:54
ZeeeMedia
12 hours agoThe Shadow Government, Mask Plague, Nepal Uprising Topples Government | Daily Pulse Ep 104
5.83K23 -
LIVE
Biscotti-B23
5 hours ago🔴 LIVE DRAGON BALL GEKISHIN SQUADRA IS HERE 🐉 RANKED MATCHES & BATTLE PASS SHOWCASE
11 watching -
27:40
TheRoyaltyAutoService
14 hours ago $0.05 earnedHow To Replace A Battery Like A Professional!
39 -
LIVE
B2ZGaming
4 hours agoTwo For Tuesday!!! | B2Z Gaming
11 watching -
LIVE
BBQPenguin_
2 hours agoExtraction Action! Looting & PVP
7 watching -
8:52
The Art of Improvement
19 hours ago7 Habits Of Unsuccessful People You Don’t Want To Copy
42 -
36:17
Uncommon Sense In Current Times
15 hours agoIs Humanism A Religion in Disguise: A Discussion with Humanist Stephen Law - Part 1
8.57K