简介
网址
HLAE中文站:https://hlae.site/
HLAE论坛:https://forum.hlae.site/
CFG预设 For CS2:https://github.com/Purple-CSGO/CS2-Config-Presets
CFG预设网盘下载:https://purp1e.lanzouj.com/b01lzyyfg 密码:41wc
环境配置
HLAE安装位置 = D:\hlae
FFmpeg安装 = HLAE安装位置\ffmpeg\bin\ffmpeg.exe
隔离设置文件夹 = D:\cs2
CS2路径 = 游戏位置\game\bin\win64\cs2.exe
CFG路径 = 游戏位置\game\csgo\cfg
启动设置
程序路径:游戏位置\game\bin\win64\cs2.exe
必选命令行(启动项):-steam -insecure +sv_lan 1 -afxDisableSteamStorage
DLL:x64\AfxHookSource2.dll
USRLOCALCSGO=隔离设置文件夹路径
命令行务必添加 -afxDisableSteamStorage 否则会被steam云同步干扰,无法隔离设置
录制原理指令
mirv_streams record name "D:\record"; // 录制文件保存位置 [修改]
mirv_streams record screen enabled 1; // 开启屏幕捕获(类似分层的raw层)
mirv_streams record fps 300; // 设置录制帧率 300fps
// 自定义定义ffmpeg录制设置 c1
mirv_streams settings add ffmpeg c1 "-c:v libx264 -preset 1 -crf 4 -qmax 20 -g 300 -keyint_min 1 -pix_fmt yuv420p -x264-params ref=3:me=hex:subme=3:merange=12:b-adapt=1:aq-mode=2:aq-strength=0.9:no-fast-pskip=1 {QUOTE}{AFX_STREAM_PATH}\video.mp4{QUOTE}"
// 设置默认录制设置为c1 | afxDefault => 默认设置 | 可以改成其它层分别设置
mirv_streams settings edit afxDefault settings c1;
mirv_streams record start; // 开始录制
mirv_streams record end; // 结束录制
视频地址