<div dir="ltr">I am working on converting audio track of video files. In these files video is encoded with h263 codec and audio with AMR_WB.<div><br></div><div>I have to convert audio track to be encoded with AAC coded.  So the new video should be encoded with h263 and sound with AAC.</div><div><br></div><div>My general approach is to copy video frame without reencoding to output stream and rencode sound with AAC codec.<br><div><br></div><div>The first problem is to create output context with h263 video codec and AAC audio codec. I am not sure if it is possible?. In all examples I saw "av_guess_format" is used to create audio and video context. For file path with extension "mp4" it creates context with mpeg4 and AAC codes. How to create this context I need?</div><div><br></div></div></div>