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
- cleaned up accessibility of Decoder attributes
- added option to ask for custom audio_fps and audio_nbytes when loading media from file
- added option to set Moviepy VideoFileClip directly (for custom external clip processing before playing with mediadecoder)
- added parameter `pygame_buffersize` to PygameSoundrenderer init (for using a Pygame mixer buffersize smaller than the size of one video frame, which will improve video/audio synchronization)
- added conversion of audio to unsigned int if Pygame mixer uses this format
- added conversion of 32 bit in to 32 bit float if Pygame mixer uses this format
- fix/hack for 8-bit audio bug in MoviePy (see Zulko/moviepy#2397)
This will result in silent audio. The reason for this might be that moviepy tries to ask the format "s8le" from ffmpeg (
moviepy/moviepy/audio/io/readers.py
Line 57 in 4dd5fe4
ffmpeg -formats
; there is "s8" though).Expected Behavior
The audio clip contains audio.
Actual Behavior
The audio clip contains only silence.
Steps and code to Reproduce the Problem
Used medias
https://download.blender.org/demo/movies/BBB/bbb_sunflower_1080p_30fps_normal.mp4.zip
Specifications
The text was updated successfully, but these errors were encountered: