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 out of sync when I grab window bar. #2162

Open
Gioth8281 opened this issue Apr 22, 2024 · 0 comments
Open

Audio out of sync when I grab window bar. #2162

Gioth8281 opened this issue Apr 22, 2024 · 0 comments
Labels
bug Issues that report (apparent) bugs.

Comments

@Gioth8281
Copy link

Expected Behavior

The audio should be synced with the video when I release the mouse from window bar.

Actual Behavior

The audio was out of sync with the video when I released the mouse from window bar.

Steps to Reproduce the Problem

import moviepy.editor as mp

video = mp.VideoFileClip('graphics/intro.mp4')
video.set_fps(video.fps)
video = video.resize(height=720)
video.preview()

Specifications

  • Python Version: 3.11.6
  • MoviePy Version: 1.0.3
  • Platform Name: Windows
  • Platform Version: 11
@Gioth8281 Gioth8281 added the bug Issues that report (apparent) bugs. label Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs.
Projects
None yet
Development

No branches or pull requests

1 participant