On Sat, Sep 22, 2012 at 1:25 PM, Murthy Avanithsa <[email protected]> wrote: > Hi everyone, > I have an issue while giving xml as input to MELT > Here is what I did > > melt Apple2.mp4 in=100 out=200 -consumer xml:abc.xml > melt abc.xml -consumer avformat:final.mp4
works for me, but you might not be running latest version. I think in some version there would be a crash if it failed to load the audio codec, and mp4 file output defaults to aac, which is still considered experimental and requires enabling. Does it help if you add "strict=experimental" after the filename? > after the above 2nd command I ended up with this error > Segmentation fault (core dumped) > > I tried out -debug bug I could only find the above error can some one help > me. > > Thanks in advance. > > > -- > Regards, > Murthy. > > -- +-DRD-+ ------------------------------------------------------------------------------ How fast is your code? 3 out of 4 devs don\\\'t know how their code performs in production. Find out how slow your code is with AppDynamics Lite. http://ad.doubleclick.net/clk;262219672;13503038;z? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
