Re: [Mlt-devel] Sound rendering broken

2012-10-23 Thread j-b-m
On Monday 22 October 2012 18:21:43 Dan Dennedy wrote: > > 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 pe

Re: [Mlt-devel] Sound rendering broken

2012-10-22 Thread Dan Dennedy
On Sun, Oct 21, 2012 at 7:03 PM, Dan Dennedy wrote: > On Sun, Oct 21, 2012 at 4:55 AM, j-b-m 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: >> >> mel

Re: [Mlt-devel] Sound rendering broken

2012-10-21 Thread Dan Dennedy
On Sun, Oct 21, 2012 at 4:55 AM, j-b-m 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

[Mlt-devel] Sound rendering broken

2012-10-21 Thread j-b-m
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