Open Torracat1185 opened 2 months ago
Can't seem to reproduce, how do you check if the length is wrong ? I tried recording two clips in a row and both play in mpv with no warnings.
Nevermind, after a few attempts i can confirm the issue. I'll look into a solution.
Describe the bug After stopping a recording using the SysDVR client, the next videos that are recorded will have an incorrect length value.
To Reproduce
Expected behavior Videos saved after the first recording will have the correct length value.
Setup information
Additional context It appears to be a problem with the "edit list" of the video, the length can be corrected using FFmpeg with e.g.
ffmpeg -ignore_editlist 1 -i SysDVR_2024_09_17_03_55_29.mp4 -codec copy test.mp4
.