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.11 earnedeevBLAB 117 - The Youtube Bot Comment Problem
78811 -
1:20:10
FreshandFit
4 hours agoMiami Halloween Street Debate
44.4K29 -
2:06:16
TimcastIRL
8 hours agoTrump Calls For NUCLEAR OPTION, END Filibuster Over Food Stamp Crisis | Timcast IRL
187K101 -
3:58:54
SavageJayGatsby
5 hours ago🎃 Friend Friday – Halloween Edition! 👻🕷️
15.5K -
16:16
Robbi On The Record
12 days ago $13.14 earnedThe Dark History of Halloween | What You Should Know
48.4K40 -
58:18
Flyover Conservatives
23 hours agoThe Truth About Halloween that You DIDN’T Know - Holiday Special - Historian Bill Federer | FOC SPECIAL Show
30.3K1 -
3:10:46
Ellie_roe
4 hours agoEllie and Errys Halloween Spooktacular || Random Horror Games
11K -
50:27
Sarah Westall
5 hours agoBig Banks Caught Rigging Market, IMF tells World to “Buckle Up” w/ Andy Schectman
17.7K5 -
13:54
Degenerate Jay
12 hours ago5 Best Superhero Movies To Watch On Halloween
11.1K2 -
59:03
NAG Podcast
5 hours agoSarah Fields: BOLDTALK W/Angela Belcamino
17.7K5