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. |
|
 |
11-22-2005, 10:07 PM
|
#1
|
|
LQ Newbie
Registered: Nov 2005
Posts: 1
Rep:
|
Ipod video - Linux tools?
I want to convert video from .avi; .vob; .mpeg to a format that I can upload to a new ipod:30. I tried using dvd:rip, but im still messing around with getting it a format the ipod can read.
What linux tools are the Mepis users using to a). Convert video; b). Interface with the ipod.
All hints are welcomed.
|
|
|
|
11-24-2005, 12:21 AM
|
#2
|
|
Member
Registered: Nov 2005
Distribution: Mandriva, IpodLinux
Posts: 72
Rep:
|
First Off, your not going to find a video converter(for the ipod) for linux. For windows, your could use the PQ video to ipod converter(the best-only 30 bucks) or Quicktime(for MAC also) .... theyre both 30 bucks, but PQ is much better because it rips DVD and converts them to IPOD format (h.2334? and mpeg layer 4)...it also converts video files from your computer. Quicktime only does the latter. But i highly doubt that there is a program for lINux that does that considering the ipod is only compatible with Mac+PC.
|
|
|
|
12-06-2005, 02:39 AM
|
#3
|
|
LQ Newbie
Registered: Nov 2005
Location: New Zealand
Distribution: Fedora Core 4
Posts: 7
Rep:
|
Actually I think 'handbrake' can do what you are looking to do. I think you may just have to tell it the sizing, from memory I think ipods use a 320x240 size, but that is most likely wrong so I would check that.
Download handbrake here: http://handbrake.m0k.org/
|
|
|
|
12-06-2005, 03:44 AM
|
#4
|
|
Senior Member
Registered: Jan 2002
Location: St Louis, MO
Distribution: Ubuntu
Posts: 1,284
Rep:
|
Yes, handbrake will do it, however some users report problems with darkened movies when playing on the iPod. There's a ton of references if you search on google for "ipod video handbrake". It's actually the other round in terms of software - it's harder getting free tools for Windows to convert (at least keeping video quality) then Linux 
|
|
|
|
12-28-2005, 02:25 PM
|
#5
|
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Rep:
|
has anyone gotten handbrake to compile? the Debian sources are no longer, and apparently with the new version (v0.7 i think?) there is no GUI for Linux... but the older ones don't finish compiling on my machine either. There is an error about a file missing (I can post that file name if it will help, but I'm not at that machine right now)
Any tips?
|
|
|
|
01-01-2006, 11:55 PM
|
#6
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
I can't get it to compile, but I think it's something about the way my resolv.conf is set up. It's looking for a file at 1.0.0.0. You are doing the correct compilation technique right?
Code:
$ ./configure
$ jam
|
|
|
|
01-02-2006, 06:12 AM
|
#7
|
|
Member
Registered: Apr 2002
Location: Wales MA.
Distribution: openSuSE 11.1
Posts: 409
Rep:
|
ffmpeg can indeed create files compatible with an ipod. I believe they would be mp4 or m4v. A friend was just recently trying different tools and ffmpeg did the job.
The command he used was.
ffmpeg -vcodec xvid -b 300 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ab 96 -i input_file.avi -s 320x240 -aspect 4:3 ipod_output.mpg
|
|
|
|
01-02-2006, 01:01 PM
|
#8
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
can ffmpeg read DVDs though? or do we need to get the movies from the DVD another way, and then re-encode?
|
|
|
|
01-02-2006, 03:56 PM
|
#9
|
|
Member
Registered: Apr 2002
Location: Wales MA.
Distribution: openSuSE 11.1
Posts: 409
Rep:
|
I would imagine you would need to rip the DVD first.
|
|
|
|
01-03-2006, 08:45 AM
|
#10
|
|
Senior Member
Registered: May 2004
Location: Sebec, ME, USA
Distribution: Debian Etch, Windows XP Home, FreeBSD
Posts: 1,445
Rep:
|
I got handbrake to compile! I needed nasm(netwide assembler), so I downloaded the rpm from the sourceforge site, and converted it using alien(I'm using debian). I then found a script online called dvd2ipod( http://virtuallyshocking.com/2005/10...o-using-linux/) which uses the CLI of handbrake to rip, and encode to mpeg-4. Just make sure you change it to match whatever drive you are using.
|
|
|
|
01-11-2006, 05:07 PM
|
#11
|
|
Member
Registered: Apr 2005
Location: Houston
Distribution: mandrake
Posts: 79
Rep:
|
DVDbackup works well for me to rip a main title with one quick command. The resulting .VOB files can be combined with cat *.VOB > big.vob.
|
|
|
|
02-06-2006, 06:05 PM
|
#12
|
|
Member
Registered: Oct 2004
Location: Austin, TX
Distribution: Ubuntu Dapper Drake
Posts: 39
Rep:
|
My problem is:
I can use just about anything to make an xvid or mpeg-4 video that is iPod (and / or PSP) compliant.
I want to make an H.264 video, and it just plain doesn't work.
I am thinking this is because the iPod is expecting the file to be ordered a certain way, i.e. certain "atoms" have to be set.
How do I make an iPod-compliant h.264 video!! It can be done on winders! Argh!
|
|
|
|
| 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 07:26 AM.
|
|
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
|
|