PDA

View Full Version : Handbrake


GLeoni
2006-03-06, 01:01
Using a Mac (OSX), has anyone gotten a DVD onto the Nokia using Handbrake ONLY (without a converter) ? If so, what settings did you use ?

Cheers !

oafbot
2006-03-06, 04:15
I've only done it in a 2 step process.
First converting it into MP4 AAC in handbrake.
Then converting that movie with the media converter into a AVI format that the Nokia 770 could handle.

It takes time, but I could not get handbrake to make a file that played directly on the 770.

niko
2006-03-06, 08:39
I was asking this too in this thread:
http://www.internettablettalk.com/forums/showthread.php?t=764&highlight=handbrake

No answer since 12-18-2005 probably means nothing good.
But maybe there is an other version out by now:-)

chrwei
2006-03-06, 16:57
avi is MP4, but you'll need it have the DIVX fourcc. ffmpeg defaults seem to work well, or at least mplayers default lavcopts for vcodec=mpeg4, so long as your resolution and bit rate are low enough for the n770 to decode it.

i don't have a mac so I cant test with your tool, but this mplayer command will work:
mencoder dvd://1 -o "movie.avi" -oac mp3lame -lameopts abr:br=64 -ovc lavc -lavcopts vcodec=mpeg4:autoaspect:vbitrate=350 -vf scale=176:144 -ffourcc DIVX -idx -ofps 15


dvd://1 is for the first track, dvd://5 would do the 5th track. there are also mplayer options to choose specific chapters and timestamps, see the mplayer docs. use scale=240:144 for widescreen and you might have to play with the bitrate. you can try a bit lower bitrate and change -ofps to 23.976 or 29.970 if it seems jumpy. keep in mind that is your fps and bitrate are too high, the 700's player will drop frames anyway and make it jumpy in a much less desirable way than 15 fps will.

and before someone jumps up and down about copying movies, this will not work on a commercial dvd without some extra effort, which i will not go into here. this command is for encoding your unecrypted dvd's for playback on the 770.

GLeoni
2006-03-08, 01:41
Thanks ! I will try it.

iangoh
2006-03-17, 23:50
I've been able to modify the HandBrake 0.7.x (OSX) source code so that it encodes mpeg4 AVI with DIVX instead of the default DX50 (DIVX5).

See http://www.internettablettalk.com/forums/showpost.php?p=11200

It's a simple modification, but you'll need at least xcode and something called 'jam' to build your own HandBrake from source.

You can find handbrake source code at http://handbrake.m0k.org/download.php and jam at ausmac (http://apple.doit.wisc.edu/mirrors/ausmac/Audio-SW/HandBrake/) mirrors.

Cheers!

- Ian

chrwei
2006-03-18, 00:04
or you could just run "mencoder -aoc copy -ovc copy -ffourcc DIVX -o new.avi orig.avi" to change it afterwards without having to reencode

niko
2006-03-21, 07:53
run "mencoder -aoc copy -ovc copy -ffourcc DIVX -o new.avi orig.avi"

Sounds great, but I get an error: aoc is not an MEncoder option.
Using MEncoder 1.0pre7-3.4.2

aflegg
2006-03-21, 09:10
Should be "-oac"

niko
2006-03-21, 14:52
Thanks guys, it really works with this little "AVI FourCC Code Changer" tool.

(http://www.inmatrix.com)

XeQtoR
2006-12-25, 21:34
Does this mean you can change divx movies to a usable format (for the n770) with just this application. So after conversion with this tool you can watch movies with the build-in videoplayer?

cow_racer
2006-12-25, 22:01
I use the Nokia 770 Video Convert. It can convert divx video into avii which you can play on your Nokia 770. I use MPlayer for playing video. http://maemo.org/maemowiki/VideoEncoding

chrwei
2006-12-26, 04:08
Does this mean you can change divx movies to a usable format (for the n770) with just this application. So after conversion with this tool you can watch movies with the build-in videoplayer?

yes, that's exactly what it means

Jiz
2007-04-04, 20:24
<bump> Any news on ripping with Handbrake or the new Mediafork.... with the new and improved IT07 FW??

knox
2007-04-05, 02:17
I had luck with DVDs previously converted for a Palm Treo 650 using Handbrake. Picture settings were 320 x 240. Although the built in player will not recognize the video format, mplayer does a good job.

amaryl
2007-04-05, 03:33
Using a Mac (OSX), has anyone gotten a DVD onto the Nokia using Handbrake ONLY (without a converter) ? If so, what settings did you use ?

Cheers !

Hi, yep worked fine for me, used handbreak unmodified, encoded for my nokia800, on my powermac.... no problems....

Nathan Turnage
2007-04-05, 14:08
Hi, yep worked fine for me, used handbreak unmodified, encoded for my nokia800, on my powermac.... no problems....

And your settings were what exactly? I am an old hand at using Handbrake for movies on the Palm, but the n800 doesn't like the same settings I have been using for the last couple of years. Any info would be appreciated.

~Nate