HTFC Forums

H.T.F.C.

How To Fix Computers





Go Back   HTFC Forums > Hardware Newsgroups > Homebuilt PC

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1  
Old 10-29-2009, 09:36 AM
brassplyer
Guest
 
Posts: n/a
Default Long video processing sessions with Virtualdub make computer hitchy,has to be rebooted

I've noticed that if I do a long video processing project with
VirtualDub, it has an odd effect on the computer. It causes it to
intermittently seize or freeze. Not lock up altogether but if you drag
the mouse across the screen it moves - sticks - moves - sticks. Ditto
if you play an audio file - plays - glitches - plays - glitches.
Rebooting fixes it.

For example, I just processed a video that's almost 2 hours long with
a Deshaker filter in VirtualDub. Took over a day to process step 1, at
the end of step 1, it exhibited the above symptom. Rebooted, things
were okay. Then applied step 2 which is actually applying the filter
and saving the processed file which took over 6 hours, at the end of
which the machine exhibits the same symptom. And again, reboot, all is
back to normal.

Any idea why this is?

Running XP Home, P4 2.4 gig, Soyo Dragon mobo.

Thanks for all input
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
  #2  
Old 10-29-2009, 11:12 AM
Brian
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computer hitchy, has to be rebooted

brassplyer <brassplyer@yahoo.com> wrote:

>I've noticed that if I do a long video processing project with
>VirtualDub, it has an odd effect on the computer. It causes it to
>intermittently seize or freeze. Not lock up altogether but if you drag
>the mouse across the screen it moves - sticks - moves - sticks. Ditto
>if you play an audio file - plays - glitches - plays - glitches.
>Rebooting fixes it.
>
>For example, I just processed a video that's almost 2 hours long with
>a Deshaker filter in VirtualDub. Took over a day to process step 1, at
>the end of step 1, it exhibited the above symptom. Rebooted, things
>were okay. Then applied step 2 which is actually applying the filter
>and saving the processed file which took over 6 hours, at the end of
>which the machine exhibits the same symptom. And again, reboot, all is
>back to normal.
>
>Any idea why this is?
>
>Running XP Home, P4 2.4 gig, Soyo Dragon mobo.
>
>Thanks for all input


Check that you have plenty of hard disk space and plenty of RAM.
Close down programs running in the background.
It's also a good idea to defreg your hard drive.
IMHO Visa is a better operating system when doing video work.

Regards Brian
Reply With Quote
  #3  
Old 10-29-2009, 01:06 PM
Marty
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computerhitchy,has to be rebooted

On Thu, 29 Oct 2009 01:36:54 -0700, brassplyer wrote:

> I've noticed that if I do a long video processing project with
> VirtualDub, it has an odd effect on the computer. It causes it to
> intermittently seize or freeze. Not lock up altogether but if you drag
> the mouse across the screen it moves - sticks - moves - sticks. Ditto if
> you play an audio file - plays - glitches - plays - glitches. Rebooting
> fixes it.
>
> For example, I just processed a video that's almost 2 hours long with a
> Deshaker filter in VirtualDub. Took over a day to process step 1, at the
> end of step 1, it exhibited the above symptom. Rebooted, things were
> okay. Then applied step 2 which is actually applying the filter and
> saving the processed file which took over 6 hours, at the end of which
> the machine exhibits the same symptom. And again, reboot, all is back to
> normal.
>
> Any idea why this is?
>


It simply sounds like the memory manager is having a hard time honouring
requests from the running application. The VirtualDub software is
probably leaking memory and/or managing its memory poorly. The glitches
etc are the periods when the memory manager is attempting to coalesce
small free fragments of memory into larger contiguous blocks. During this
time the CPU utilization will be very high.

Adding more RAM to your computer would be your best option.

Reply With Quote
  #4  
Old 10-29-2009, 07:28 PM
Paul
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computerhitchy, has to be rebooted

Marty wrote:
> On Thu, 29 Oct 2009 01:36:54 -0700, brassplyer wrote:
>
>> I've noticed that if I do a long video processing project with
>> VirtualDub, it has an odd effect on the computer. It causes it to
>> intermittently seize or freeze. Not lock up altogether but if you drag
>> the mouse across the screen it moves - sticks - moves - sticks. Ditto if
>> you play an audio file - plays - glitches - plays - glitches. Rebooting
>> fixes it.
>>
>> For example, I just processed a video that's almost 2 hours long with a
>> Deshaker filter in VirtualDub. Took over a day to process step 1, at the
>> end of step 1, it exhibited the above symptom. Rebooted, things were
>> okay. Then applied step 2 which is actually applying the filter and
>> saving the processed file which took over 6 hours, at the end of which
>> the machine exhibits the same symptom. And again, reboot, all is back to
>> normal.
>>
>> Any idea why this is?
>>

>
> It simply sounds like the memory manager is having a hard time honouring
> requests from the running application. The VirtualDub software is
> probably leaking memory and/or managing its memory poorly. The glitches
> etc are the periods when the memory manager is attempting to coalesce
> small free fragments of memory into larger contiguous blocks. During this
> time the CPU utilization will be very high.
>
> Adding more RAM to your computer would be your best option.
>


Except, in a 24 hour run, the program has probably churned through
many times a 4GB memory space. Adding RAM won't help, if this is
a problem with how the OS works. The best a person can do, is find tools
to dump resource usage, on the off chance you might stumble on what
it is out of.

http://blogs.technet.com/markrussino...6/3211216.aspx

Some of the tools referenced in that article, are written by the author
of the article, and can be downloaded from here. Sysinternals was bought
by Microsoft, which is why it is now hosted on a Microsoft site. For
example, you can get "Process Explorer" from here.

