![]() |
2009-05-09
, 18:39
|
|
Posts: 5,478 |
Thanked: 5,222 times |
Joined on Jan 2006
@ St. Petersburg, FL
|
#12
|
It will be interesting to see how the used market plays out after the release of the next device.
![]() |
2009-05-09
, 19:35
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#13
|
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).
![]() |
2009-05-09
, 20:31
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2008
|
#14
|
![]() |
2009-05-10
, 01:11
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#15
|
Daperl: can I have those scripts please? I'm a little bit of a visual freak, is everything at full settings/max "prettiness"?
#! /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
The Following User Says Thank You to daperl For This Useful Post: | ||
![]() |
2009-05-10
, 16:40
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#16
|
![]() |
2009-05-10
, 16:42
|
Posts: 5 |
Thanked: 0 times |
Joined on Mar 2008
|
#17
|
![]() |
2009-05-11
, 08:41
|
|
Posts: 258 |
Thanked: 176 times |
Joined on May 2009
@ Paris France
|
#18
|
It will be interesting to see how the used market plays out after the release of the next device.