<span class="gmail_quote"></span><span class="q"> >You can try to convert to raw DV: <br> >ffmpeg -i bad.avi -vcodec copy -acodec copy good.dv<br></span>I tried the above line with this script:<br><br>[code]<br> #!/bin/bash
<br> for fname in *.dv<br> do<br> /usr/bin/ffmpeg -i $fname -vcodec copy -acodec copy $fname.reenc.dv
<br> done<br>[/code]<br><br>and each file was made/encoded. Then I copied the original files to a subfolder and removed all of the extraneous endings ".reenc.dv" from my newly reencoded files, to get them back to their original names. Then I tried to open the project file in Kdenlive, and i got an error (well, like 15 of them):
<br>"The file _____.dv is not a valid video file for KDEnlive"<br><br>Then I got a crash with this output:<br><br>[KCrash handler]<br>#6 0xb671fc23 in strlen () from /lib/tls/i686/cmov/libc.so.6<br>#7 0xb671f955 in strdup () from /lib/tls/i686/cmov/libc.so.6
<br>#8 0xb532eaf6 in producer_framebuffer_init ()<br> from /usr/share/mlt/modules/libmltkdenlive.so<br>#9 0x00000000 in ?? ()<br><br>Any ideas? This is from SVN 20070922 from Trevino's Ubuntu repository, running on Kubuntu Feisty.
<br><br>Thanks!
<br clear="all"><br>-- <br>start using Free software<br> <a href="http://www.linux.org/">http://www.linux.org/</a><br> <a href="http://www.linux.com/">http://www.linux.com/</a><br> <a href="http://makethemove.net/">http://makethemove.net/
</a><br>It's a matter of Liberty not Price:<br> "Free Software exists to prevent corporate-control of Your computer. Free software is Unrestricted software. Get Free."