Re: [Mlt-devel] [PATCH] Implement text rotation in pango producer

2015-06-08 Thread Dan Dennedy
On Mon, Jun 8, 2015 at 12:32 AM Maksym Veremeyenko wrote: > On 04.06.2015 0:07, Dan Dennedy wrote: > > On Wed, Jun 3, 2015 at 1:48 PM Maksym Veremeyenko > > wrote: > > > > On 03.06.2015 23:06, Dan Dennedy wrote: > [...] > > > True, it is using pango functions,

[Mlt-devel] [mltframework/mlt] 5120da: Implement text rotation in pango producer

2015-06-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/mltframework/mlt Commit: 5120da7d6019c1a04dacbdbf9855ff33c68d6538 https://github.com/mltframework/mlt/commit/5120da7d6019c1a04dacbdbf9855ff33c68d6538 Author: Maksym Veremeyenko Date: 2015-06-08 (Mon, 08 Jun 2015) Changed pa

Re: [Mlt-devel] [PATCH] audiomap filter for review

2015-06-08 Thread Dan Dennedy
Hi Maksym, This would be good. We have channel remap code in the avformat and the linsys sdi consumers. It would be better to have this as a distinct filter. However, you attached the wrong patch. On Mon, Jun 8, 2015 at 10:13 AM Maksym Veremeyenko wrote: > hi, > > i implemented a filter that pe

[Mlt-devel] [PATCH] audiomap filter for review

2015-06-08 Thread Maksym Veremeyenko
hi, i implemented a filter that perform swapping/copying audio channels according given matrix. i cant find an appropriate way for this task in current implementation (may be i am wrong). some examples: # play channel 2 on all channels melt 1080i25_one_multichannel_track.mov audio_index=all

Re: [Mlt-devel] [PATCH] Implement text rotation in pango producer

2015-06-08 Thread Maksym Veremeyenko
On 04.06.2015 0:07, Dan Dennedy wrote: On Wed, Jun 3, 2015 at 1:48 PM Maksym Veremeyenko mailto:ve...@m1stereo.tv>> wrote: On 03.06.2015 23:06, Dan Dennedy wrote: [...] > True, it is using pango functions, and those are good enough reasons. I > will accept it, but please chan