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
tldr: with html5 video player, it's not possible to seek to a frame number, but to a time value, so losslesscut has implemented the "seek by frame" as a seek to a time (time divided by fps + 1):
might be something wrong there with the calculation, or maybe your file has irregular/variable fps. Hard to say without having a file that reproduces the problem. I tried with an mp4/h264 file and I don't see this behavior
I have a lot of issues to go through, so in order to make it easier for me to help you, I ask that you please try these things first
Operating System
MacOS 13
Steps to reproduce
Occurs on every file I tried including ones directly output from ffmpeg in h264.
A video where frame 499 is skipped in Lossless Cut:
lossless_cut_dup_keyframe.mp4
Expected behavior
The preview window should show the frame matching the timelines timestamp.
Actual behavior
A frame at the key frame is duplicated.
Share log
No response
The text was updated successfully, but these errors were encountered: