Hello everyone. I need help syncing a video stream with an audio stream that don't come from the same source. So here's what I've done so far: I have video.mp4 and audio.mp4. I muxed them with 0 delay using yamb to get muxed.mp4 I opened muxed.mp4 with MPC-HC and VLC and after some guessing I finally concluded that the delay is +1700ms. That value works great throughout the stream using both players. I muxed video.mp4 and audio.mp4 with yamb and megui mp4 muxer using the guessed value of 1700ms, but the resulting mp4 file is unsynced on both cases, using both MPC and VLC. In fact, it's not taking the delay into account at all, because when I manually set the delay to +1700ms again from the players the sound is in sync with the video again. I did the same thing but muxing to MKV instead, and it worked perfectly. Am I doing something wrong, or is audio/video delay not supported by the MP4 container? Thanks in advance!