> On 10 May 2026, at 22:23, Hervé ANSELME via ffmpeg-user > <[email protected]> wrote: > > Hello all, > > I am using ffmpeg, release 6.1, running on Windows 11 Family. > > I'm experiencing an issue after re-encoding a video with ffmpeg : at the > beginning of the play of the re-encoded video, the audio and video are in > sync ; after a while, however, there is a delay between the video and the > audio ; and from that point, the delay is not constant ; it increases as the > video-reading progresses.
So, audio is slow. How much is the delay after a given time, that might give you an indication on the ‘found’ framerate vs the encoded framerate. With that knowledge you can force the framerate instead (-r something before input I would guess) and see if that helps. Bouke _______________________________________________ ffmpeg-user mailing list -- [email protected] To unsubscribe send an email to [email protected]
