Seems whenever I work with large avi files or anything to do with dvd, I soon need to defragment my HD. Am using Tmpgenc plus, Tmpgenc DVD Author, DVD Decrypter, Edit Studio 4, and a canopus advc-100 for analog to digital capture. PC is win XP pro Athlon 64 3500+. Defragging takes a long time and is a nuisance. Possible I am doing something wrong?
+ Reply to Thread
Results 1 to 5 of 5
-
-
When defraggmenting, close as many programs as you can thats running in the backround. Try defraggmenting in safe mode and leave it running overnight if that helps.
You dont need to defrag too often. Maybe once every few months. -
Waheed, thanks, that is good advice, but what I am really asking is:
Why, when I strart with a defragmented HD, as soon as I work on a large video file, and I do a windows defrag analysis, it shows lots of 'red areas' and says 'time to defrag'. How come? -
Originally Posted by insaprsr
As you "work on a file", scratch files and fragments build up.
Keep captures separate from the OS drive if possible. If a laptop, at least make a capture partition. This will simplify defragmenting. -
Originally Posted by insaprsr
I've got a batch file I've set up that defrags in commandline mode and shuts down the PC, so I run that the night before I'm planning on doing caps and it defrags overnight then shuts the PC down for me, so it's ready to roll the next day.
Here's the code:
Code:@echo off defrag.exe c: -f -v >> C:\logs\defrag_c.txt cd\windows shutdown.exe -s -f -t 0
If in doubt, Google it.