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
5922 -
LIVE
SpartakusLIVE
1 hour agoMega SOLO Spartan Stream - 12 hours?! HA || Variety Later?!
5,868 watching -
8:18
MattMorseTV
1 hour ago $0.80 earned2.2 MILLION in ONE YEAR.
1.74K21 -
14:37
Colion Noir
4 hours agoCanadian Police Chief Urges Citizens To Comply With Home Invaders And Hide
22.5K22 -
1:18:54
Jeff Ahern
2 hours ago $9.74 earnedThe Sunday Show with Jeff Ahern
39.8K2 -
32:05
Tactical Advisor
2 hours agoNew Thermal Target for the Military | Vault Room Live Stream 038
23.9K2 -
LIVE
GamerGril
1 hour agoThe Evil Within 2 💕 Pulse Check 💕 Still Here
77 watching -
LIVE
ttvglamourx
5 hours ago $0.26 earnedPLAYING WITH VIEWERS !DISCORD
79 watching -
LIVE
TheManaLord Plays
7 hours agoMANA SUMMIT - DAY 2 ($10,200+) | BANNED PLAYER SMASH MELEE INVITATIONAL
189 watching -
LIVE
Jorba4
2 hours ago🔴Live-Jorba4- The Finals
71 watching