Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
I have been capturing video in AVI format from an analogue camcorder using, alternately, xawtv on Linux and Pinnacle Studio on Windows.
Basically, I haven't found any decent video editing tools for Linux or Windows, and I need some way - any way at all - to get these AVI files into a format that iMovie HD - that's the Apple iLife component for video editing - can import. As far as I can see, that means outputting as either a DV stream, an MPEG-4 (Simple Profile), or maybe, a Quicktime mov.
These are 360x540 MJPG AVI files at 24.997 fps.
I haven't a clue where to start, although I've confused myself in the process of investigating tovid, ffmpeg, avidemux and others. I don't mind if I have to convert to an interim format - replace AVI with MPEG-2 if you like; I can do that.
Please help if you can!
Thanks.
Last edited by Baryonic Being; 06-04-2005 at 02:17 PM.
Have you tried mencoder? It can encode any file MPlayer can play into a plethora of other formats (and I think that Quick Time format is supported)
If you're using Debian, it can be installed by "apt-get install mencoder"
If you're using another distro, try a site like http://www.rpmfind.net
If it can read mpeg1 files, then it's easy, but you'll have to cross check that.
Here is how to convert:
Before you can do this you will have to install Tovid. The following lines are applicable for the region that I live in. Check the Tovid homepage on what you need to put in the command line.
I don't know what that means but it seems to have worked. I mean, there weren't any errors. I get a .mov file that plays in mplayer; only remains to see if it has worked. I'd still appreciate any guidance from any who can give it! Thanks.
A program called LiVES works with many video and audio codecs.
The command that you did just outputs to an avi format. MPlayer is smart enough to use the binary data instead the extension. If you want to convert to dv make sure you install the dv tools.
Converting a lossy material to a lossy material is not very good because it only will get worst. I suggest re-capture the video with mencoder using a lossless codec.
I'm a complete beginner, however, and lossy and lossless codecs means nothing to me. If I stumble upon the method, or read a few hundred books on it, I'll be sure to follow that advice. Thanks.
Just go to wikipedia.org and search for lossy and lossless.
mencoder by default outputs to avi files, so if you want to use another video file format use -of. If you want to know what output formats are available, type mencoder -of help.
transcode is better at syncing audio and video. It is able to use mplayer to support a magnitude of audio and video codecs. Use mencoder for video recording from an video capture card.
OK, thanks.
But do you think QuickTime Pro would be able to do it, if everything ends up going wrong? Most of my transcode experiments so far have resulted in either green foam output, or a segmentation fault, and when I tried to save it as a DV stream in Lives, I just got an empty file.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.