Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Mencoder+Handbrake (Score 1) 501

A shell script I use for iPod videos:

echo -n "Please enter DVD name: "
read name
mplayer dvd://1 -dumpstream -dumpfile $name.vob ./HandBrakeCLI -i $name.vob -r 24 -B 128 -X 320 -Y 240 -I -o $name.mp4
rm $name.vob
echo "Completed"


And if you want a regular DVD...

echo -n "Please enter DVD name: "
read name
mencoder dvd:// -oac mp3lame -ovc xvid -xvidencopts pass=1 -o /dev/null
mencoder dvd:// -oac mp3lame -ovc xvid -xvidencopts pass=2:bitrate=800 -o $name.avi
HP

Submission + - $99 HP Laptop -- no Intel Chips. (engadget.com)

jmccarty writes: From the article: ... NVIDIA is showing off an HP Mini 1000 at CTIA that it has totally gutted, replacing the laptop's stock Atom-based circuitry with its own Tegra wares atop a bone-stock Windows CE build. At first the move seems counterproductive since Tegra can't run XP or Vista, but if you look at this as the first prototype of a large Tegra-powered $99 MID, you're thinking along the right lines.

Comment Re:Won't somebody PLEASE THINK (Score 0) 904

Actually, I think that NOT thinking is the cause of this discontentment. Right after 9/11 when Bush had a record high approval rating and everyone was ready to surrender their rights to be safe from terrorists, no one was thinking about what might happen down the road. No one said "In 8 years, maybe we won't want invasion of our privacy. Let's NOT sign the PATRIOT act." Once you have given power to the government, it is very difficult to take it away.

Comment Re:Just out of curiosity... (Score 0) 355

Fixing, didn't mean to post as AC. Thanks for the feedback. I had assumed it was mainly propaganda when I first saw it, but I didn't know if the 'scientific' arguments were valid. The main point of the video seemed to be that the sun is the primary driver of global warming and CO2's impact is negligible, but it looks like that argument is already taking place elsewhere.

Comment Just out of curiosity... (Score 1, Interesting) 355

I know this is somewhat off topic, but did anybody else ever watch The great global warming swindle? Have we actually determined that the warming models are correct, and that we actually can reverse the course of climate change? I have the feeling that global warming continues to be more of a politically driven argument than a scientific one.

Comment My 2 cents worth... (Score 1) 655

For what you are trying to do, I would suggest just spending $1-2k on a nice new middle of the line workstation. Get an LCD monitor, Laser printer, and just modernize all of the hardware. Migrate your customer database to something newer, such as QuickBooks,and buy a few flash drives for regular backups. That way your data is protected, and you won't need to spend a bundle on fancy hardware. If something breaks, you can bring it to a PC repair shop, and your data is not stuck in an out of date format.

Slashdot Top Deals

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...