You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!check.er scan #file="path" — scan a specific file
Fixed
Bug 1 — Minecraft/game capture single frame: Added DXGI Desktop Duplication (ddagrab) support. HomRec now auto-detects if your FFmpeg supports ddagrab and uses it instead of GDI. Works with fullscreen D3D11/D3D12/Vulkan games.
Bug 2 — CMD windows on startup: All subprocess calls now use CREATE_NO_WINDOW on Windows. No more flashing black console windows.
Bug 4 — -ret incorrect behavior: -ret / -return now wraps execution and prints (1) on success or (0) on failure in the console.
Bug 5 — ddagrab + scaling filter conflict: Fixed FFmpeg error "Simple and complex filtering cannot be used together" when recording with ddagrab at non-standard resolutions (e.g., 1200x674). The -vf filter is no longer applied when -filter_complex (scaling) is active, preventing the incompatible filter mix.
Changed
All UI strings and terminal output translated to English (Russian locale strings preserved in the "ru" language dict)
Welcome dialog simplified — no more redundant tips block
.mkv output fully supported: filenames, audio merge temp files all use correct extension
Overlay VF chain merges cleanly with existing scale/crop filters
Removed RU language, only EN now (but you still can add your language from .hrl)