On Thursday 04 October 2007, el jefe delito wrote: > I was told that some rendered output may not function correctly with the > DV-type2 footage which I imported in Kino for use in Kdenlive (my output > files were all wrong) So I was wondering, how can I reencode or fix these > files at a command line so that they will have the proper time stamps or > whatever, so that Kdenlive can handle the files correctly?
You can try to convert to raw DV: ffmpeg -i bad.avi -vcodec copy -acodec copy good.dv
