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

2015-06-19 Thread Maksym Veremeyenko
On 18.06.2015 8:03, Dan Dennedy wrote: On Mon, Jun 15, 2015 at 8:45 PM Dan Dennedy d...@dennedy.org mailto:d...@dennedy.org wrote: On Mon, Jun 15, 2015 at 8:42 PM, Dan Dennedy d...@dennedy.org mailto:d...@dennedy.org wrote: The mapping does need to mutable. Or, could

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

2015-06-17 Thread Dan Dennedy
On Mon, Jun 15, 2015 at 8:45 PM Dan Dennedy d...@dennedy.org wrote: On Mon, Jun 15, 2015 at 8:42 PM, Dan Dennedy d...@dennedy.org wrote: The mapping does need to mutable. Or, could it be desirable to move channels around either manually (live production or while auditioning to fix a

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

2015-06-15 Thread Dan Dennedy
On Mon, Jun 15, 2015 at 8:42 PM, Dan Dennedy d...@dennedy.org wrote: The mapping does need to mutable. Or, could it be desirable to move channels around either manually (live production or while auditioning to fix a problem) or even to be changed over time using keyframes? -- +-DRD-+

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

2015-06-15 Thread Dan Dennedy
Resending to include the list. diff --git a/src/modules/core/Makefile b/src/modules/core/Makefile index d8d2c9b..94c27fd 100644 --- a/src/modules/core/Makefile +++ b/src/modules/core/Makefile @@ -15,6 +15,7 @@ OBJS = factory.o \ producer_noise.o \ producer_tone.o \

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

2015-06-09 Thread Maksym Veremeyenko
On 09.06.2015 6:04, Dan Dennedy wrote: 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. correct patch attached the only thing i doubt is mapping

[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] 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 ve...@m1stereo.tv wrote: hi, i implemented a