[Libav-user] Convert mp4 to audio

Sam Verschueren sam.verschueren at gmail.com
Sun Sep 7 14:48:51 CEST 2014


Hi devs

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.

At github I found this code: https://github.com/cpawelzik/libcpxvta 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?

Thanks in advance!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20140907/98fd1c3c/attachment.html>


More information about the Libav-user mailing list