Hello Cinelerra GG developers,
I've found a strange behaviour in this great editing software.
When I render my project, sometimes the audio is out of sync. Not all
the audio, but from a certain point, from half of the video the audio is
out of sync and it gets worst the more we get to the end of the video.
It's like latency piles up. I've only done MP4 renderings so far.
I think there should be some muxer setting behind 'format' button if you summon ffmpeg rendering options ... but there is a lot of variables, so experimenting might become major time sink!
My idea, but I don't know how to demonstrate it, is that ffmpeg doesn't
know how to render audio and video in sync, when there's some audio that
is not aligned on frames. Since I do a lot of precise audio editing in
my project, there are some audio cuts that are not aligned on frames.
It's not a big problem, I just wanted to let you know. The solution is
very simple: render only the video track, then render the audio track in
WAV and then mux them together with ffmpeg, copying the video track and
encoding the audio one. This way the video is perfectly in sync with the
audio.
in theory with ffmpeg 6.1 you also can render pcm in mp4 container, just not sure how many other softwares can read it yet? Also, in not so recent past we tried gpac (MP4Box) for making such mp4s.
I wonder if ffmpeg's audio stream copy also fix alignment? Or only re-encoding audio?
The strange thing is that, when I watch my project from the compositor
window, audio and video are in sync.
sounds like problem with timestamps (decode/presentation) , some ffmpeg (command line) users struggled with it while trying to cut/merge videos ... Any warnings if you launch cin form terminal?