On Sun, Feb 16, 2014 at 6:30 AM, Maksym Veremeyenko <ve...@m1stereo.tv> wrote: > Hi, > > if i specify pcm_s24le on output audio codec, consumer_avformat wrongly > calculate a number of output samples and as result audio encoding function > failed because of resulted packed buffer size greater then submitted.
This requires a libavcodec version check. From some basic checking, it needs FFmpeg v1.0: #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 59 #define LIBAVCODEC_VERSION_MICRO 100 or libav 9.4: #define LIBAVCODEC_VERSION_MAJOR 54 #define LIBAVCODEC_VERSION_MINOR 35 #define LIBAVCODEC_VERSION_MICRO 0 We require the higher minor number to prevent compilation failure on FFmpeg v? ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel