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
4714 -
LIVE
Timcast
54 minutes agoTrump NUKING H1B, Overhauls Immigration, Democrats LOSE IT
17,902 watching -
LIVE
The Charlie Kirk Show
35 minutes agoThe Rise of Leftwing Violence + Banning Sharia + The Saad Truth | Sen. Tuberville, Dr. Gad Saad
4,412 watching -
1:16:41
Steven Crowder
3 hours agoFacts Based "Racism" | Black & White on the Gray Issues Pt. 2
201K446 -
LIVE
Nikko Ortiz
1 hour agoYou Have A GUN?! | Rumble Live
233 watching -
9:38
ARFCOM News
1 day ago $0.33 earnedThey Made Red Flags WORSE?!? + Betrayed By Fudd RSO! + Another Chance To End The NFA
1291 -
1:48:54
Benny Johnson
2 hours ago🚨Pelosi SNAPS At Question About January 6th CRIMES, PANIC Across DC as Bolton Indictment Imminent
28.4K31 -
LIVE
The Shannon Joy Show
2 hours agoCancer Culture: Why Is Government Hiding Stats? Is Ivermectin The Cure? With Dr. William Makis
273 watching -
LIVE
Grant Stinchfield
23 hours agoThe Victory for Peace Sets Up the Next Wave of Terror... 2000 Jihadists Set Free!
72 watching -
40:54
The Rubin Report
1 hour agoThis Fight Over RFK Jr. Was So Big It Could Be Cheryl Hines Last Time on 'The View'
4.39K11