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
Additional context
I recorded a timestamp close to when the issue starts occuring and converted it to milliseconds (2131200000). Log base 2 of that is 30.99, suspiciously close to the maximum value of a signed int32.
The text was updated successfully, but these errors were encountered:
Afraid I cannot share any real test cases, those videos are all over a TB anyway. I used this ffmpeg command which took almost an hour to generate a blank video: ffmpeg -t 2520000 -f lavfi -i color=c=black:s=32x32 -c:v libx264 -r 1 -tune stillimage -pix_fmt yuv420p output.mp4
The video is 700 hours long at 1 fps and only 70MB. Trying to skip between the 600-700 hour range will cause the issue.
Video download: https://easyupload.io/79f4j8
Screen recording of me recreating the issue: cinnamon-20240621-1.webm
Describe the bug
In long videos, skipping to a point past ~595 hours using the navigation bar instead plays the video from beginning
595 hours
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Playback continues from the timestamp clicked in the navbar
Screenshots
If applicable, add screenshots to help explain your problem.
Your Enviroment
[ ] MPlayer
[X] MPV
Logs
Reproduce the bug in your computer and attach the smplayer log (menu View) here.
Additional context
I recorded a timestamp close to when the issue starts occuring and converted it to milliseconds (2131200000). Log base 2 of that is 30.99, suspiciously close to the maximum value of a signed int32.
The text was updated successfully, but these errors were encountered: