Reply
Thread Tools
YoDude's Avatar
Posts: 2,869 | Thanked: 1,784 times | Joined on Feb 2007 @ Po' Bo'. PA
#11
Originally Posted by GeneralAntilles View Post
If you can get a ~$100-$150 N800 and paying ~$500 for the next tablet when it comes out, then I'd do it. The N800 will be a lot of fun in the mean time, and it'll get a big breath of life once Mer gets day-to-day usable. Then you can buy the next one when it comes out.

If ~$500 in addition sounds like a problem to you, then maybe buy the N800 anyway and wait until the next tablet's price comes down a bit and buy it then.

If that sounds like too much time with old hardware, then just wait for the next tablet.
Excellent advice. There will always be plenty to do with an N800... and with it's 2 memory card configuration, it may even be a better choice than a used N810 at the same price...

It will be interesting to see how the used market plays out after the release of the next device.
 
GeneralAntilles's Avatar
Posts: 5,478 | Thanked: 5,222 times | Joined on Jan 2006 @ St. Petersburg, FL
#12
Originally Posted by YoDude View Post
It will be interesting to see how the used market plays out after the release of the next device.
I can't see it being drastically different from the 770. It'll have a bit of a price drop when the new tablet(s) come out, and end up hovering around the $50-$100 range for a few years.
__________________
Ryan Abel
 
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#13
Originally Posted by shadowdude1794 View Post
I haven't been hesitant, I have nearly bought one multiple times... then saw an upgrade for my computer and splurged. I already have a 770 (which has a weird screen problem, and compUSA refuses to fix it) and I thought that it was an excellent device. The n810 looks nice to me, but I just don't see any reason for me to get one. I have a portable keyboard, and memory size is a big deal to me so the one card slot is a huge limitation for me. My main needs? Full web browsing (desktop/laptop like experience), battery life, music, memory, movies, and a large application catalogue (so expandability).
For the following reasons, maybe I was wrong; maybe the n800 is for you.

Unfortunately, I think the days of 2 SD slots (regardless of size) are gone.

Full web browsing (desktop/laptop like experience): average to excellent, but can be dependent on the user's personality and customization ability
battery life: Very good to excellent
music: Very good to excellent
memory: Good enough
movies: Needs help. But can be excellent if you're willing and know how to do offline transcoding. For example, if you know how to use mplayer to find the proper cropping rectangle and you also know that the maximum effective resolution for tablet encoding is 400x240, you can rip beatiful video for the n800. I can post some mencoder scripts if need be.
large application catalogue: Subjective
__________________
N9: Go white or go home
 
Posts: 5 | Thanked: 0 times | Joined on Mar 2008
#14
Daperl: can I have those scripts please? I'm a little bit of a visual freak, is everything at full settings/max "prettiness"?
 
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#15
Originally Posted by shadowdude1794 View Post
Daperl: can I have those scripts please? I'm a little bit of a visual freak, is everything at full settings/max "prettiness"?
Remember, this for an n8x0, so pretty and beautiful are relative. The settings are as "pretty" as I'm able to understand things. Because the tablets fall just short of being video powerhouses, someone like yourself might be underwhelmed. Anyway, see what you think. I had to adjust the audio playback delay, so I used the mplayer command line argument:

-delay .2

Also, if you're having problems playing a dvd with mplayer, you might have to go here.

Code:
#! /bin/sh

cropDetectChapter=27
cropDetectFile="crop_detect.txt"
now=`date +'%s'`
prefix="movie$now"

mplayer dvd://1 -chapter $cropDetectChapter -aid 128 -frames 100  -vf cropdetect > $cropDetectFile
nChapters=`awk '/^There are [1-9][0-9]* chapters in/ { print $3 }' $cropDetectFile`
echo "nChapters = $nChapters"
chapterList=`echo $nChapters|awk '{ for (i=1; i<=$1; i++) printf "%02d ", i; printf "\n" }'`
cropRect=`sed -n -e 's/.*crop=\([1-9][0-9]*\):\([1-9][0-9]*\):\([0-9][0-9]*\):\([0-9][0-9]*\).*/w=\1;h=\2;x=\3;y=\4/p' $cropDetectFile|tail -1`
eval $cropRect
scaleDims=`echo "$w $h" | awk '{\
    w = $1;\
    h = $2;\
    r = w / h;\
    nh = 400.0 / r + .5;\
    printf "nw=400;nh=%d\n", nh;\
    }'`
echo $scaleDims
eval $scaleDims
echo "$w $h $x $y $nw $nh"
pass="1 2"

for ch in $chapterList ; do
   rm divx2pass.log
  for j in $pass ; do
    mencoder -chapter $ch-$ch -aid 128 -noskip -ofps 24000/1001 -oac mp3lame \
      -lameopts br=128:cbr:vol=6 -ovc lavc \
      -lavcopts vcodec=mpeg4:vbitrate=650:v4mv:mbd=2:trell:turbo:vpass=$j \
      -vf crop=$w:$h:$x:$y,scale=$nw:$nh,harddup -of avi dvd://1 -o $prefix-$ch.avi
  done
done
__________________
N9: Go white or go home

Last edited by daperl; 2009-05-10 at 16:34.
 

The Following User Says Thank You to daperl For This Useful Post:
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#16
@shadowdude1794

I've edited my script post a few times. If you have "The Matrix," give chapter 32 a try with my latest changes. The helicopter warping the building seems to be a decent visual test. Do you even have mplayer for your 770?
__________________
N9: Go white or go home
 
Posts: 5 | Thanked: 0 times | Joined on Mar 2008
#17
No I don't... there's a weird screen problem that makes it impossible to see anything on the screen. When I get the n800, I'll try it.
 
totololo's Avatar
Posts: 258 | Thanked: 176 times | Joined on May 2009 @ Paris France
#18
I have both N800 & N810. N800 is a really great device, although i prefer the N810, mainly for the outdoor-readable screen.

If you don't need GPS, not-very-good-keyboard and outdoor screen, don't buy a N810.

If your 770 is almost dead, why would you wait, you don't even know when the next NIT will be available !

About video :
If you are OK with re-encoding your videos, you can achieve VERY GOOD quality up to 640x352 pixels at 24 fps (using the default player).
 
Reply


 
Forum Jump


All times are GMT. The time now is 22:06.