Hi, I've been running into this issue since updating to the latest version (25.0.4). When using the output timer functionality, the recording will sometimes stop immediately, producing a 1kb file. The UI however shows that it is still recording. Normally when it is recording the file size is 0kb and will show the real size when the recording is complete. If I don't notice the 1kb file immediately, it will just keep running without throwing any errors. I for sure have the correct timer settings.
Here are the relevant log entries:
I've attached a sample bad video file that was generated by this bug.
Here are the relevant log entries:
Code:
21:59:38.572: Starting recording due to OutputTimer
21:59:38.674: [jim-nvenc: 'recording_h264'] settings:
21:59:38.674: rate_control: CQP
21:59:38.674: bitrate: 0
21:59:38.674: cqp: 23
21:59:38.674: keyint: 250
21:59:38.674: preset: hq
21:59:38.674: profile: high
21:59:38.674: width: 1920
21:59:38.674: height: 1080
21:59:38.674: 2-pass: false
21:59:38.674: b-frames: 2
21:59:38.674: lookahead: false
21:59:38.674: psycho_aq: false
21:59:38.674:
21:59:38.685: ---------------------------------
21:59:38.686: [FFmpeg aac encoder: 'Track1'] bitrate: 160, channels: 2, channel_layout: 3
21:59:38.686:
21:59:38.696: ==== Recording Start ===============================================
21:59:38.696: [ffmpeg muxer: 'adv_file_output'] Writing file 'D:/2020-04-10 21-59-38.mp4'...
21:59:39.021: [ffmpeg muxer: 'adv_file_output'] Output of file 'D:/2020-04-10 21-59-38.mp4' stopped
21:59:39.021: Output 'adv_file_output': stopping
21:59:39.021: Output 'adv_file_output': Total frames output: 1
21:59:39.021: Output 'adv_file_output': Total drawn frames: 10
21:59:39.024: ==== Recording Stop ================================================
21:59:39.030: warning: 2 frames left in the queue on closing
I've attached a sample bad video file that was generated by this bug.