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] [mltframework/mlt] ecf158: Try to fix qimage with kde4 build on Fedora.

2012-10-21 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: ecf15871b3cfc3c9acacb6c6faff5455f2f7e853 https://github.com/mltframework/mlt/commit/ecf15871b3cfc3c9acacb6c6faff5455f2f7e853 Author: Dan Dennedy Date: 2012-10-21 (Sun, 21 Oct 2012) Changed paths:

[Mlt-devel] Serializing motion vectors in filter_autotrack

2012-10-21 Thread j-b-m
Hi, In a similar approach to the motion_est filter, here is a patch to retrieve the motion information from the autotrack_rectangle filter. This allows us to track an object motion in the "motion_vector_list" and later use this information in Kdenlive for example to make a title follow an objec

[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