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 16:07EEVblog Channel1 year ago $0.05 earnedEEVblog 1586 - Stranger Things Decade Resistor Box + Repair6262
- 	
				 1:19:51 1:19:51DeVory Darkins1 hour agoNewsom EXPOSED after latest bombshell and Democrats pulls shocking stunt regarding shutdown4.33K5
- 	
				 1:10:12 1:10:12The Quartering1 hour agoFood Wars Begin! Terror Plot Foiled & Much More!19K15
- 	
				 1:09:50 1:09:50The Culture War with Tim Pool2 hours agoJamaica Hurricane Predicts POLE SHIFT, The END Is Nigh | The Culture War with Tim Pool89.3K59
- 	
				 LIVE LIVELara Logan9 hours agoSHOTS FIRED: The Tyranny of Big Pharma Exposed with Dr. Sherri Tenpenny | EP 42 | Lara Logan565 watching
- 	
				 LIVE LIVEPlayback Request Live38 minutes agoPRL LIVE @ DREAMHACK!!55 watching
- 	
				 1:03:55 1:03:55Sean Unpaved2 hours agoRavens' Resurrection Night: Lamar Buries Miami, NFL/CFB Spooky HC Shifts, & Kalshi's Week 9/10 Odds!3.32K
- 	
				 2:16:48 2:16:48Film Threat1 day agoHALLOWEEN HORROR + BACK TO THE FUTURE RERELEASE + MORE REVIEWS | Film Threat Livecast1.41K
- 	
				 1:21:16 1:21:16Steven Crowder5 hours ago10th Annual Halloween Spooktacular: Reacting to the 69 Gayest Horror Movies of All Time258K140
- 	
				 57:39 57:39The Rubin Report3 hours agoKamala Gets Visibly Angry as Her Disaster Interview Ends Her 2028 Election Chances29.4K53