On Sat, Sep 29, 2012 at 6:17 PM, Murthy Avanithsa
<[email protected]> wrote:
> Hi everyone,
>
> I am using MELT and I have need to have a audio track along with a video
> track and
> I have to mix audio of both the tracks.and control  volume of each track.
> here is what I am trying to do
>
> <producer>
> <property name="resource">apple.mp4</property>
> <filter>
> <property name="gain">0.083</property>
> <property  name="mlt_service">volume</property>
> </filter>
> </producer>
> Problem: But I could not find any difference in the volume level
> I am attaching my complete XML.
> Can some one please help in this aspect.
> Do I need to use some other filter?

Works for me, but maybe you do not have the volume filter, which is
part of the normalize module, which is GPL and requires a build with
--enable-gpl. You can also use the sox filter, which does not require
GPL:

        <filter>
                 <property name="effect">vol 0.083</property>
                 <property  name="mlt_service">sox</property>
        </filter>

-- 
+-DRD-+

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Mlt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to