-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
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
VideoStreamPlayer stops and cracking sound #88337
Comments
FFmpeg information on the video in the MRP:
|
Probably related to #21568 and #66331. (duplicate?) Godot's Theora decoding implementation has been confirmed to have a glitchy audio whenever the image doesn't update. I believe this issue and those two above are the same thing. Have you tried to encode the video with a keyframe interval of 1 (ffmpeg If the issue doesn't happen with the resulting video, then yes, it's the same. |
I just encountered this bug. the fix from @DeeJayLSP to add |
Consolidating in #66331 which is about the same underlying bug. |
Tested versions
v4.2.1.stable.official [b09f793]
System information
Godot v4.2.1.stable - Windows 10.0.22631 - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4070 (NVIDIA; 31.0.15.5152) - 13th Gen Intel(R) Core(TM) i5-13400F (16 Threads)
Issue description
When playing the video in Godot, it just pauses briefly at one point and otherwise you can hear audio crackling throughout the entire video. Am I doing something wrong or is this a bug in the engine? Outside the engine, the video works fine.
VideoStreamPlayer.1.mp4
Steps to reproduce
Minimal reproduction project (MRP)
video_bug.zip
The text was updated successfully, but these errors were encountered: