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
-
49:33
EEVblog Channel
1 month ago $0.03 earnedEEVblog 1699 - µTimer PROJECT Part 1 - The LCD
953 -
LIVE
Game On!
16 hours agoWise Guys Reveal NFL Week 2 BEST BETS Now
8,399 watching -
49:04
The Why Files
6 days agoMajestic 12 | Secret Documents Expose UFO Cover-Up Vol. 1
31K55 -
12:29
The Quartering
16 hours agoFBI Admits ACCOMPLICE In Charlie Kirk Assassination! Ring Doorbell Camera Footage & Phone Calls!
98.9K370 -
30:41
Crowder Bits
1 day agoEXCLUSIVE: Charlie Kirk Eyewitness Details Shooting "Sacrifice Your Life For What You Believe In."
44K99 -
4:14
The Rubin Report
1 day agoDave Rubin Shares Behind-the-Scenes Story of What Charlie Kirk Did for Him
77.1K59 -
1:58:58
Badlands Media
1 day agoDevolution Power Hour Ep. 389: Psyops, Patsies, and the Information War
117K178 -
2:13:55
Tundra Tactical
11 hours ago $16.45 earnedTundra Talks New Guns and Remembers Charlie Kirk On The Worlds Okayest Gun Show Tundra Nation Live
62.8K13 -
1:45:08
DDayCobra
13 hours ago $43.11 earnedDemocrats Caught LYING Again About Charlie Kirk's KILLER
97.2K101 -
19:23
DeVory Darkins
15 hours ago $21.59 earnedShocking Update Released Regarding Shooter's Roommate as Democrats Issue Insane Response
83.7K188