On Tue, Sep 29, 2009 at 2:49 AM, Mikko Rapeli <mikko.rapeli at iki.fi> wrote: > On Tue, Sep 29, 2009 at 12:43:37PM +0300, Maksym Veremeyenko wrote: >> Mikko Rapeli ???????(??): >> >I was about to test latest mlt & kdenlive, but is appears quite a few of >> >my dv files aren't working anymore. I can repeat this with ffmpeg/ffplay >> >too while mplayer has no problem with them. Here's an example: >> > >> [...] >> >$ ffmpeg -i ?test2.dv >> try >> ffmpeg -f dv -i test2.dv > > Yay, that helps for ffmpeg:
Lately, FFmpeg has been changing their format "probing" tests, in particular, for DV. I see you are using a very recent version. You must have caught it at a bad time. > But how to tell that to ffplay or applications like mlt/kdenlive who use > ffmpeg libraries? Not possible in Kdenlive, but MLT perhaps. You will have to try: $ melt test2.dv f=dv If it works, for Kdenlive: $ melt test2.dv f=dv -consumer xml:test2.mlt Now load the .mlt as a clip in Kdenlive. -- +-DRD-+
