[Mlt-devel] Help changing volume dynamically using MELT

2015-09-01 Thread Gonzalo García Berrotarán
Hi, i'm trying to have an audio track on the background of a composition of several clips and text slides. I want the audio to fade out when a video is playing and fade in when the text slides are playing... That's what i'm trying to achieve, although i can't even get to change dynamically the vol

Re: [Mlt-devel] Help changing volume dynamically using MELT

2015-09-01 Thread Gonzalo García Berrotarán
I've found what i was doing wrong, in the shell you must make sure that the level property gets the parameters as "one thing". Basically i added quotes and it worked. -filter volume level="0=0;100=1;150=1;300=0" Sorry about that. On Tue, Sep 1, 2015 at 4:59 PM, Gonzalo García Berrotarán < gga