You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
f96da19 should fix the issue.
You can get a test build from actions or wait whenever i make a new release but for that there are still a few things i want to look into first.
Torracat1185
changed the title
[Bug]
[Bug] Videos recorded after the first one have the incorrect length
Sep 17, 2024
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
.The text was updated successfully, but these errors were encountered: