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
5932 -
LIVE
The Quartering
3 hours agoCharlie Kirk Conspiracies Go TOO FAR, Youtube Re-Bans Everyone & Libs Dying From Tylenol
19,681 watching -
LIVE
Russell Brand
2 hours agoThe Truth About UK Corruption – Andrew Bridgen Speaks Out - SF640
11,196 watching -
LIVE
Side Scrollers Podcast
3 hours agoYouTube ADMITS BLATANT Censorship + California Wants to FINE “Hate Speech” + More | Side Scrollers
1,096 watching -
1:55:59
The Charlie Kirk Show
2 hours agoDebunking the Lies and Smears about Charlie | ThoughtCrime Team | 9.25.2025
48.7K26 -
LIVE
Sean Unpaved
2 hours agoCup Swings, Homer Kings, & TNF Zzzz's
125 watching -
8:13
It’s the Final Round
6 hours ago💰Seahawks vs Cardinals Best Bets🔥Player Prop Picks, Parlays,Predictions FREE Thursday September 25th
8 -
27:22
Rethinking the Dollar
1 hour agoThursday News Update: Satablecoin Issues, War on the Horizon & Markets
491 -
1:01:13
Timcast
2 hours agoAnti ICE Shooter Was Kirk Assassin Copycat, FBI Says Attack Was Planned
147K79 -
2:18:47
Right Side Broadcasting Network
4 hours agoLIVE REPLAY: President Trump Greets Turkey’s President Erdogan - 9/25/25
45.7K24