-
Notifications
You must be signed in to change notification settings - Fork 24
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
Small number of extra frames added, causing sync issues #47
Comments
Yeah, thats sadly a often reaccuring issue. |
Is this an issue just with neav1e or with aomenc itself? When you say to re-encode the source, do you mean just putting it through ffmpeg with c:v copy or to convert to uncompressed or something? I can send you the source but it has happened on multiple videos so if there is a reliable solution I would be 😄 |
I re-encoded using the same settings but using PySceneDetect instead of ffmpeg scenedetect and it turned out correct, interesting... |
Well I tried a different movie using PySceneDetect and it's slightly better, but still 4 extra frames. I guess I will try with re-encoding it first. |
Yeah, sadly it's always a hit or miss if it works with re-encoding / different splitting options.
It's more or less an ffmpeg issue.
In equal chunking mode there is the option to re-encode during splitting process (re-encodes the video by default with x264), else what I mean by re-encoding is to do |
I think I understand now. Doesn't equal chunking imply that the encode won't be as efficient, if it's not splitting based on scene changes? |
Technically you are correct, but keep in mind that depending on the chunking length that efficiency loss is very small and can be ignored. ^^ |
I'm experiencing audio desynching in 2.0.6 in general. I've gotten this using pyscenedetect as well as fixed sized chunks. The updater says everything is at 2002.03.24 (except "Manual Update" which i have no idea what that is.) Does this belong in a separate issue? Or .. otherwise? I can't find any recommended settings. |
Maybe the commit Fix Input Seeking Frame Inaccuracy (Scene Based Splitting) fixed this issue. |
I have done several encodes lately (first of all thanks for the excellent program!!) and have noticed that on some of the movies I've done they end up out of sync with the audio, typically more so as time goes on.
I updated to all the latest versions but am still encountering the problem. For example, I am encoding a Blu-Ray x264 rip of a movie - the original movie has a total of 124480 frames (duration 1:26:31) but the AV1 encoded movie has a total of 124486 frames (duration 1:26:32). So somehow 6 frames are being added, causing the video to be slightly behind the audio the further into the movie you go.
I've attached screenshots of the original and encoded, both after navigating to frame 100000 in MPC-HC.
If it matters, I've used the default ffmpeg scene detect, typically do a resize down to 720p, and use the settings in the attached image.
It's driving me crazy, any idea what the issue is or if I'm doing something wrong?
The text was updated successfully, but these errors were encountered: