On Sun, Oct 21, 2012 at 4:55 AM, j-b-m <[email protected]> wrote: > Hi, > > Sound rendering in MLT is currently broken in many cases (produces corrupted > noisy audio) when trying to select an audio codec in the avformat consumer. > > For example: > > melt 1.mov out=100 -consumer avformat:test.mp4 > > works fine, but: > > melt 1.mov out=100 -consumer avformat:test.mp4 acodec=aac > > Produces a broken audio, despite both clips being encoded with aac... > > I can reproduce with several clips and am not the only one experiencing this, > see Kdenlive bug report: > http://www.kdenlive.org/mantis/view.php?id=2795
I reproduced this with a recent ffmpeg checkout. Some of the audio encoders dropped support for interleaved inputs and requiring planar formats. This is going to require a fair amount of work to fix. In the meantime, I suggest people use libav or ffmpeg older than Oct. 6. -- +-DRD-+ ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
