Skip to content
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

[bug] encode frames is always 0/0 in stats dialog #11551

Open
walker-WSH opened this issue Nov 22, 2024 · 0 comments
Open

[bug] encode frames is always 0/0 in stats dialog #11551

walker-WSH opened this issue Nov 22, 2024 · 0 comments

Comments

@walker-WSH
Copy link
Contributor

walker-WSH commented Nov 22, 2024

Operating System Info

Windows 11

Other OS

WIN

OBS Studio Version

31.0.0-rc1

OBS Studio Version (Other)

31

OBS Studio Log URL

none

OBS Studio Crash Log URL

No response

Expected Behavior

while recording or streaming, on stats dialog, drop encoded frame and total encoded frame can be displayed normally

Current Behavior

encoded frame is always 0

Steps to Reproduce

  1. settings window -> outpout -> streaming/recording tab -> Rescale Output enabled, select NVENC OR QSV encoder
  2. start streaming or recording
  3. open stats dialog, check encoding frame field (always 0)
    ...

图片1

Anything else we should know?

reason:

  1. for stats dialog, it is displaying variables in obs_get_video();
  2. for encode thread, when to increase frames variable, the video_t is not the object returned by obs_get_video. it is modifying the temp video_t for gpu scale
@walker-WSH walker-WSH changed the title [bug] encode frames is always 0 in stats dialog [bug] encode frames is always 0/0 in stats dialog Nov 22, 2024
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

1 participant