<div dir="ltr">Hi,<div><br></div><div>Does -debug_ts show the packets in the exact order they were found in the container or reorder the packets based on their timestamps?</div><div><br></div><div>I've used libavformat to write a .mov file containing interleaved mpeg4 and PCM audio frames, setting the DTS based on the same clock for both video and audio frames so that they remain in sync. However on playback there are a few audio packets at the beginning then silence until the end when audio starts up.</div><div><br></div><div>Looking at '<span style="font-family:gotham,helvetica,arial,sans-serif;font-size:14px">ffmpeg -debug_ts -re -copyts -i 00000006.mov -f null out.null', I can see a few audio packets at the beginning then the audio doesn't start until 15 seconds later and has weird  timestamps: </span><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px"><a href="https://pastebin.com/Wx0sTxQH">https://pastebin.com/Wx0sTxQH</a> The DTS values written out to FFmpeg were OK but there is a large jump in the audio DTS values when I decode them later from the .mov file.</span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px">I'm interleaving the audio and video all throughout the 15 seconds video file so it's strange that -debug_ts shows the audio packets appearing at the end and no audio packets at all for the intervening 15 seconds.</span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px">Is there a way with ffmpeg to dump the packets in the order that they appear in a .mov file, regardless of timestamp ordering?</span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px"><br></span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px">Many thanks,</span></font></div><div><font face="gotham, helvetica, arial, sans-serif"><span style="font-size:14px">Kelvin.</span></font></div></div>