Trying to get this to save the replay. If I select lossless it creates an .avi file in the folder, but is only 5.56k in length. If I don't select lossless I get nothing in the folder. Looking in the logs, I can see this error:
21:59:30.440: [replay_source: 'Replay Source'] Save replay pressed
21:59:30.449: [replay_source: 'Replay Source'] start saving '2020-05-29 21.59.30.flv'
21:59:30.461: ---------------------------------
21:59:30.462: [x264 encoder: 'replay_h264_recording'] preset: veryfast
21:59:30.462: [x264 encoder: 'replay_h264_recording'] profile: high
21:59:30.462: [x264 encoder: 'replay_h264_recording'] settings:
21:59:30.462: rate_control: CRF
21:59:30.462: bitrate: 0
21:59:30.462: buffer size: 0
21:59:30.462: crf: 23
21:59:30.462: fps_num: 60
21:59:30.462: fps_den: 1
21:59:30.462: width: 2560
21:59:30.462: height: 1440
21:59:30.462: keyint: 250
21:59:30.462:
21:59:30.469: ---------------------------------
21:59:30.469: [FFmpeg aac encoder: 'aac'] bitrate: 128, channels: 0, channel_layout: 0
21:59:30.469:
21:59:30.469: [FFmpeg aac encoder: 'aac'] Failed to open AAC codec: Invalid argument
21:59:30.469: [replay_source: 'Replay Source'] error output start: Failed to open AAC codec: Invalid argument
21:59:30.482: [replay_source: 'Replay Source'] stopped saving
The obvious error there is "Failed to open AAC codec: Invalid argument", but don't know what that would mean. I'm guessing I have some other incompatible setting somewhere?