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 -
1:01:38
DeVory Darkins
9 hours ago $0.39 earnedSchumer suffers humiliation as critics applaud Trump's historic peace deal with Tim Pool
84.9K38 -
56:09
Steven Crowder
14 hours agoBlack Fatigue is Real and I Told Them Why | Black & White on the Gray Issues
466K2.04K -
LIVE
Inverted World Live
6 hours agoSaint's Tomb Opened for First Time in 800 Years for Ancient Ritual | Ep. 121
8,671 watching -
TimcastIRL
4 hours agoNY AG Indicted For FRAUD, Faces 30 Years In Prison, $1 MILLION FINE | Timcast IRL
186K72 -
1:09:16
Man in America
14 hours agomRNA 2.0: This Frightening Tech Can Target Your BRAIN Using Biological Post Codes
29.3K5 -
1:28:31
The Charlie Kirk Show
3 hours agoTHOUGHTCRIME Ep. 100 — Turning Point Halftime? Potatoes and Katie Porter? Hasan the Dog Shocker?
77.8K26 -
LIVE
SpartakusLIVE
5 hours agoNEW Update, NEW Meta || Zombies Mode is BACK - Smokes NURFED
505 watching -
13:10
Robbi On The Record
3 hours ago $0.05 earnedThe War on Christians | China’s Surveillance & Nigeria’s Killing Fields
24.9K23 -
1:24:49
Flyover Conservatives
22 hours agoYour Home Just Became a Healing Room — The Truth About Red Light & Med Bed - Jonathan Otto | FOC Show
25.5K3