bytedeco/javacv

JavaFxPlayVideoAndAudio example plays audio out of sync with video

Open

#2,167 opened on Jan 4, 2024

View on GitHub
 (6 comments) (0 reactions) (1 assignee)Java (1,583 forks)batch import
enhancementhelp wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I tried running the video player example below but the audio is very out of sync with the video. I tried 2 videos of different formats and both are not in sync.

https://github.com/bytedeco/javacv/blob/master/samples/JavaFxPlayVideoAndAudio.java

Any ideas why this would happen?

I'm on Mac OS 13.6.3.

Contributor guide