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
-
19:25
EEVblog Channel
1 year ago $0.06 earnedEEVblog 1585 - SCAM! Portable Kinetic Molecular Heater BUSTED
4704 -
29:37
Midwest Crime
1 day ago5 Cops Shot as Minnesota Raid Turns into Chaos
281 -
11:08
It’s the Final Round
11 hours ago💰NFL Week 6 Best Bets🔥Player Prop Picks, Parlays, Predictions FREE Today October 12th
41 -
29:03
itsSeanDaniel
2 days agoIllegal Migrants REVEAL How They're INVADING Europe 🇪🇺
2.09K5 -
8:08
MattMorseTV
15 hours ago $9.83 earnedThe USA - China TRADE WAR just went NUCLEAR.
16.8K27 -
20:22
Real Estate
8 days ago $3.72 earnedNumber 1 Indicator Home Prices ARE ABOUT TO CRASH
4.64K2 -
30:09
Afshin Rattansi's Going Underground
17 hours ago‘Gaza Will Haunt Israel for Generations’- Mika Almog Granddaughter of Former President Shimon Peres
7.39K6 -
15:36
Nikko Ortiz
13 hours agoBring Back Public Shaming...
9.09K7 -
2:43:41
Side Scrollers Podcast
19 hours agoAsmongold Says The Online Left Are “ANIMALS” + Hasan Collar-Gate Gets WORSE + More | Side Scrollers
17.4K14 -
1:33:41
Dinesh D'Souza
2 days agoThe Dragon's Prophecy Film
85.3K58