how to convert video file format using kino video editor
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
how to convert video file format using kino video editor
I installed kino but ./configure gave following warning
libiec61883 is the new, preferred Linux 1394 streaming interface; others are deprecated. If you must only support dv1394,then you must explicitly specify it using --with-dv1394.
Now kino can only open .dv files.Has anybody used kino-non-linear DV editor to transcode.
I forgot to mention.Then I did 'make' followed by 'make install' & everything went well with no errors.So it runs.
QUESTION
But kino can open only .dv files.How can I use it to convert .avi files to other format?
did you install ALL the needed prerequisites ( -dev for ubuntu, -devel for fedora
or build ALL of them from source . http://www.kinodv.org/article/static/3
Quote:
Here's the list of required components. You can usually install them from your Linux distribution's repository.
As I have mnetioned I installed successfully from tarball that means ./configure gave the following warning.
libiec61883 is the new, preferred Linux 1394 streaming interface; others are deprecated. If you must only support dv1394,then you must explicitly specify it using --with-dv1394.
So I ran ./configure --with-dv1394
Do you think because of this only dv file type is supported.
I haven't built it myself. Have you read through the other options. "./configure --help" & the README file may provide information on other options.
What is it that it can't do? None DV formats need to be imported. The pre-compiled package version I have will do that.
IMHO, if you want to transcode video from one format to another, ffmpeg or mencoder would be better tools.
You mentioned AVI files. Remember that AVI is a container format. It might contain DV streams or different video streams inside.
The description of the Kino package on my distro mentions that it will record DV & DV-2 streams in AVI container files. So I imagine that
avi files are supported but you may not have support for the video streams your AVI files are using.
Which distro do you have. For SuSE, I'd recommend installing the Packman repository. Fedora has a similar repository that have better versions of media related packages.
I'm not sure if the message you saw "If you must only support dv1394" means that this option enables only dv1394, but I think that it means that you should use libiec61883 unless you specifically want to use libdv1394 instead. I think you left out options for ffmpeg, libavcodec, etc.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.