Skip to content

Seeking back and forward a frame does not update the preview window (3.65) #2372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks done
dmn001 opened this issue Mar 24, 2025 · 9 comments
Open
4 tasks done

Comments

@dmn001
Copy link

dmn001 commented Mar 24, 2025

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Operating System

Windows 11

Steps to reproduce

When pressing , and . to go back and forwards between frames, the preview window does not update at all.

Reverting to 3.64 as a workaround.

maybe related to: #2369 and #2364

Expected behavior


Actual behavior


Share log from developer tools

No response

@mifi
Copy link
Owner

mifi commented Mar 25, 2025

does this apply to all video file types you try? you're just seeing the first frame and nothing else?

@dmn001
Copy link
Author

dmn001 commented Mar 25, 2025

it seems to be worst with h264/mkv, and it also seems to be less responsive on mp4, although it does show the frames but less smoothly than before.

i can see the frames if i click or drag on the timeline using the mouse. i can see the frames update when pressing left/right arrow and going back/forward 1 second. however, i cannot see any changes when i press foward back one frame. when i hold down , or ., the frames update around every second.

@mifi
Copy link
Owner

mifi commented Mar 25, 2025

Ok, strange. I'm not seeing this problem on MacOS

@zwei7
Copy link

zwei7 commented Mar 28, 2025

Can confirm, the single frame scrubbing to go back < and > forth became broken with my h264/mkv files. In fact it now says the file format (h264/mkv) is not supported and has to convert to a supported format and use the ultra slow ffmpeg assisted playback.

Reverting back to 3.64 works perfectly.

Files are made with OBS in game capture mode

Setting 1

  • Program: OBS Studio
  • Video Encoder: x264
  • Resolution: 3940x2160p / Framerate: 60 fps
  • Rate Control: CRF / CRF: 20
  • Preset: Ultrafast / Profile: High
  • Audio: AAC / 320 kbps

Setting 2

  • Program: OBS Studio
  • Video Encoder: NVDIA NVENC H.264
  • Resolution: 3940x2160p / Framerate: 60 fps
  • Rate Control: Constant QP: 20
  • Keyframe Interval: 0 s
  • Preset: P1 Fastest (Lowest Quality)
  • Tuning: High Quality
  • Multipass Mode: Two Passes (Quarter Resolution)
  • Look-ahead: Check-marked
  • Adaptive Quantization: Check-marked
  • B-Frames = 2

3.64 supports both my OBS settings 1+2, no need to convert to a supported format.
3.64 can scrub through single frames, preview window updates.
3.65 can only support scrubbing keyframe to keyframe in both OBS settings, preview window updates.

I think this is a 3.65 issue since I opened the same video file in 3.64.

@mifi
Copy link
Owner

mifi commented Mar 28, 2025

is the problem related to ffmpeg-assisted playback or natively supported files? edit: ah I see that it does convert to supported format. is it possible to share a file that worked on 3.64 but now shows this problem on 3.65?

@zwei7
Copy link

zwei7 commented Mar 29, 2025

is the problem related to ffmpeg-assisted playback or natively supported files? edit: ah I see that it does convert to supported format. is it possible to share a file that worked on 3.64 but now shows this problem on 3.65?

Sure here you go, made with these settings

Program: OBS Studio
Video Encoder: NVDIA NVENC H.264
Resolution: 3940x2160p / Framerate: 60 fps
Rate Control: Constant QP: 20
Keyframe Interval: 0 s
Preset: P1 Fastest (Lowest Quality)
Tuning: High Quality
Multipass Mode: Two Passes (Quarter Resolution)
Look-ahead: Check-marked
Adaptive Quantization: Check-marked
B-Frames = 2

https://www.mediafire.com/file/ypgq3vzz3s25d7q/2025-03-28_22-16-27.mkv/file

@mifi
Copy link
Owner

mifi commented Mar 29, 2025

Thanks. For me (macOS) I'm not getting any message that the format is not supported, however I can observe the seeking issue, need to investigate further.

@zwei7
Copy link

zwei7 commented Mar 29, 2025

I am using your Windows version of lossless cut on windows 10 x64.

@mifi
Copy link
Owner

mifi commented Apr 1, 2025

I can reproduce with certain videos. It seems to have broken in Electron v33.0.0 and later (works as of v32.3.3). See also super issue #2392

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants