<div dir="ltr"><div><div><div>I have another observation:<br><br></div>When transcoding from mp4 to mp4 (using my code), I see codec_ctx_audio->frame_size is equal to 1024 (that is decoder codec context), and encoder codec context's frame_size is allocated the same (1024).<br>
<br></div>Whereas, while converting from mp3 to mp4, codec_ctx_audio->frame_size is 1152, and encoder codec context frame_size is 1024.<br><br></div>I am thinking these could be related, if I figure out magic going on here, I might be able to proceed better....?<br>
</div>