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 for combined DASH video #2147

Open
ncugit-sec opened this issue Mar 30, 2024 · 0 comments
Open

Audio out of sync for combined DASH video #2147

ncugit-sec opened this issue Mar 30, 2024 · 0 comments
Labels
bug Issues that report (apparent) bugs.

Comments

@ncugit-sec
Copy link

Expected Behavior

When editing segmented DASH video, it's common to encounter missing segments. These missing segments should be skipped during editing, mirroring the behavior of a video player.

1.mp4

Actual Behavior

Duplicate frames are inserted, but the audio does not correspond accordingly, resulting in audio being out of sync.

18426798262013490-full.mp4

Steps to Reproduce the Problem

18426798262013490.mp4
# Using above raw video
from moviepy.editor import VideoFileClip
clip = VideoFileClip('movie.mp4')
cvc = CompositeVideoClip([clip])
cvc.write_videofile('encoded.mp4')

Specifications

  • Python Version: 3.11.4
  • MoviePy Version: 1.0.3
  • Platform Name: Ubuntu
  • Platform Version: 22.04
@ncugit-sec ncugit-sec added the bug Issues that report (apparent) bugs. label Mar 30, 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