Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Copy of DVD -> iPod friendly format -> ipod via gtkpod?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
paulmer2003
Tux's lil' helper
Tux's lil' helper


Joined: 12 Mar 2005
Posts: 79

PostPosted: Tue Jun 10, 2008 6:16 am    Post subject: Copy of DVD -> iPod friendly format -> ipod via gtkpod Reply with quote

Hey, I've got a copy of a DVD I'd like to encode to a format friendly with my iPod.

paulmer@layla /mnt/stuff/Jamiroquai.McLaren.Launch.97/VIDEO_TS $ ls
VIDEO_TS.BUP VIDEO_TS.IFO VTS_01_0.BUP VTS_01_0.IFO VTS_01_1.VOB VTS_01_2.VOB

How should I do this? I toyed around with h264enc and didn't get anywhere. Thanks.
Back to top
View user's profile Send private message
micmac
l33t
l33t


Joined: 28 Nov 2003
Posts: 996

PostPosted: Tue Jun 10, 2008 6:30 pm    Post subject: Reply with quote

This may be helpful: Link
Back to top
View user's profile Send private message
yngwin
Retired Dev
Retired Dev


Joined: 19 Dec 2002
Posts: 4572
Location: Suzhou, China

PostPosted: Tue Jun 10, 2008 7:02 pm    Post subject: Reply with quote

Or try Avidemux.
_________________
"Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF
Back to top
View user's profile Send private message
lyallp
Veteran
Veteran


Joined: 15 Jul 2004
Posts: 1589
Location: Adelaide/Australia

PostPosted: Wed Jun 11, 2008 1:08 am    Post subject: Reply with quote

I use DVDRip (in portage).

Really cool how you can rip and just leave it encoding whilst you go off and do something else.

I also use a script which I found in these forums which will convert avi to iPod compatible mp4 format. (https://forums.gentoo.org/viewtopic-t-634772.html?sid=c8f6c33ea767da6d1c3e9c694cfdf05c) - quite possibly points to the same link as above.

Basically, your iPod needs h264 with AAC sound.
_________________
...Lyall
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Wed Jun 11, 2008 10:29 pm    Post subject: Reply with quote

i use that in a script to do ipod format :
$f is taken from a "for f in /blahblahdir"
ffmpeg -i "$f" -f mp4 -vcodec mpeg4 -maxrate 2000 -b 1500 -qmin 3 -qmax 5 -bufsize 4096 -g 300 -acodec aac -ar 44100 -ab 128 -s 320x240 -aspect 4:3 "$_o.mp4" > nul
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum