Jump to content

Recommended Posts

Posted

I've been thinking about making a FRAPS like application.

More for my own fun than anything else.

Feature wise I'd like to have the following:

- Could capture video and sound into .avi format at x fps, for y seconds, as long as it does not exceed z MB.

- Take individual screenshots every x seconds.

- Users would be able to transform an .avi into a semi slide show. Where you could pause the .avi at any moment and insert a comment without need for video editing programs. Than the program would re-render the video with a user specified pause at each inserted comment.

- Capture sound only, for example in-game dialog, or perhaps transform a movie into an audio book.

Is sound capture possible with AutoIt?

For video capture, is there a handy function available? Or would I have to capture screenshots very quickly, would that hamper performance? If I did take the screenshots how could I join them together with sound?

Posted (edited)

I think you would probably have do screen shots every X seconds, then use a program at the end to convert the images into a movie(preferably one that supports command line switches).

Other than that, I don't think there's any "easy" way to do it.. maybe with DllCalls, I don't know.

Edit:

All the filewrites would probably have an impact on performance, yeah :/

Edited by FreeFry

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...