<div dir="ltr">Hi devs<div><br></div><div>I am working on an application that converts an mp4 file to an audio file. I want it to be converted to an mp3 file.</div><div><br></div><div>At github I found this code: <a href="https://github.com/cpawelzik/libcpxvta">https://github.com/cpawelzik/libcpxvta</a> and it works well, but only for ogg files. If I change the target format to mp3, it hangs at the avcodec_encode_audio2(). So the log line before avcodec_encode_audio2() is printed, but the log line after that is not printed. Anyone has an idea on why this is the case?</div><div><br></div><div>Thanks in advance!</div></div>