Ubuntu Forums Archive Viewer

Kino problem with avi files

Archived thread 1012765 from Ubuntu Studio. Markdown source: Ubuntu_Studio/thread_1012765_Kino_problem_with_avi_files.md

Original URL About this archive
#1

Hi All,

Right, so I'm completely new to this sort of thing so apologies if I sound like a complete idiot!

I have some .avi files that I'd like to edit in Kino, they were created on a Windows machine, which can be a problem gauging some of the issues I've come across when looking into getting this resolved. I understand that I need to change the format of the files so that Kino can work with them, so I do the following...

ffmpeg -i bug.avi -target pal-dv bug.dv

...but get the following error:

bug.avi: I/O error occured Usually that means that input file is truncated and/or corrupted.

Can anyone out there please help me? The original input files are just fine from what I can tell...

Thanks very much in advance :) j

#2

What happens when you load your avi file in avidemux ? Does that go well ?

#3

jodei said: Hi All,

I understand that I need to change the format of the files so that Kino can work with them, so I do the following...

ffmpeg -i bug.avi -target pal-dv bug.dv

...but get the following error:

bug.avi: I/O error occured Usually that means that input file is truncated and/or corrupted.

Have you tried converting the files with winff? It is a gui for ffmpeg that takes a lot of the confusion out of converting. For me using ffmpeg properly can be a stumbling block.

http://code.google.com/p/winff/