ur Posted April 22, 2020 Posted April 22, 2020 With _ScreenCapture_SaveImage, I can capture the screenshot on the machine. https://www.autoitscript.com/autoit3/docs/libfunctions/_ScreenCapture_SaveImage.htm But, is there any other code to capture the screen as a video and save the file to gif from autoit? Please suggest.
Musashi Posted April 22, 2020 Posted April 22, 2020 Just suggestions, no idea if that helps you. https://www.autoitscript.com/forum/topic/168087-gifcamex/ Without AutoIt : https://www.cockos.com/licecap/ FrancescoDiMuro 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
FrancescoDiMuro Posted April 22, 2020 Posted April 22, 2020 @ur This might help you Musashi and TheXman 2 Click here to see my signature: Reveal hidden contents ALWAYS GOOD TO READ: Forum Rules Forum Etiquette
Nine Posted April 22, 2020 Posted April 22, 2020 @ur You seem to enjoy letting ppl work for you instead of making the effort from your end. Not the first time I see you doing so... “They did not know it was impossible, so they did it” ― Mark Twain Reveal hidden contents Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
ur Posted April 23, 2020 Author Posted April 23, 2020 On 4/22/2020 at 9:55 PM, Nine said: @ur You seem to enjoy letting ppl work for you instead of making the effort from your end. Not the first time I see you doing so... Expand How it is considered as I am asking others to work my part? I just asked for the name of UDF if any
Nine Posted April 23, 2020 Posted April 23, 2020 Alright there is an AVI UDF that I recently tested , and it is working fine. Search that in example section of the forum. “They did not know it was impossible, so they did it” ― Mark Twain Reveal hidden contents Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Debug Messages Monitor UDF Screen Scraping Round Corner GUI UDF Multi-Threading Made Easy Interface Object based on Tag
ur Posted June 25, 2020 Author Posted June 25, 2020 (edited) On 4/22/2020 at 8:07 PM, Musashi said: Just suggestions, no idea if that helps you. https://www.autoitscript.com/forum/topic/168087-gifcamex/ Without AutoIt : https://www.cockos.com/licecap/ Expand Hi @Musashi This code is working good. But if the video is 5 MB, this is giving around 15 MB of gif file when I convert. Online video to gif conversion is giving 5 to 6 MB of gif file with same clarity, like https://convertio.co/wmv-gif/ I tried reducing the size in the code but it decreases the clarity a lot. Any suggestions, on how to decrease the size? Edited June 25, 2020 by ur
Musashi Posted June 25, 2020 Posted June 25, 2020 On 6/25/2020 at 6:50 AM, ur said: This code is working good. But if the video is 5 MB, this is giving around 15 MB of gif file when I convert. [...] Any suggestions, on how to decrease the size? Expand I'm afraid not. I have virtually no experience with video conversion to GIF. So I'd have to google it myself, but I'm sure you can do that on your own . "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
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