Brakefield Posted June 21, 2007 Posted June 21, 2007 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?
FreeFry Posted June 21, 2007 Posted June 21, 2007 (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 June 21, 2007 by FreeFry
ptrex Posted June 22, 2007 Posted June 22, 2007 @FreeFryMaybe this can get you started.http://www.autoitscript.com/forum/index.ph...Webcam&st=0Regardsptrex Contributions :Firewall Log Analyzer for XP - Creating COM objects without a need of DLL's - UPnP support in AU3Crystal Reports Viewer - PDFCreator in AutoIT - Duplicate File FinderSQLite3 Database functionality - USB Monitoring - Reading Excel using SQLRun Au3 as a Windows Service - File Monitor - Embedded Flash PlayerDynamic Functions - Control Panel Applets - Digital Signing Code - Excel Grid In AutoIT - Constants for Special Folders in WindowsRead data from Any Windows Edit Control - SOAP and Web Services in AutoIT - Barcode Printing Using PS - AU3 on LightTD WebserverMS LogParser SQL Engine in AutoIT - ImageMagick Image Processing - Converter @ Dec - Hex - Bin -Email Address Encoder - MSI Editor - SNMP - MIB ProtocolFinancial Functions UDF - Set ACL Permissions - Syntax HighLighter for AU3ADOR.RecordSet approach - Real OCR - HTTP Disk - PDF Reader Personal Worldclock - MS Indexing Engine - Printing ControlsGuiListView - Navigation (break the 4000 Limit barrier) - Registration Free COM DLL Distribution - Update - WinRM SMART Analysis - COM Object Browser - Excel PivotTable Object - VLC Media Player - Windows LogOnOff Gui -Extract Data from Outlook to Word & Excel - Analyze Event ID 4226 - DotNet Compiler Wrapper - Powershell_COM - New
Brakefield Posted June 23, 2007 Author Posted June 23, 2007 (edited) @FreeFryMaybe this can get you started.http://www.autoitscript.com/forum/index.ph...Webcam&st=0RegardsptrexI saw that earlier myself, just that those $WM_CAP_.... things are above me right now.The DLLCall definitely helps, I'll try to mess around with that, thanks! Edited June 23, 2007 by Brakefield
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now