HLAE 2.72.0 (2019-06-14T10:12Z)
AfxHookSource 1.62.0 (2019-06-14T10:12Z)
`
// Load demo.exec sd // Replace this with config for Smoother Demos guide: https://github.com/advancedfx/advancedfx/wiki/Source%3ASmoother-Demos
mirv_streams settings edit afxSampler30 settings afxClassic // if you have FFMPEG installed for HLAE, you can use one of those settings (e.g. afxFfmpegYuv420p) instead of afxClassic mirv_streams settings edit afxDefault settings afxSampler30
mirv_streams add normal myNorm
// Start recording:
host_framerate 1200; mirv_streams record start
// .... let it record a bit ....
// End recording:
mirv_streams record end; host_framerate 0
`
Please avoid cascading samplers for now, since that will probably cause problems, since HLAE will refuse to allocate more than 3 image buffers at the same time and just lock up waiting for a buffer to get available.
Comments (0)
Language: