The Girl Next Door
marketing is deceiving…one of the sweetest movies in years
The Girl Next Door’s tagline “Matt didn’t see her coming…but all his friends have!” is very deceiving, because the movie is not like that at all. When you see this, you’ll expect a raunchy, borderline porn movie, but what you get is a refreshing, adorable, and sweet love story with great performances from Emile Hirsch and Elisha Cuthbert.
Matthew Kidman (Emile Hirsch, The Emperor’s Club, Lords of Dogtown) is not a geek by any means. He’s your everyday nice guy who’s never really ‘lived’. He is the top student, the class president, and he’s in charge of bringing a teenage super genius to the U.S.A. Everything is going fantastic, because he even gets accepted to Georgetown. Only problem is, he needs the money to get to the school, and this can only be paid by winning a scholarship. A few days before his speech on why he deserves the scholarship, Matt meets Danielle (Elisha Cuthbert, ‘24′, Weezer’s ‘Perfect Situation video), a breathtakingly beautiful girl who (after a hilarious few scenes where they meet) he instantly falls for, and she falls for him.
For the first part of the movie, you see Danielle, the near unfairly sexy girl, push Matt to limits he hasn’t gone to, such as running in the street naked, swimming in a stranger’s pool, and skipping school. They’re falling in love, and it’s easy to see on screen, and it’s adorable.
Just when it can’t get any better for Matt, things take a turn for the worse. One of his best friends, Eli (the hilarious Chris Marquette), who is a massive porn addict, goes through his collection, and finds a tape…and who is the star? Danielle. Turns out, Danielle had just quit her job as a porn star and decided to turn over a new leaf. After a near tear-jerking scene, Danielle returns to her old career by contacting her old boss, a gritty and suave porn producer named Kelly (Tim Olyphant). It’s at this point that Matt decides that he doesn’t care about Danielle’s past, and he’s in love with her. He decides that he’ll do anything to get her back, including taking on Kelly, the porn industry, and some very weird people.
After some events, the plot strays away from just Matt and Danielle, and thickens to become a real movie, not just a teen movie. The movie does an excellent job of keeping us interested, because just as the plot becomes serious, Eli and Matt’s other friend, Klitz, add some very funny moments and ideas. Yes, the movie does sound like the classic Risky Business, but it does things that separate itself from that movie. The chemistry between Hirsch and Cuthbert is magical, and despite her gigantic sex appeal, the character of Danielle is so lovable for how sweet and caring she is to Matt. There are some great plot twists that keep you interested, not to mention hilarious in jokes and one liners, and not to mention a classic quote: “The juice was worth the squeeze”. You’ll understand. Tim Olyphant is great in a somewhat opposing role, and veteran actor James Remar makes a few appearances as a porn producing giant. The movie’s ending is so great and funny that you can’t help but enjoy, not to mention mysterious, keeping you hanging by a thread the whole way through.
Registry Hacking
Display legal notice on startup:
Wanna tell your friends about the do’s and dont’s in your computer when they login in your absence. Well you can do it pretty easily by displaying a legal notice at system start up.
REGEDIT
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionpoliciessystem]
“legalnoticecaption”=”enter your notice caption”
“legalnoticetext”=”enter your legal notice text”
Automatic Administrator Login:
Well here’s the trick which you can use to prove that Windows XP is not at all secure as multi-user operating system. Hacking the system registry from any account having access to system registry puts you in to the administrator account.
REGEDIT 4
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
“AutoAdminLogon”=”1″
No Shutdown:
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!
Regedit
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer
“NoClose”=”DWORD:1″
Menu Delays:
Another minor and easy tweak to remove any delay from menus sliding out. For this you will need to use regedit (open regedit by going to Start -> Run…, then typing ‘regedit’ and pressing enter). The key you need to change is located in HKEY_CURRENT_USERControl PanelDesktop. The actual key is called MenuShowDelay – all you have to do is change the value to 0. Remember, you will have to re-boot your computer for this tweak to take effect.
GPEDIT.MSC And Autoplay
A great tweaking file that comes with XP is gpedit.msc. Go to Start -> Run… and then type in ‘gpedit.msc’ and press enter. This is effectively the Policies Editor, and it comes in handy often. For example, if you hate CD autoplay like I do and want to permanently disable it, you can use this tool to do so. Just run gpedit.msc, then go to Computer Configuration -> Administrative Templates -> System. In here you can see the value ‘Turn Off Autoplay’. Right-click on it and then click ‘Properties’.
Increasing options in add/remove programs:
Not a fan of MSN Messenger? don’t want Windows Media Player on your system? Fair enough, but if you go to Add/Remove Programs in the Control Panel, by default none of Windows XP’s ‘built in’ programs are visible. it’s fairly easy to change, though… just open the file X:Windowsinfsysoc.inf (where X: is the drive letter where Windows XP is installed) in Notepad. You should see a section of the file something like this:
[Components]
NtComponents=ntoc.dll,NtOcSetupProc,,4
WBEM=ocgen.dll,OcEntry,wbemoc.inf,hide,7
Display=desk.cpl,DisplayOcSetupProc,,7
Fax=fxsocm.dll,FaxOcmSetupProc,fxsocm.inf,,7
NetOC=netoc.dll,NetOcSetupProc,netoc.inf,,7
iis=iis.dll,OcEntry,iis.inf,,7
com=comsetup.dll,OcEntry,comnt5.inf,hide,7
dtc=msdtcstp.dll,OcEntry,dtcnt5.inf,hide,7
IndexSrv_System = setupqry.dll,IndexSrv,setupqry.inf,,7
TerminalServer=TsOc.dll, HydraOc, TsOc.inf,hide,2
msmq=msmqocm.dll,MsmqOcm,msmqocm.inf,,6
ims=imsinsnt.dll,OcEntry,ims.inf,,7
fp_extensions=fp40ext.dll,FrontPage4Extensions,fp40ext.inf,,7
AutoUpdate=ocgen.dll,OcEntry,au.inf,hide,7
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
RootAutoUpdate=ocgen.dll,OcEntry,rootau.inf,,7
IEAccess=ocgen.dll,OcEntry,ieaccess.inf,,7
This is a list of all components installed at the moment. I’ve taken the example of MSN Messenger – the program entry called ‘msmsgs’, third-last line. You can see the word ‘hide’ highlighted – this is the string which tells Windows not to display the component in the Add/Remove Programs list. Fix this up by simply deleting the word ‘hide’ like so:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,hide,7
To this:
msmsgs=msgrocm.dll,OcEntry,msmsgs.inf,,7
Now, after restarting, you should be able to see MSN Messenger in the Add/Remove Programs list. If you want to be able to quickly view and remove all components, simply open the sysoc.inf file and do a global find and replace for the word “,hide” and replace it with a single comma “,”.
Automatically Kill Programs At Shutdown:
don’t you hate it when, while trying to shut down, you get message boxes telling you that a program is still running? Making it so that Windows automatically kills applications running is a snap. Simply navigate to the HKEY_CURRENT_USERControl PanelDesktop directory in the Registry, then alter the key AutoEndTasks to the value 1.
Speeding Up Share Viewing:
This is a great tweak. Before I found it, I was always smashing my head against the table waiting to view shares on other computers. Basically, when you connect to another computer with Windows XP, it checks for any Scheduled tasks on that computer – a fairly useless task, but one that can add up to 30 seconds of waiting on the other end – not good! Fortunately, it’s fairly easy to disable this process. First, navigate to HKEY_LOCAL_MACHINE/Software/Microsoft/Windows/Current Version/Explorer/RemoteComputer/NameSpace in the Registry. Below that, there should be a key called {D6277990-4C6A-11CF-8D87-00AA0060F5BF}. Just delete this, and after a restart, Windows will no longer check for scheduled tasks – mucho performance improvement!
Create a Shortcut to Lock Your Computer
Leaving your computer in a hurry but you don’t want to log off? You can double-click a shortcut on your desktop to quickly lock the keyboard and display without using CTRL+ALT+DEL or a screen saver. To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it “Lock Workstation” or choose any name you like. Click Finish. You can also change the shortcut’s icon (my personal favorite is the padlock icon in shell32.dll). To change the icon: Right click the shortcut and then select Properties. Click the Shortcut tab, and then click the Change Icon button. In the Look for icons in this file text box, type: Shell32.dll. Click OK. Select one of the icons from the list and then click OK You could also give it a shortcut keystroke such CTRL+ALT+L. This would save you only one keystroke from the normal command, but it could be more convenient.
Speed up Internet Explorer 6 Favorites For some reason, the Favorites menu in IE 6 seems to slow down dramatically sometimes–I’ve noticed this happens when you install Tweak UI 1.33, for example, and when you use the preview tip to speed up the Start menu. But here’s a fix for the problem that does work, though it’s unclear why: Just open a command line window (Start button -> Run -> cmd) and type sfc, then hit ENTER. This command line runs the System File Checker, which performs a number of services, all of which are completely unrelated to IE 6. But there you go: It works.
Aspi
WinXP does not come with an Aspi layer. So far almost 90% of the problems with WinXP and CD burning software are Aspi layer problems. After installing WinXP, before installing any CD burning software do a few things first: 1. Open up “My computer” and right click on the CD Recorder. If your CD recorder was detected as a CD recorder there will be a tab called “Recording”. On this tab uncheck ALL of the boxes. apply or OK out of it and close my computer. 2. Next install the standard Aspi layer for NT. Reboot when asked. That’s is. after the reboot you can install any of the currently working CD recording applications with no problems. If using CD Creator do not install direct CD or Take two as they are currently incompatible but Roxio has promised a fix as soon as XP is released.
Another way …
Boot from win98 cd, delete the SAM, SAM.SAV, SAM.LOg files ( in sytem32/config folder ). Note: don’t delete SAM.exe.
How to Use ANY Gadget on Vista’s SideBar
Here is a way to convert Google or almost any Gadgets and use them on your Vista SideBar. I have tried it successfully with Widgets from widgetbox too. You can transform almost any gadget into one that can live on the Windows Vista sidebar or your Desktop. Freeware Amnesty Generator lets you do it, without your having to know even a line of coding !
Download & Install Amnesty Generator (www.amnestywidgets.com/GeneratorWin.html) .Then, choose a Web gadget you’d like to turn into a Vista gadget, click a few buttons to display the gadget’s underlying HTML code. Copy and paste that code into Amnesty Generator, change a few settings, such as the gadget’s name or size, if you wish, and tell Amnesty Generator to turn it into a Windows Vista gadget. The gadget will appear in the Windows Vista Gadget Gallery. From there you can move it to the Sidebar or even your Desktop.
Internet Connection in Linux via Mobile
1.Connect the mobile via USB cable.
2. Open terminal and type su to become root.
3. It will ask for the root password, type in there.
4. Then Issue this command
wvdialconf /etc/wvdial.conf
Phone would be detected as Modem
5. Then to Edit this file(/etc/wvdial.conf), open it in a Text Editor
vi /etc/wvdial.conf
When we issued command in point 4, it showed the address of ur phone that in which USB port it has been connected. note it down from there.
“Modem = /dev/*****” #<– /dev/ttyACM0 for my sony ericcson k510i
6. When Text Editor opens the file, erase everything from there and Paste the following:
[Dialer Defaults]
Modem = /dev/ttyUSB0 # <– Replace it with the reading you got
Phone = *99#
Username = paul
Password = 1983
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Carrier Check = No
The mOdem has been configured successfully.
To dial the internet conenction type
wvdial
If eerything goes fine it wud say that connected successfully.
Press Ctrl+C to disconnect.
Old School
Hey, everybody, let’s go streaking with Will Ferrell!
A rarity these days: a comedy with a decent number of laughs.
Luke Wilson, Will Ferrell, and Vince Vaughn are thirty-something guys with ordinary lives who decide to start their own fraternity so they can re-experience their college days. Of course, all they really want is a good time; although some of their group are genuine students, some have obviously been out of school for a LONG time!
Good and raunchy without being overtly outrageous, this comedy actually made me laugh. It really, really did. Although reminiscent of “National Lampoon’s Animal House” to a degree, it doesn’t feel like a ripoff but a pleasant homage. High marks for the amiable comic cast, especially the always funny Will Ferrell.
A good sophomore effort for Todd Phillips, whose first fiction film was “Road Trip.” One of the stars of that film, Seann William “Stifler” Scott, has a cameo here. And late night talk show host Craig Kilborn is very appropriately cast as a smug, smarmy womanizer.
Better than other comedies I’ve seen lately. I gave it seven out of ten.
How To Make Quality Dvd Rips?
So here is the tip and the best method.
Disclaimer: Dont Use for copyrighted Dvds that is against the law!!! (Only use for backuping your own dvds)….
You need two tools for that:
1) Autogk(free and opeN)
Search for both in google.
Autogk tutorial:
Introduction
Hello, and welcome to Auto Gordian Knot (from here on known as AutoGK). We hope you’ll enjoy using it, and that you’ll learn to back up your DVDs or captures easily and with good quality, to be played in your DVD/MPEG4 player, or on your computer, or perhaps from your computer to your TV set through a TV out on your graphics card.
Before getting started, there are some things you should know. First and foremost is that the laws of different countries vary when it comes to backing up your personally owned DVDs. But almost none allow the backing up of borrowed or rented DVDs. So please familiarize yourself with the laws of your own country regarding the backing up of DVDs. Once more to make this perfectly clear; this guide will take you through the process of backing up your personally owned DVD disks and it was not written to be used for piracy. The author assumes that you own the DVD and that you will be using the copy for your own personal use. It is illegal to even give away copies of movies with copyrighted material. The author does not take any responsibility for the illegal use of this guide or of AutoGK.
Enough of that unpleasantness. We’ll keep this as simple as possible, and assume that you’ve never done this before. Next we’ll tackle the hardware and software requirements.
Hardware Requirements
You’ll need a computer with either a DVD-ROM or a DVD burner. CD-ROMs can’t read DVDs. In addition, you’ll need lots of hard drive space, up to as much as 10 GBs per movie. This will vary, depending on the total size of the VOB files (the files that make up the DVD), the number of CDs you’re going for, whether or not you’re converting the audio to MP3, and a few other things. But nothing is worse than spending all that time to do the encoding, and then running out of space when the final .avi is being written.
So, how powerful of a computer will you need? As powerful as possible. It’s possible to do this with a 500 MHZ processor, but the total time involved may be as much as 24 hours, depending on a number of factors. A 1 GHZ processor may take up to 12 hours. An Intel 2.4 GHZ processor may take a total of 5-6 hours or so, and the fastest of today’s processors may take 3-4 hours. But there are other variables involved, including the length of the movie, the resolution at which you’re encoding, how your system is set up, so these are by no means hard and fast rules. In addition, the quality and amount of RAM is an important factor. Make sure that your computer is as stable as possible. Overclockers, especially, should be aware of this. The fact that you can play Counter-Strike all day with no problems means nothing when it comes to video encoding. There is very little that you can do on a computer that stresses it as much as video encoding. One sign of an unstable computer is if the audio or video encoding causes the computer to crash at random places; that is, at different places during subsequent attempts. These crashes may take the form of a complete freeze up, a blue screen, or a reboot. The cause is often heat buildup, but it may also be brought about by CPU or memory problems, or something more obscure. These problems don’t just happen to those people that build their own computers. Many “store-bought” computers may also have these problems. It’s not really our responsibility to diagnose and fix computer hardware instabilities. If you suspect CPU problems, you might run Prime95 to test the CPU. If you suspect memory problems, then you might run MemTest86 to test the memory. If you suspect overheating, then take the case cover off of your computer and run a table fan blowing towards the CPU while encoding. If you can get through the encoding when doing that, but couldn’t before, then heat buildup is probably the problem. The solutions might include checking to see if the CPU is seated properly, putting on some fresh heat sink paste, installing more fans, or, if overclocked, turning down the OC or the RAM settings. Both Intel and AMD processors work well for video encoding. Apple computers can’t be used with AutoGK. In sum, use the fastest CPU that you can afford, have high quality memory, and lots of it. Lockups and crashes, if they occur, are almost certainly the fault of your computer. AutoGK and the programs it uses have been tested thoroughly and used, in many cases for years, by many thousands of people. These warnings aren’t meant to scare you away from video encoding, but just so you’ll understand if something does happen. The chances are excellent that you’ll sail through this.
Software Requirements and Installation
AutoGK comes with almost all that you’ll need to create excellent quality backups of your DVDs. If you choose to use the DivX 5.2.1 Codec, you’ll have to get and install that as well (link at bottom). But the AutoGK Installer will install everything else that you need. Just designate a folder for the installation, and everything will be taken care of. Optional programs include the XviD Coder/Decoder, AviSynth, and VobSub. If you already have the most recent versions of them, then you don’t need to install them again (although with regarding of codecs – AutoGK is meant to work only with codecs that are bundled with it or mentioned in this tutorial or FAQ. Newer versions of codecs are not automatically supported, so only use them if you know for sure that they work with AutoGK). If you don’t already have them, aren’t sure if you have them, or have no idea what they are, then go ahead and install them. You’ll need them for your encoding.
A note for those with standalone DVD/MPEG4 players. There are two standalone compatibility options available for you during installation of AutoGK (note they also available after you installed AutoGK in its hidden options):
- ESS-based standalones. MPEG4 players with ESS chipsets don’t work with the matrices that AutoGK uses with the XviD Codec (you don’t have to understand what a matrix is, just follow the instructions). Please choose this option if you have such player. Perhaps the problem will be fixed with a firmware upgrade, and perhaps not. But you won’t be losing anything, or getting a movie inferior in any way by choosing that option. If you have such a standalone player, and your XviD videos play with corruption and/or smearing, try this setting. For both XviD and DivX codecs this option also enables Home Theatre profile which is a part of DivX certification for hardware devices and which enables control over VBV buffer. Most standalones have issues with high bitrate spikes that cause internal memory of the player to be full and do not accept more data for a short period of time. This causes pauses, skips and and shuttering. Both DivX and XviD support intelligent control of output buffer overflows so that this problem can be eliminated. Make sure to turn this option on if you experiencing such symptoms during playback on your standalone. Note that its not the only possible reason for having pauses and skips – users reported that by burning movies onto DVDRs instead of CDRs playback can be dramatically improved. Also quality of DVD reader in standalone players varies a lot and cheap reader can be a reason behind your problems as well (check out Doom9’s hardware forum for related discussions)
- MTK/Sigma based standalones. The difference to the previous option is only usage of custom matrices for XviD. VBV buffer control (in the form of HT profiles) is enabled as well by this setting.
If you are not sure which standalone you have its safer to activate ESS support which is the most universal at the moment.
Using AutoGK
First, you have to select an appropriate input file that AutoGK is going to be dealing with and which determines also the type of input source:
-
IFO file is used when you have a DVD like directory that contains IFO file and corresponding VOB files. IFO file is parsed and choice of audio streams and subtitles is presented to the user. If IFO file contains multiple PGCs (program chains) or angles then user will be asked to confirm which ones contained in the vobset (unless the name of VOB file contain this information already). Note that AutoGK cannot work properly on a vobset that still has multiple angles/program chains, so make sure to use appropriate tools to prepare the vobset. Another thing to remember is that AutoGK only works on unencrypted VOB files.
-
MPG, MPEG, VOB, VRO, M2V, M1V, DAT files are expected to have MPEG1/MPEG2 video inside. Only information about audio type (but not language in case of VOBs) is available for these types of files.
-
TS, TP, TRP, M2T files are expected to be transport streams with MPEG2 video inside. If it has multiple video streams then you’ll be asked to confirm which stream AutoGK will be working with.
-
AVI files can have potentially any type of video inside (including DivX/XviD and DV sources). Main requirement for AutoGK to be able to process them is that they can be played in Windows Media Player (or any other DirectShow-based player) on your Windows installation. For current limitations and features see latest FAQ on AutoGK’s web site
If you want to encode multiple input files into one resulting AVI you can do it by appropriately naming input files: *_1.vob;*_2.vob etc and selecting just the first one (Extension can be any of supported types apart from AVI). In IFO mode AutoGK automatically selects all VOBs that belong to one vobset.
In AutoGK select the input file. Select the Output File where you want the intermediate files and final .avi to go. It’s usually the same as the Input file. For the Audio track, select the one you want. Frequently, you’ll have audio tracks in different languages on the DVD. There may also be a 6 channel AC3 (Dolby Digital 5.1), a 2 channel AC3 (DD 2.0), for older, classic films a 1 channel AC3 (DD 1.0) and/or a Director’s Commentary track. If you plan on using MP3 audio, it might be better to choose the 2 track DD 2.0 if there is one. If you’re going for 2 CDs and want the best quality audio, then choose the 6 track DD 5.1 if available. If you want subtitles with your .avi, then choose one of the available languages. These will be “burnt-in” by default, unless you choose external subtitles in the Advanced Settings. That is, they’ll be encoded into the video. About the Output size; the default is for 2 CDs and the AC3 audio (DD 5.1, or 2.0 if no 5.1 is available). If you want to try and put the movie onto 1 CD (with lower resolution and therefore somewhat lower quality), then choose 1 CD, and MP3 audio will be chosen by default. Some movies are long and/or difficult to compress. So (rarely) you may wish to go for 3 CDs. Be warned though; it’s sometimes not possible to fill 3 CDs, even at the highest quality and resolution.
|
Step 1: Select input file name. Output file name will be filled in automatically from input file name(you can change it of course) or its name would be suggested in the Save As dialog from parent directory of IFO file. You can write them just about anyway you want (but if you’re using Win9x OS then its better to avoid non-english characters in the name of files/directories).
|
|
Step 2: By default the first Audio track is chosen, but feel free to choose another of the audio tracks. If you go for more than 1 CD encode it will be included unchanged (not converted to MP3) with the video. However, if you are doing 1CD or less encode then it will be automatically converted to ABR MP3 (which is a form of VBR MP3) at 128 kbps. Second audio track can be selected as well and it might be the Director’s Commentary, or a second language. In this example I’ve chosen to include main audio track and a secondary track that is a Director’s Commentary. This second audio track will be encoded as ABR MP3 at 128 kbps. Advanced Settings (step 4) will allow you to select audio settings manually: whether always leave audio as original AC3/DTS or always convert to MP3. Note that if you are using manual audio settings with two audio tracks then they would both have the same settings. Another thing to remember is that if you are using “target quality” mode (step 3) then by default first audio will be left as AC3/DTS.
|
|
If you want burnt in subtitles, then choose your subtitle track. The default setting is for burned in or subtitles embedded into the video (i.e. you cannot switch them on or off dynamically). If you would prefer to have external subs, then check that box in Advanced Settings. Let’s go into a bit more details about Subtitles. As mentioned before, the default is for burnt-in, or hard coded or embedded subs. You can only have one language of subs at the default setting (because you wouldn’t be able to read two embedded subtitle streams due to overlap). If you prefer to have external or separate subs to be displayed through DirectVobSub, choose your subtitle language in the main screen, and then tick “Use External Subtitles” in Advanced Settings. At the moment, External Subtitles cannot be displayed by standalone DVD/MPEG4 players, although that’s in the process of changing. After selecting External Subs, it’s then possible to have subtitles in 2 languages. With external subtitles you also have a choice of having all subtitles to be included in the output subtitle files (although you have to reload input source in order to “All Subtitles” option to appear). |
| Another Subtitle Option in the Advanced Settings is Forced Subs. Ticking that box does NOT force AutoGK to put the subs into the movie. It’s for a special class of subtitles that you’ll want, even if you don’t want the regular subtitles in your language. Examples of Forced Subs may include the Elvish spoken in the LOTR movies, the Alien languages of the Star Wars movies, the Spanish spoken in Traffic, or sometimes signs in a different language. Forced Subtitles can be real tricky to find. Sometimes (usually) they are part of the main subtitle stream. In such cases, tick the Subtitle Stream in your language on the main screen, and then check “Display only Forced Subtitles” in Advanced Settings. Sometimes they have their own separate Sub Stream. So, you will choose a different Subtitle Stream on the main screen, and then do NOT choose Forced Subs in the Advanced Settings. Sometimes Subtitle Streams, regular or forced subs, are mislabeled and will be in a different language than what it says. The best advice that I can give is to run the Preview before doing the encoding to make sure that you have the right subs. There’s nothing worse than spending all the time to encode the movie, and then finding out that you have to do it all over again because the subs don’t show up. When looking for Forced Subs, try different combinations of languages on the main screen plus Forced Subs in Advanced Settings, or languages on the main screen only. Yeah, I know it’s difficult and time consuming. But at least there aren’t many movies with Forced Subs. |
|
Step 3: Here we see the Output Size Box. The default is for 2 CDs. If you have a TV series, or anime episodes, or some such, on the DVD, you may want to choose to use 1/4, 1/3 or 1/2 CD for each. Although the default is for a 2 CD rip, you may want to put the movie onto 1 CD or 3 CDs. If you plan to put your movie onto a DVD-R, then you might want to choose the 2 GB option, or fit several movies on one DVD-R by choosing one of the fractions of a DVD-R. If you make a 2 or 3 CD rip, then it will also be split into 700 MB pieces for you. 2 GB and different DVD-R sized rips won’t be split. |
|
There are other Output Size options besides the Predefined Size options. Maybe you have CDs of a different size than the standard 700 MB ones. Maybe you’re going to keep the movie on the hard drive or put it on a DVD-R. In such cases you might want to choose a Custom Size. So tick Custom Size, and either fill in or use the up/down arrows to select a Custom Size. A Custom Size won’t be split. If you happen to choose a Custom Size of 1400 or 2100 MB, then it will be split, like a 2 or 3 CD rip will be split. If you want a Custom Size for those sizes, then make them for a slightly different size, such as 1401 or 2101 MB. Another Output Size possibility is Target Quality (in Percentage). If, for example, you keep your movies on your hard drive, or run an HTPC, or plan to burn them to DVD-R and not to CD-R, then the final file size may not be important to you. A Quality encode will give you even quality throughout the movie at your designated percentage. The default is 75%, which will give you very good quality (but for DivX6 default is 60%). Good quality percentages begin at about 67% (Quantizer 3). I don’t think there’s much point in going above about 80% because then you’ll lose some of the benefits of MPEG4’s compression abilities. That’s up to you, though. But remember, if you use a Percentage output, you’ll lose control over file size. A Quality Percentage rip won’t be split. The horizontal width will always be input source width, unless you set a fixed/maximum/minimum width in the Advanced Settings. Note: “Target Quality” mode performs 1-pass encoding while “Target Size” performs 2-passes encoding. (1 pass can speed up encoding considerably, but its not two times faster as you may expect.) |
| Step 4: I’ll get to the Advanced Settings and the Preview shortly |
|
When you’re done setting up each movie, hit the Add Job button. If you’re doing only one movie, then hit Start next, and AutoGK will begin to go to work. If you want to encode more than one job (movie or episode) during this encoding session, then go back and start the process over again. Then when all done, hit Start, and the movies/episodes will be encoded one after the other. If you have more than one movie set up to be encoded, it’s also possible to rearrange their order in the queue, or to delete one or more entirely. Note that you cannot pause the job once its started but if you want temporarily stop encoding after current job is finished you can do so by unticking all other jobs in the queue (to restart them afterwards tick them back and hit Start).By the way, if you have set up some jobs and are all done, then go ahead and start the encoding. If you just set them up, and then close AutoGK, intending to come back later to begin the encoding, you’ll lose all your jobs. AutoGK will start the next time with default settings on the Main Screen and no jobs in the queue.
|
There have been quite a few questions and problems concerning Quality Mode, so let me try and cover some of them. It’s true that you’ll lose complete control of file size. The final size can sometimes even become larger than the original vob files (the original DVD). This can occur when the material is hard to compress. The most common hard-to-compress materials are noisy/grainy material, and full-screen material filmed with handheld cameras. Concert DVDs are often like that, and can often result in huge file sizes. Cheaply made films using low-grade film stock are hard to compress. In such cases you might want to lower the percentage to around 50% and/or encode at a lower resolution than the default.
Advanced Settings. If this is one of your first tries at this, then you will get an excellent quality backup using the defaults. Once you’re feeling a bit more confident, you might want to venture into the Advanced Settings.
The Resolution settings will allow you to set a horizontal resolution (Fixed width) or minimum/maximum horizontal resolution. Minimum width means that the movie will not be encoded at a horizontal width lower than what you set. It will try the higher resolutions, but if the compression test results are too low, it will try lower resolutions until it gets to your minimum width, stop there, and encode it at that width (and corresponding height), no matter what the compress test results might suggest. Although AutoGK can make certain adjustments if the quality won’t be good for your chosen horizontal resolution and file size, it’s very possible that the quality will suffer if you choose a high resolution fixed width and go for 1 CD. The chances of this happening are less if you choose a Minimum width, but it can still happen. If you choose maximum width then AutoGK will try lower resolutions and stop when you desired maximum is reached even if compressibility would allow it to go higher. This might result in undersized final files, so you have to be careful. With time you’ll learn the relative compressibility of different movies, but if you change from the default Auto width, you might pay attention to the Compression Test results when they show up in the Log Window. Ordinarily you’ll want a result of between 60-80%, and if you get below 50% or so, the quality will suffer noticeably, or if you get above 95% then you resulting AVI may be undersized. In that case you may wish to abort the process and start over with a different Horizontal width, use original audio or use an extra CD.
|
Here’s the Advanced Options screen. Auto Width is usually the best choice. Auto Audio will give you MP3 at 128 ABR (Average Bit Rate, a kind of VBR or Variable Bit Rate) for one CD, unless you change it to higher or lower quality (lower is not recommended). A two or three CD movie will automatically get the best quality AC3 (Dolby Digital) 5.1 or 2.0, depending on what’s on the DVD. All of the default choices can be overridden, but make sure you know what you’re doing if you do override them. It is, for example, almost impossible to get good video quality for a one CD rip, if you’ve chosen AC3 Audio, because the AC3 takes up so much room. And if your movie is long, and difficult to compress, even when doing a 2 CD rip, you may want to choose MP3 Audio, rather than the default AC3. Next is the Codec choice. You have 2 choices, with XviD being the default. There’s a link to Doom9’s Codec Shootout (comparison) at the bottom of the page, which may or may not help you to decide which to use. XviD 1.x.x is included with the main AutoGK Install package. You’ll have to get DivX 5.2.1 from the DivX.com web site (link at bottom). If you’re still not sure which to use, if it’s any help to you, both writers of this guide prefer XviD. Both codecs will give good quality results. Both DivX5 and XviD movies will play well on standalone DVD/MPEG4 players. For those of you with an ESS chipset based DVD/MPEG4 player, there’s a note earlier in the guide, in the Installation section, about a special installation procedure for you if you ever plan to use the XviD Codec. If you are wondering what is “Output format” setting and why it is disabled – do not worry at the moment. It was designed for future usage of DivX Media Format that is not available yet. Important: The Advanced Settings will remain after you close and reopen AutoGK, in case you always make your movies with the same Custom Settings. If you use the Custom Settings for one movie, but then intend to do the next one with the Defaults on the main screen (which are reset every time), DO NOT FORGET to also reset the Custom Settings to Auto. You may be unpleasantly surprised , if you next wanted to make a high resolution .avi, to have it come out with a lower resolution because of a setting from a previous movie. |
Preview. This will take a few minutes to set up (7-15 maybe, for a full movie, and a few minutes longer if you want subtitles). It has to create a project file using DGIndex, and maybe Subtitles using VobSub. It will then play the movie. This isn’t really a necessary step, unless you just want to see what it does, or check to see if the Subtitles are displaying correctly. If you are testing out different Sub choices, the indexing of a movie via DGIndex happens only once, and after that it’s quicker and easier to switch Subs (although VobSub will still be run for every new subtitle choice). When checking out the subtitles, don’t be alarmed to see them being displayed twice as “double subs”. One is the subs as they’ll be burned into the movie, and the other is the subs being displayed externally by Direct VobSub. After the encoding is complete, they’ll be fine.
Slow shutdown XP? [Resolved]
When I shut down my computer or log off of my profile, my computer just sits there at the desktop or log off screen and does nothing. It takes two to three minutes for it to finally shut down. My computer never used to do this before. What is wrong with my computer, and how can I fix it?”
One of the most common complaints among Windows 2000 and XP users is that it takes too long for a user to log off. Sometimes this is a symptom of other problems; the user profile does not unload or a user’s roaming profile does not reconcile. The most extreme version of this problem is when the user attempts to log off and an error is logged indicating that the registry has reached its maximum size.
The most common event log that indicates a problem is an event ID 1000 or 1500 with the description “Windows cannot unload your registry file.” This error is not fatal, but it is problematic, and it should be corrected before it becomes chronic.
The most common reason for this happening is system services or programs that run in the background which don’t terminate correctly or relinquish their handles on the registry. On a system with many services running — some of which are highly interdependent — debugging a problem like this can be difficult.
Microsoft has created a tool, UPHCLEAN (User Profile Hive Cleanup Service), that allows the system to monitor applications that access the user registry hives, and determine if an application has left keys open at logoff. If this happens, UPHCLEAN will log the application name and the keys in question, release the keys in question and complete the logoff process. This will not only allow users to log off cleanly, but also allow the problem application to be flagged.
UPHCLEAN has an option to only report the problem applications without forcing open handles to close. To do this, edit the registry and add two keys at HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServices
UPHCleanParameters. The keys, both DWORD, should be named REPORT_ONLY and CALLSTACK_LOG, and set to a hex or decimal value of 1.
UPHCLEAN can be downloaded from Microsoft at this address
The shawshank Redemption
The best story ever told on film,(A must see movie classic)
I believe that this film is the best story ever told on film, and I’m about to tell you why.
Tim Robbins plays Andy Dufresne, a city banker, wrongfully convicted of murdering his wife and her lover. He is sent to Shawshank Prison in 1947 and receives a double life sentence for the crime. Andy forms an unlikely friendship with “Red” (Morgan Freeman), the man who knows how to get things. Andy faces many trials in prison, but forms an alliance with the wardens because he is able to use his banking experience to help the corrupt officials amass personal fortunes. The story unfolds….
I was so impressed with how every single subplot was given a great deal of respect and attention from the director. The acting was world-class. I have never seen Tim Robbins act as well since, Morgan Freeman maybe (e.g. Seven). The twists were unexpected, an although this film had a familiar feel, it wasn’t even slightly pretentious or cliched, it was original. The cinematography was grand and expressive. It gave a real impression of the sheer magnitude of this daunting prison.
But the one thing which makes THE SHAWSHANK REDEMPTION stand above all other films, is the attention given to the story. The film depends on the story and the way in which it unravels. It’s a powerful, poignant, thought-provoking, challenging film like no other. If Andy were to comment on this film, I think he might say: “Get busy watching, or get busy dying.” Take his advice.
KB 928336 .Net Hotfix Problem Solved by me!!!
The past few days of my study leave were ruined by well infamous KB 928336 (Net framework 1.1 security update for framework service pack 1). As we all know From july 2007 This update didnt install in most of the xp oses in the automatic updates! the result is the yellow ballon will come and each time it will try to install when shuttin down!! It leads to nothing but failing of update! All other updates Seem to work!
How to solve?
Instructions:
1) Download the script package
and extract it into a folder of your choice. The path can contain spaces but no special characters such as exclamation marks.
2) Read readme.txt if it’s your first time
3) Download the .NET installer(s) you wish to have processed into the folder you created:
- .NET 1.1
- NDP1.1sp1-KB867460-X86.exe
- NDP1.1sp1-KB928366-X86.exe
- language pack for .NET 1.1 in your language
- .NET 2.0 (must be renamed to dotnetfx2.exe)
- NDP20-KB928365-X86.exe
- language pack for .NET 2.0 in your language (must be renamed to langpack2.exe)
- .NET 3.0 (full redist called dotnetfx3.exe with a size of 50MB)
- language pack for .NET 3.0 in your language (must be renamed to langpack3.exe)
- XPS update for .NET 3.0 and .NET 3.0 language pack
- if including .NET 3.0, optionally include msxml6_x86.msi (msxml6-KB*.exe is also accepted)
4) Optionally, edit _SNM.ini (the answer file) to your needs
5) Run the script by double-clicking SNM.cmd from within a Windows account with administrative privileges
This is an integrating tool that integrates (frame work 1,2,3 with latest updatesto a single package the 2,3 are optional we can do with 1.1 and its updates).
Then uninstall the previous version of framework V1.1.!!!!!!
If the installer gives error 2908 then move mscoree.dll from system32 during installation and place it back to syste32 after installation!!!!!
Eurotrip!!
EurotripExcellent Absurd Comedy: Funnier Than American Pie
8/10
This movie is hilarious & a must see for those who like American Pie, Scary Movie, Senseless & similar types of comedies. Eurotrip uses almost every single cliché or stereotype regarding Europe & exaggerates it enormously in an unbelievably funny way.
Surprisingly the acting, which is done mainly by unknown actors & actresses, is very good. As for Michelle Trachtenberg, she is just plain awesome. Her acting deserves real praise. Plus, the film features several pretty successful cameo appearances. Lucy Lawless as S&M dominatrix is particularly hilarious.
Though the story itself can’t be considered particularly original, the movie is interesting, cause of unstoppable flow of hilarious jokes. The theater was almost torn down with the viewers’ laughter, when I watched the film. The scene with The Pope is an instant classic in my point of view, I haven’t seen something this hilarious since the first Scary Movie came out. Some satirical aspects also take place in the movie: especially funny was the scene, when the characters arrive to a club in Slovakia & hear a techno remix of a song ‘Scotty Doesn’t Know’. Awesome moment.
In general, I think the film is underrated. In my opinion it is better than the first & the second American Pie, the second Scary Movie & a great number of less famous comedies. Go see it & have fun.
-
Archives
- December 2009 (1)
- June 2009 (1)
- March 2009 (1)
- February 2009 (1)
- October 2008 (2)
- June 2008 (3)
- May 2008 (1)
- March 2008 (8)
- February 2008 (12)
-
Categories
-
RSS
Entries RSS
Comments RSS



