1

I'm working on a project where I need to record the desktop during an event started by the user. I found this code which has been really helpful, since I am new to C#.

However, when I increase the FPS in the Recorder Params in main, the outputted video file is sped up drastically. It seems to be speeding up in relation to how much you increase the FPS by.

I've tried to look into why this might be happening, but I can't find any documentation on SharpAVI or on Captura. Can anyone shed some light on why this might be happening? It would be really nice to be able to have a 30 FPS avi, and for the sake of learning, I'd really like to know whats going on.

zach
  • 61
  • 1
  • 6

1 Answers1

0

If anyone is interested this is an issue i had. I found you have to timestamp each of the frames individually as the media player you are using doesnt know when to update the frame so by default just updates them as quickly as possible.