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
6142 -
LIVE
LFA TV
10 hours agoLIVE & BREAKING NEWS! | THURSDAY 10/16/25
11,560 watching -
LIVE
Game On!
16 hours agoTwo 40 Year Old QBs BATTLE It Out On Thursday Night Football!
129 watching -
1:22:45
Tucker Carlson
10 hours agoTucker & Steve Bannon on Jay Jones’ Desire to Genocide Republican Kids and the Future of the Right
74.6K142 -
12:21
Ken LaCorte: Elephants in Rooms
17 hours ago $0.85 earnedWill Trump Take Greenland?
2.58K9 -
36:57
RiftTV
10 hours agoPREMIERE: DC Dive with Jordan Conradson | Guest: Ben Bergquam | Pilot Episode #1
4.79K2 -
8:35
Faith Frontline
12 hours agoAndrew Huberman Just SHOCKED The World With His Belief in God
2.17K1 -
LIVE
BEK TV
23 hours agoTrent Loos in the Morning - 10/16/2025
225 watching -
1:58:09
Dialogue works
2 days ago $3.65 earnedLarry C Johnson & Paul Craig Roberts: Can peace be imposed on Israel? - Russia and China Step In
29K15 -
8:10
Nate The Lawyer
2 days ago $3.04 earnedNY AG Letitia James Pattern | All 3 Mortgages Have False Statements
18.4K20