http://www.sysinternals.com

Paul
Reply With Quote
  #5  
Old 10-29-2009, 09:08 PM
John Doe
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computer hitchy, has to be rebooted

Paul <nospam@needed.com> wrote:

> http://blogs.technet.com/markrussino...6/3211216.aspx
>
> Some of the tools referenced in that article, are written by the author
> of the article, and can be downloaded from here. Sysinternals was bought
> by Microsoft, which is why it is now hosted on a Microsoft site. For
> example, you can get "Process Explorer" from here.
>
> http://www.sysinternals.com


Microsoft needed them more than anything else IMO, hopefully they
are being paid enough.

FWIW.
My recent favorite of their tools... Autoruns, useful in part for
the right-click pop-up menu "jump to" that efficiently gets you to
the registry entry.
Reply With Quote
  #6  
Old 10-30-2009, 11:11 PM
CLicker
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computer hitchy, has to be rebooted


"brassplyer" <brassplyer@yahoo.com> wrote in message
news:61493a13-e22b-4963-9824-8dc1768c65e4@c3g2000yqd.googlegroups.com...
> I've noticed that if I do a long video processing project with
> VirtualDub, it has an odd effect on the computer. It causes it
> to
> intermittently seize or freeze. Not lock up altogether but if
> you drag
> the mouse across the screen it moves - sticks - moves -
> sticks. Ditto
> if you play an audio file - plays - glitches - plays -
> glitches.
> Rebooting fixes it.
>
> For example, I just processed a video that's almost 2 hours
> long with
> a Deshaker filter in VirtualDub. Took over a day to process
> step 1, at
> the end of step 1, it exhibited the above symptom. Rebooted,
> things
> were okay. Then applied step 2 which is actually applying the
> filter
> and saving the processed file which took over 6 hours, at the
> end of
> which the machine exhibits the same symptom. And again,
> reboot, all is
> back to normal.
>
> Any idea why this is?
>


Yes! XP Home, P4 2.4 gig

> Running XP Home, P4 2.4 gig, Soyo Dragon mobo.
>



Reply With Quote
  #7  
Old 10-31-2009, 03:23 AM
Richard Crowley
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computer hitchy, has to be rebooted

"CLicker" wrote ...
> "brassplyer" wrote ...
>> Any idea why this is?

>
> Yes! XP Home, P4 2.4 gig


Unlikely. Since ALL "XP Home, P4, 2.5 gig" machines don't
exhibit these symptoms, the most likely variable is a memory
leak in the layered application: VirtualDub. Seems almost certain.

>> Running XP Home, P4 2.4 gig, Soyo Dragon mobo.



Reply With Quote
  #8  
Old 11-01-2009, 12:07 PM
Marty
Guest
 
Posts: n/a
Default Re: Long video processing sessions with Virtualdub make computerhitchy, has to be rebooted

On Thu, 29 Oct 2009 14:28:36 -0400, Paul wrote:

> Marty wrote:
>> On Thu, 29 Oct 2009 01:36:54 -0700, brassplyer wrote:
>>
>>> I've noticed that if I do a long video processing project with
>>> VirtualDub, it has an odd effect on the computer. It causes it to
>>> intermittently seize or freeze. Not lock up altogether but if you drag
>>> the mouse across the screen it moves - sticks - moves - sticks. Ditto
>>> if you play an audio file - plays - glitches - plays - glitches.
>>> Rebooting fixes it.
>>>
>>> For example, I just processed a video that's almost 2 hours long with
>>> a Deshaker filter in VirtualDub. Took over a day to process step 1, at
>>> the end of step 1, it exhibited the above symptom. Rebooted, things
>>> were okay. Then applied step 2 which is actually applying the filter
>>> and saving the processed file which took over 6 hours, at the end of
>>> which the machine exhibits the same symptom. And again, reboot, all is
>>> back to normal.
>>>
>>> Any idea why this is?
>>>
>>>

>> It simply sounds like the memory manager is having a hard time
>> honouring requests from the running application. The VirtualDub
>> software is probably leaking memory and/or managing its memory poorly.
>> The glitches etc are the periods when the memory manager is attempting
>> to coalesce small free fragments of memory into larger contiguous
>> blocks. During this time the CPU utilization will be very high.
>>
>> Adding more RAM to your computer would be your best option.
>>
>>

> Except, in a 24 hour run, the program has probably churned through many
> times a 4GB memory space. Adding RAM won't help, if this is a problem
> with how the OS works. The best a person can do, is find tools to dump
> resource usage, on the off chance you might stumble on what it is out
> of.


In a video processing application, it is unlikely to be a resource leak
but rather a memory leak.

In a long run the application will have churned through a massive amount
of memory. As a consequence of the memory leak, more and more of the
physical memory is lost from the application heap which pushes the
machine into eventually spending most of its time thrashing.

Depending on the size of the memory leak, adding extra RAM might delay
the onset of the fragged heap sufficiently to complete the required
processing.
Reply With Quote
Sponsored Links
Fix your Windows Problems - FAST.
FREE Safe Scan Registry Check. Locate & Fix Errors in Minutes!
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Log indicating when I rebooted computer? Paul Windows XP 16 04-05-2009 06:14 AM
Computer mysteriously rebooted Joe Nocella Windows XP 0 05-07-2008 10:05 PM
trying to figure out why a computer rebooted yawnmoth Windows XP 2 10-12-2007 01:17 AM
Rebooted and my computer won't boot up. Ant ASUS 39 05-27-2007 10:29 PM


All times are GMT. The time now is 05:25 PM.


Powered by vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
© 2004 - 2007 Web-S-Sense Pty. Ltd. Usenet and forums posts © their respective authors.
Ad Management by RedTyger