I have tried this... All I get as an output is : Error number -22 occurred... Doesnt really help too much.
From: [email protected] Date: Thu, 19 Jun 2014 10:41:42 +0200 To: [email protected] Subject: Re: [Libav-user] avcodec_encode_audio2 failing with error code -22 in C++ FFMPEG > I have the following code to encode an audio stream and everything seems to > be working fine until I get to the avcodec_encode_audio2 function, I am > failing with -22 error code, and I dont know what that error code means. I > verified that pFrame and out_fmt_ctx are allocated. Does anyone have an idea > of what the problem might be? av_err2str (ret) generates a human readable version of the error code. Greetings Harald _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
