Tutorial - Let's Plays/Videos für Youtube rendern/konvertieren mit FFmpeg
In diesem Tutorial möchte ich Euch zeigen wie ich meine Videos für Youtube enkodiere. Dazu verwende ich FFmpeg(ffmpeg.org). FFmpeg ist eine sehr leistungsfähige Toolsammlung zum Bearbeiten von Audio und Video. Allerdings ist FFmpeg sehr sehr Kommandozeilenlastig.
Aber kein Problem. Ich hab das ja für Euch schon gemacht.
--enc-letsplay.bat----------------------------------------------
@rem http://web.archiveorange.com/archive/v/DUtyPN7IUfQI8C5iKdLg
SET FREQIMPROVE=[0:2]^
equalizer=f=31.5:width_type=o:width=1:g=-5,^
equalizer=f=63:width_type=o:width=1:g=0,^
equalizer=f=125:width_type=o:width=1:g=0,^
equalizer=f=250:width_type=o:width=1:g=0,^
equalizer=f=500:width_type=o:width=1:g=0,^
equalizer=f=1000:width_type=o:width=1:g=0,^
equalizer=f=8000:width_type=o:width=1:g=9,^
equalizer=f=16000:width_type=o:width=1:g=17[a]
SET COMPRESS=[a]compand=.1^|.3:1^|1:-90/-90^|-70/-51^|-50/-32^|-31/-22^|-21/-10^:6:5:-90:0.2[b]
SET AUDIOMERGE=[0:1][b]amix=inputs=2:duration=first
ffmpeg -y -threads 2 -i %2 -filter_complex "%FREQIMPROVE%;%COMPRESS%;%AUDIOMERGE%" -c:v libx264 -b:v %1k -c:a libvo_aacenc %3
-enc-list.bat-----------------------------------------------
set PATH=%PATH%;"C:\Program Files (x86)\ffmpeg\bin"
call enc-letsplay.bat 3000 "DeinVideo.avi" DeinVideofuer youtube.mp4
rem call enc-letsplay.bat 5000 "Dein Video hier.avi" videoout01.mp4
rem call enc-letsplay.bat 5000 "Dein Video hier 2.avi" videoout02.mp4
rem shutdown /s /f
Meine Apps: https://play.google.com/store/apps/developer?id=Drumlin+Entertainment
Twitter: https://twitter.com/luebkemc
Merch: https://www.spreadshirt.de/shop/user/drumlin/
T-Shirts und mehr: https://drumlin-design.creator-spring.com