I am transmuxing a MP4 to TS.<br><br>the original MP4 plays perfect!<br><br>After my transmux:<br>- the audio is perfect.<br>- the video is playing a little faster than the audio, finishing first... what could be a possible reason for this?<br>
<br>I am doing via code, but the equivalent to this:<br>ffmpeg -i perfect.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb -y output.ts