On Sun, Jul 14, 2013 at 9:04 AM, James Board <jpboa...@yahoo.com> wrote: > Hi, > > I'm a new melt user. I want to do something simple. I'd like to take > an existing avi file (in a raw format: no inter-frame compression like > mpeg) and delete some segments. I tried a simple command like this > > melt InFile.avi in=80 out=120 -consumer avformat:OutFile.avi > > My intent was that only frames 80 to 120 will be in the output > file OutFile.avi. But when I view OutFile.avi, all frames are the same > as frame 80 in the input file. So this did not work. > > How can I correctly use melt to delete segments from an AVI file?
That is correct, but probably your AVI is not seekable or readable by libavformat or MLT, or the particular version of libavformat your MLT build is using requires some more avformat encoding parameters to be set. I suggest that you use Shotcut to get acquainted with MLT and try some things out. Look at the XML it generates. See if it can play and seek on the file you are trying to read. -- +-DRD-+ ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Mlt-devel mailing list Mlt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mlt-devel