[Kdenlive-devel] DV-type2 file fixing?

el jefe delito eljefedelito at gmail.com
Tue Oct 9 00:12:34 UTC 2007


  >You can try to convert to raw DV:
  >ffmpeg -i bad.avi -vcodec copy -acodec copy good.dv
I tried the above line with this script:

[code]
  #!/bin/bash
  for fname in *.dv
  do
          /usr/bin/ffmpeg -i $fname -vcodec copy -acodec copy
$fname.reenc.dv
  done
[/code]

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):
"The file _____.dv is not a valid video file for KDEnlive"

Then I got a crash with this output:

[KCrash handler]
#6  0xb671fc23 in strlen () from /lib/tls/i686/cmov/libc.so.6
#7  0xb671f955 in strdup () from /lib/tls/i686/cmov/libc.so.6
#8  0xb532eaf6 in producer_framebuffer_init ()
   from /usr/share/mlt/modules/libmltkdenlive.so
#9  0x00000000 in ?? ()

Any ideas?  This is from SVN 20070922 from Trevino's Ubuntu repository,
running on Kubuntu Feisty.

Thanks!

-- 
start using Free software
  http://www.linux.org/
  http://www.linux.com/
  http://makethemove.net/
It's a matter of Liberty not Price:
  "Free Software exists to prevent corporate-control of Your computer.  Free
software is Unrestricted software.  Get Free."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdenlive/attachments/20071008/5e5f6de6/attachment.html>


More information about the Kdenlive mailing list