maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N800 (https://talk.maemo.org/forumdisplay.php?f=25)
-   -   How To: Convert DVD to N800 (https://talk.maemo.org/showthread.php?t=15868)

directore 2008-03-22 22:44

Re: How To: Convert DVD to N800
 
For those on OS X, Visual Hub will take almost anything even things QTP won't. Including commercial DVD disks if you use a liitle utility called FairMount which will magically unmount and quickly (in less than 10s) remount any mounted encrypted DVD but in unencrypted form. So you can convert any DVD to n800 compatible format w/o any intermediate transcoding. See my other post on converting in H264 for n8x0 as opposed to MPEG4 which is what Nokia converter does. Highly recommended imho.

My only problem with V. Hub it its inability to do partial converts - from point a to b say. That unfortunately sometimes necessitates transcoding.

superstar 2008-03-23 15:24

Re: How To: Convert DVD to N800
 
Quote:

Originally Posted by mcdave2042 (Post 158697)
Hi,

I can't get the DVD shrink/Nokia Conservtor thing to work. I can produce VOB files (which play on VLC player fine) but when I try to put them into the Nokia convertor it says the file type isn't recognised.

So, I tried doing an ISO file- same problem.

I've also tried a few avi convertors and they come up with all this codec stuff (which I don't undetstand).

I'd appreciate any help, but I'm not very technical! I've been trying to do this for ages and am about to give up. :mad:

Many thanks

David

Read this post

GeraldKo 2008-03-23 17:37

Re: How To: Convert DVD to N800
 
Quote:

Originally Posted by superstar (Post 159112)
Read this post

McDave, note that superstar is using N800 Video Convert, which is not the same as NITVC.

I also use N800 Video Convert and DVD Shrink and have no problems. I recommend you let DVDShrink make files with no size limitation (see your preferences for that option) -- that results in the whole movie being in a single VOB file, readily recognized since it's the largest. Once you have NVC open, just open the single VOB file, add it and encode.

slimjim 2008-03-24 14:24

Re: How To: Convert DVD to N800
 
I haven't read through this whole thread so apologies if someone's already covered this, but Linux users can take advantage of a number of excellent open-source tools for this.

This is a script I wrote, which makes use of the 'mencoder' utility to convert episodes of M*A*S*H directly from DVD to N800-friendly, 15:9 cropped, widescreen AVIs:

Code:

#!/bin/bash

cropval=720:576:0:0 # MASH

lsdvd  |cut -c-24

typeset -i sind

echo -n "first title "; read first
echo -n "last title  "; read last
echo -n "filename  "; read fname

echo -n "start index  "
read sind

typeset -i cnt=$((sind - 1))
for i in $(seq $first $last); do
    cnt=$((cnt+1))
    oname=${fname}_$(printf "%02d" $cnt).avi
    echo encoding $oname
    mencoder dvd://$i -dvd-device /dev/dvd -aid 129 -af volume=16:0 -o $oname \
            -oac lavc -lavcopts acodec=mp3:abitrate=48 \
            -ovc lavc -lavcopts vcodec=mpeg4:autoaspect:vbitrate=480 \
            -vf scale=400:300,crop=400:240:0:20 \
            -ffourcc DIVX \
            -idx

done

I run it with the DVD in the drive. It invites me to select which titles I want to rip, the filename and a 'start index' to start numbering the titles from.

Then it gets on with it!

I'd suggest that anyone who might find it useful investigate the various man pages for mencoder. There's a trade-off between filesize and quality, of course - you may find that a higher audio bitrate is appropriate than I've chosen here, for example, or you might not need to increase the audio volume, as I've done here. Or you might wish to trim some rough edges from your material with a different crop value. The 'acidrip' package is very good for guessing crop values automatically.

Happy to answer any questions.

Deaj 2008-03-25 02:17

Re: How To: Convert DVD to N800
 
Quick question - how much storage space will an average 90 minute DVD require after conversion for use on a NIT?

GeraldKo 2008-03-25 02:33

Re: How To: Convert DVD to N800
 
Quote:

Originally Posted by Deaj (Post 159739)
Quick question - how much storage space will an average 90 minute DVD require after conversion for use on a NIT?

About 340MB

mcdave2042 2008-03-25 08:09

Re: How To: Convert DVD to N800
 
Many thanks GeraldKo. I didn't realise they were different. It's working fine now.

speculatrix 2008-03-25 10:33

Re: How To: Convert DVD to N800
 
Quote:

Originally Posted by GeraldKo (Post 159744)
About 340MB

I get about the same with my 2-pass script, if I try and shrink any more the quality loss is quite noticeable. On a recent long journey the n800 kept my son busy for quite a while watching a ripped DVD!

Jaffa 2008-03-25 10:41

Re: How To: Convert DVD to N800
 
The next version of tablet-encode will enhance its DVD ripping auto-selection mode (which selects the longest title on the DVD) with a --all option, which rips all titles within 10% of the longest track.

This'll mean that you can insert a DVD of a TV show (such as Star Trek or M*A*S*H and rip all the episodes direct to your Nokia with:

Code:

tablet-encode --all dvd: /media/nokia-external/
Shiny, n'est pas?

slimjim 2008-03-25 11:56

Re: How To: Convert DVD to N800
 
Quote:

Originally Posted by GeraldKo (Post 159744)
About 340MB

That's roughly the level of compression I use, as well. A 24-min TV programme represented as 400x240 ends up as a ~97MB file, typically. Remarkable when you consider that you can get about 40 onto a 4G micro-SD card, when you compare the size of one of those to a VHS tape :D


All times are GMT. The time now is 05:21.

vBulletin® Version 3.8.8