SASL Posted November 4, 2020 Posted November 4, 2020 Hi. Can somebody help me to retrieve Autoit and VLC only, the jpg thumbnails of my .mp4 files?
Moderators JLogan3o13 Posted November 4, 2020 Moderators Posted November 4, 2020 (edited) Moved to the appropriate forum, as the AutoIt Example Scripts forum very clearly states: Quote Share your cool AutoIt scripts, UDFs and applications with others. Do not post general support questions here, instead use the AutoIt Help and Support forums. Expand Moderation Team Edited November 4, 2020 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
JuanFelipe Posted November 4, 2020 Posted November 4, 2020 (edited) I don't understand you, ¿what you need to do exactly? On 11/4/2020 at 4:03 PM, SASL said: Hi. Can somebody help me to retrieve Autoit and VLC only, the jpg thumbnails of my .mp4 files? Expand Edited November 4, 2020 by JuanFelipe
Nine Posted November 4, 2020 Posted November 4, 2020 The easiest way is to use FFmpeg to generate jpg files as thumbnails. “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
SASL Posted November 5, 2020 Author Posted November 5, 2020 Sorry, i am new here. but, is there a way to get the thubmnails , just by coding, without installing ffmpeg?
Nine Posted November 5, 2020 Posted November 5, 2020 Sure, just rewrite ffmpeg in AutoIt, but I do not know how. You do know that you can make all UI with AutoiT and call the tool from it ? “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
SASL Posted November 7, 2020 Author Posted November 7, 2020 Hi. In case I want to install ffmpeg on my Windows10 64, what package should I choose for download. Then, when my Autoitscript is ready, how can I compile in one file all that is needed for my fiends to use my application, without downloading anything else?
Nine Posted November 7, 2020 Posted November 7, 2020 I do not know what are the minimal files you would need to make ffmpeg work, but once you have identified them, you can use FileInstall to add them to your script exe. Then you can ship a single file containing everything that will work on all x64 machines. You will need to do the same process and create another exe that would work on x86 machines. “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
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