>I

>tried about 10 different video formats and could not get melt to
>work correctly with any of them.  When I try to extract my video segment
>melt doesn't print any errors, and when I try to play the extracted
>segment, it shows the first image in the segment, which is the
>proper image.  So, I think melt must understand that format.  But
>the problem is that all of the extracted frames are the same as that
>first frame.


does melt play the file correctly if you don't try to extract a segment? Try:
# melt inputfile.AVI
It should play correctly.


>Many of the input formats I tried  were raw formats were each frame was
>stored whole and the pixels were in a YUV or RGB format.  I was
>thinking that would be the lowest common denominator and should
>work with anything.  I also tried mpeg2 formats as well.


The raw formats can be tricky because sometimes, depending on the container, 
you have to specify the pixel format as a command line parameter. That's why I 
suggested mpeg2.


>If I try to play the file to the screen without specifying a consumer,
>melt usually displays a single image, then no other.  However, in the
>xterm where I ran melt, it displays successive frame numbers as
>if
>everything is playing normally.


Sanity check: Does your file play properly with mplayer, vlc and ffplay?


>If you can provide a simple ffmpeg command to convert my video
>to a format that melt supports, please send it to me.  Or, if you can
>let me know which format melt supports, that would be good.


I would expect this to work:

# ffmpeg -i inputfile test.mpg
# mlt test.mpg


>I'd rather not spend however much time building a complex
>GUI based on MLT if MLT doesn't support any of the formats
>that my video is in.


There are precompiled binarys for all major platforms available here (look at 
the downloads section on the right):
http://www.shotcut.org/


~BM

------------------------------------------------------------------------------
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

Reply via email to