<p dir="ltr"><br>
On 16 May 2013 04:40, "iwastemoretimethanu" <<a href="mailto:willbeas88@gmail.com">willbeas88@gmail.com</a>> wrote:<br>
> For reference, my test output is supposed to be 20 seconds. With<br>
>        my current settings, this is 100 video frames and 100 audio<br>
>        frames at 5 FPS.<br>
>      o All 20 seconds of audio play in the first 5 seconds of the<br>
>        video, which shouldn't be happening simply because the audio and<br>
>        video are being encoded side-by-side (write_audio_frame() is<br>
>        being called directly after write_video_frame()).</p>
<p dir="ltr">I think that most container formats don't support audio at 5 FPS. I would recommend to split the audio stream into 20 ms packets.</p>
<p dir="ltr">BR<br>
Alex</p>