<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">&gt; I was thinking that too.&nbsp; Any ideas on what I can do to troubleshoot<br>&gt; the stuttery playback?&nbsp; I can see it's dropping frames and as a result<br>&gt; the audio stutters.&nbsp; Is there a way to losslessly convert to a<br>&gt; different container that does not have an issue with "bursty reads" as<br>&gt; mentioned earlier?<br><br>ffmpeg -i inputfile.mkv -vcodec copy -acodec copy outputfile.mp4<br><br>ffmpeg will automatically pick the right container format from the output filename.<br><br>You might also try:<br><br>ffmpeg -i inputfile.mkv -vcodec copy -an outputfile.mp4<br><br>This will give you video and no sound. Just for testing purposes, to see if the sound might be causing an issue somehow.<br><br>As far as troubleshooting does, I'd try a different player and then software decoding to see what results I
 get. And make sure deinterlacing is turned off.<br></div></body></html>