Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
Due to network maintenance being performed by our provider, LQ will be down starting at 05:01 AM UTC. The exact duration of the downtime isn't currently known. We apologize for the inconvenience.
|
 |
06-09-2006, 11:03 AM
|
#1
|
|
Member
Registered: Apr 2004
Location: Ohio
Distribution: Ubuntu 6.06 LTS (Ubuntu, Edubuntu, Ubuntu Server)
Posts: 77
Rep:
|
Convert MOV to AVI using GStreamer
How would I convert a quicktime file (.mov) from a Kodak digital camera to .avi to import into Blender? I have tried simply demuxing and decoding the Quicktime file and muxing it back into AVI, but that doesn't seem to work (i.e. Blender says that it isn't a movie).
|
|
|
|
06-09-2006, 11:13 AM
|
#2
|
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,591
|
You can use mencoder (part of the mplayer package):
mencoder -o somefile.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=5000 -oac lavc -lavcopts acodec=mp3 -srate 48000 somefile.mov
|
|
|
|
06-09-2006, 06:51 PM
|
#3
|
|
Member
Registered: Apr 2004
Location: Ohio
Distribution: Ubuntu 6.06 LTS (Ubuntu, Edubuntu, Ubuntu Server)
Posts: 77
Original Poster
Rep:
|
mencoder gave me an avi with that command. Cool.
Now when I import into blender it still claims it is not a movie and I get this error in the console:
Code:
AVI ERROR: compressed in an unsupported format
Error loading avi: /home/trainpic/movie.avi
couldn't start avi
anim_absolute 0 failed
|
|
|
|
06-09-2006, 07:10 PM
|
#4
|
|
Senior Member
Registered: Jan 2005
Location: Manalapan, NJ
Distribution: Fedora x86 and x86_64, Debian PPC and ARM, Android
Posts: 4,591
|
OK, what formats/codecs are supported by Blender?
|
|
|
|
06-10-2006, 10:40 AM
|
#5
|
|
Member
Registered: May 2004
Location: USA
Distribution: pclinuxos
Posts: 37
Rep:
|
Just a guess here but try this option "-ffourcc DX50" in mencoder (without the quotes)
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:56 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|