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

Audio improvements #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Audio improvements #7

wants to merge 4 commits into from

Conversation

fladd
Copy link
Contributor

@fladd fladd commented Mar 14, 2025

  • cleaned up accessibility of Decoder attributes
  • added option to ask for custom audio_fps, audio_nbytes and audio_nchannels when loading media from file
  • added option to ask for custom target_resolution 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 int to 32 bit float if Pygame mixer uses this format
  • fix/hack for 8-bit audio bug in MoviePy (see Loading 8-bit audio will result in silence Zulko/moviepy#2397)

fladd and others added 4 commits March 14, 2025 14:18
- 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 allows requesting a custom video resolution (as opposed to the one encoded in the video file).
Fix for redundant reloading of file
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

Successfully merging this pull request may close these issues.

1 participant