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
903 -
LIVE
Akademiks
3 hours agoICEMAN EPISODE 3
16,136 watching -
2:04:10
Inverted World Live
5 hours agoThe Robots Are Here | Ep. 103
43.6K2 -
1:21:53
Man in America
13 hours agoInflation, Debt & War: The 2032 Crash Cycle Is Here—Nations Will FALL w/ Martin Armstrong
11.5K17 -
1:53:48
Adam Does Movies
12 hours agoTalking Movies + Ask Me Anything - LIVE
3.99K -
2:55:43
TimcastIRL
4 hours agoTrump DOJ To Ban Trans People From Owning Guns After Catholic School Shooting | Timcast IRL
149K89 -
The Quartering
3 hours agoBaldur's Gate 3 First Playthrough!
26.8K4 -
LIVE
Rallied
6 hours ago $0.22 earnedWarzone Solo Challenges
429 watching -
57:40
MattMorseTV
5 hours ago $0.21 earned🔴Trump just SHATTERED the RECORD.🔴
39.1K83 -
43:39
WickedVirtue
2 hours agoLate Night Spooky Plays
12K1