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

improve a/v sync in video player #3

Closed
kritzikratzi opened this issue Apr 23, 2016 · 5 comments
Closed

improve a/v sync in video player #3

kritzikratzi opened this issue Apr 23, 2016 · 5 comments
Assignees
Labels

Comments

@kritzikratzi
Copy link
Owner

currently videos with too long audio sections or (a/v too far apart in the container) don't play steadily.

@kritzikratzi
Copy link
Owner Author

latest commit on the video branch should improve the current situation.

@kritzikratzi kritzikratzi self-assigned this Apr 23, 2016
@fakob
Copy link
Contributor

fakob commented Apr 25, 2016

I tested it with different videos and for some of them it seemed to be solved. For the others, they now play in different speeds with the audio and video being out of sync pretty soon. Also some start hanging again. I have attached a sample clip.
FailSample.mov.zip

@kritzikratzi
Copy link
Owner Author

running the video through ffprobe i can see that there the audio and video don't start at the same time, that's why they are out of sync.

Duration: 00:01:02.26, start: 0.020922, bitrate: 660 kb/s
    Chapter #0:0: start -483.082600, end 545.545000

but the offset stays constant throughout the entire video.
do you also have a clip where they go more and more out of sync while playing?

@fakob
Copy link
Contributor

fakob commented May 16, 2016

Currently on vacation so I haven't had time to spend on that. As I have always only cared about frame accuracy in an image level, I am not sure if I have a clip for you. I can check when getting back next week.

@fakob
Copy link
Contributor

fakob commented May 30, 2016

As I could not reproduce the ffprobe output, I could not look for another clip which gets more and more out of sync. The FailSample.mov was sent to me as an example not working with my MoviePrint tool, so I do not know how to reproduce that either. I know that videos encoded with Handbrake always made problems. Not sure if that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants