Teardown – Faster Screen Recording Built-in mod (makemovie.bat)

Teardown – Faster Screen Recording Built-in mod (makemovie.bat) 1 - steamlists.com
Teardown – Faster Screen Recording Built-in mod (makemovie.bat) 1 - steamlists.com

How?

Edit the file
 
If u don’t have Nvidia card
 
 

 @echo off

for /f "usebackq" %%x in (`powershell "get-date -f yyyy-MM-dd-HH-mm-ss"`) do set timestamp=%%x

if exist "ffmpeg.exe" (
 ffmpeg.exe -framerate 60 -i capture/%%4d.jpg -i capture/audio.wav -acodec aac -vcodec h264 -preset slow -profile:v high -crf 20 %timestamp%.mp4
) else (
 @echo on
 echo ffmpeg.exe not found
 echo ------------------------------
 echo Download a Windows build of FFmpeg from https://www.ffmpeg.org - [ffmpeg.org] 
 echo Place the ffmpeg.exe file in this folder and run this script again
 echo ------------------------------
 pause
) 

 
If u have Nvidia card
 
 

 @echo off

for /f "usebackq" %%x in (`powershell "get-date -f yyyy-MM-dd-HH-mm-ss"`) do set timestamp=%%x

if exist "ffmpeg.exe" (
 ffmpeg.exe -framerate 60 -i capture/%%4d.jpg -i capture/audio.wav -acodec aac -vcodec h264_nvenc -preset slow -profile:v high -crf 20 %timestamp%.mp4
) else (
 @echo on
 echo ffmpeg.exe not found
 echo ------------------------------
 echo Download a Windows build of FFmpeg from https://www.ffmpeg.org - [ffmpeg.org] 
 echo Place the ffmpeg.exe file in this folder and run this script again
 echo ------------------------------
 pause
) 

 
 

Written by kch01

 
 
This is all about Teardown – Faster Screen Recording Built-in mod (makemovie.bat); I hope you enjoy reading the Guide! If you feel like we should add more information or we forget/mistake, please let us know via commenting below, and thanks! See you soon!
 
 


Be the first to comment

Leave a Reply

Your email address will not be published.


*