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
11 months ago $0.18 earnedEEVblog Random LIVE
4876 -
LIVE
Major League Fishing
3 days agoLIVE! - Fishing Clash Team Series: Heritage Cup - Day 1
7,315 watching -
1:45:51
Game On!
19 hours ago $7.30 earnedWise Guys Reveal NFL Week 2 BEST BETS Now
38.9K4 -
26:57
Robbi On The Record
1 day agoMouth Breathing Is Why You’re Exhausted | with Dr. Melanie Silvestrini
2131 -
LIVE
Total Horse Channel
2 hours ago2025 Reno Snaffle Bit Futurity | Sunday Finals
210 watching -
40:44
SouthernbelleReacts
6 days ago $0.38 earned“Event Horizon (1997) Reaction | Hellraiser in Space with Sam Neill & Laurence Fishburne”
4.22K2 -
10:49
Artur Stone Garage
3 days ago $0.41 earnedI Spent $2000 on My Turbo Honda Civic Build (Before & After)
6.82K5 -
0:44
Danny Rayes
15 hours ago $0.53 earnedDid Someone Know It Was Going To Happen?
5.03K2 -
15:03
World2Briggs
22 hours ago $0.82 earnedShocking Home Prices in Florida's Cheapest Towns!
7.09K -
58:02
ChopstickTravel
4 days ago $0.09 earnedBillionaire Food in Dubai 🇦🇪 Super Luxury MICHELIN +WAGYU + CAVIAR in UAE!
4.66K