Flashback SDK Change History
v5.2 (4th August 2022)
Adds new method: ConvertMP4Files, to enable export of video to MKV, AVI, WMV, GIF formats and audio to AAC and MP3.
Adds new static method: StopLogging. Previously logging would be stopped when the FBRecorder object was destroyed. This is changed so that logging stops when FBRecorder::StopLogging is called or the host application exits. The change enables improves logging when using multiple FBRecorder instances.
Fix: FBRecorder would not record in VMWare sessions.
v5.1 (12th July 2022)
Adds methods to enable merging and clipping MP4 files: CreateMP4Clip and MergeMP4Files
Adds more global errors to TFBRecorder.TFBGlobalError, returned by StartRecording: FileNotFound, PathNotFound, AccessDenied, Win32Error
Fix to potential crash in encoding.
Fix to Intel hardware encoding.
Allows multiple TFBRecorder instances.
v5 (30th May 2022)
A major update. The SDK has been rewritten from scratch to generate standard MP4 video files using hardware acceleration features in modern PCs.
The API is entirely different from previous SDK versions. Documentation can be viewed at https://dev.flashbackrecorder.com