0

I recorded a huge raw avi video using SimpleScreenRecorder but it can't be played smoothly.

Every about 10 seconds the video stops to render.

How can I avoid this. I don't think my computer can't render it. I think it just needs some configuration. I need to know how to debug to find out where the problem is and "do an override" if necessary to get it to play. Or at least make sure that my computer really can't render it.

842Mono
  • 10,070

1 Answers1

1

did you check your systems manager what you CPU load is? How big and long is your file. RAW Videos can quite big and take some time to load from harddisks. Maybe there your problem comes from.

With iostat you can check your io's to your harddisk (if you think it could be the problem) Here you can finde a description how to use it.

Kais3n
  • 56