[Bug] Videos recorded after the first one have the incorrect length
Opened this issue · 3 comments
Torracat1185 commented
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
- Connect the SysDVR client to your console via network or USB.
- Start and then stop a recording of any length.
- Start and then stop a second recording.
Expected behavior
Videos saved after the first recording will have the correct length value.
Setup information
- PC Os: Windows 11 x64 (22000.1742)
- Console firmware: 18.1.0
- Custom firmware name and version: Atmosphere 18.1.0
- SysDVR version: 6.1.1
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
.
exelix11 commented
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.
exelix11 commented
Nevermind, after a few attempts i can confirm the issue. I'll look into a solution.