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
-
4:58
EEVblog Channel
1 year ago $0.10 earnedeevBLAB 117 - The Youtube Bot Comment Problem
61510 -
LIVE
TheSaltyCracker
40 minutes agoTrump Tower Bombed w/ Cybertruck ReeEEeE Stream 01-01-25
17,346 watching -
LIVE
FreshandFit
7 hours agoElon Musk BETRAYAL & Mass Censorship On X
10,573 watching -
2:25:43
Darkhorse Podcast
7 hours agoLooking Back and Looking Forward: The 258 Evolutionary Lens with Bret Weinstein and Heather Heying
69.2K172 -
5:50:16
Pepkilla
6 hours agoRanked Warzone ~ Are we getting to platinum today or waaa
44.2K7 -
LIVE
BrancoFXDC
4 hours ago $1.82 earnedHAPPY NEW YEARS - Road to Platinum - Ranked Warzone
374 watching -
5:53
SLS - Street League Skateboarding
5 days agoBraden Hoban’s San Diego Roots & Hometown Win | Kona Big Wave “Beyond The Ride” Part 2
52.5K12 -
6:03:57
TheBedBug
9 hours ago🔴 LIVE: EPIC CROSSOVER - PATH OF EXILE 2 x MARVEL RIVALS
43.3K1 -
1:12:45
The Quartering
7 hours agoTerror In New Orleans, Attacker Unmasked, Tesla BLOWS UP At Trump Tower! Are We Under Attack?
104K117 -
1:32:08
Robert Gouveia
8 hours agoNew Year TERROR; Trump Speaks at Mar-a-Lago; Speaker Johnson FIGHT
88.1K80