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.05 earnedEEVblog 1585 - SCAM! Portable Kinetic Molecular Heater BUSTED
4644 -
15:17
Actual Justice Warrior
2 days agoBLM Leader CONVICTED Of Fraud
2.33K14 -
13:19
Zoufry
2 days agoThe Grandpa Gang Who Robbed a Bang For $16 Million
1214 -
2:18:45
The China Show
3 days agoChinese Citizens STRIKE BACK + China's Sick New Punishment Exposed - #282
5973 -
25:20
The Chris Cuomo Project
23 hours agoChris Cuomo EXPOSES Lies Behind the Government Shutdown
5.52K31 -
21:03
Nate The Lawyer
1 day ago $1.65 earnedChicago Mayor Brandon Johnson Under Fire Over ‘Defund’ Remarks Amid Crime Concerns
6.2K8 -
8:05
MattMorseTV
16 hours ago $10.26 earnedSchumer’s SECRET AGENDA just got EXPOSED.
40.1K36 -
16:37
Robbi On The Record
10 hours ago $1.58 earnedThe Theater of Manufactured Outrage - When Left and Right Dance for the Same Puppet Master
4.59K2 -
14:31
Sponsored By Jesus Podcast
18 hours agoSATAN Knows Scripture Better Than You | Reading the Bible
6.66K2 -
2:50:36
Side Scrollers Podcast
18 hours agoMore Violent Attacks on Speakers + Hollywood DEMANDS “Free Speech” + More | Side Scrollers
14K16