forked from kajott/kkapture
-
Notifications
You must be signed in to change notification settings - Fork 3
Home
DemoJameson edited this page Apr 27, 2023
·
18 revisions
.kkapture
is a small tool that produces video+audio captures of apps (usually demos). Unlike OBS Studio, it does not run in realtime; instead, it makes the demos run at a given, fixed framerate you can specify beforehand. In other words, .kkapture can make 60fps video captures of any demo your computer can run, even if each frame takes several seconds to render.
- .kkapture does not work with .Net 7.0 Everest, frames drop and no audio
-
download then start
kkapture.exe
, browserCeleste.exe
- creat a file called
steam_appid.txt
with the content504230
in your celeste folder if you are using Steam Celeste - add argument
--graphics OpenGL
if you are using FNA Celeste - add argument
--tas path
if you want to playback tas at launch - select your codec of choice
- hit
kkapture!
run the game, if the game is already running, please close it first - run TAS normally
- press
right alt
to close the game when tas finished, or add ExitGame command into tas to force close the game - you will get
Celeste.xx.avi
orCeleste.mp4 and Celeste.wav
(if you select x264 as encoder) - if you select x264 as encoder, drag and drop the
Celeste.mp4
onto thetools/combine_mp4+wac_to_mp4.bat
file will merge it with theCeleste.wav
and output theCeleste_with_audio.mp4
- done