ahmeddzcom Posted September 18, 2015 Share Posted September 18, 2015 (edited) Hi Guysi Need Silent convert to avii Download this http://www.videohelp.com/software?d=ffmpeg-0.5.7z and i find this Code :ShellExecuteWait(@ScriptDir & "\ffmpeg.exe","-i Test.mp4 -y Test.mp3", @ScriptDir, @SW_HIDE) But Not workedTnx. Edited September 18, 2015 by Melba23 Removed SHOUTING formatting Link to comment Share on other sites More sharing options...
water Posted September 18, 2015 Share Posted September 18, 2015 @SW_HIDE has to be parameter 5 but in your script it is parameter 4. ahmeddzcom 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
ViciousXUSMC Posted September 18, 2015 Share Posted September 18, 2015 (edited) This is hardly an autoit issue unless you have it working in the cmd prompt first. I know from past use that you will not get an .AVI video file with that code. Honestly if that is your full script you may as well use a .bat file.This is where you need to go: https://ffmpeg.org/ffmpeg.html and http://club.myce.com/f62/ffmpeg-command-line-options-166608/Once you have the right syntax to get the desired results, then we can easily help you make a autoit script. Edited September 18, 2015 by ViciousXUSMC ahmeddzcom 1 Link to comment Share on other sites More sharing options...
ahmeddzcom Posted September 18, 2015 Author Share Posted September 18, 2015 (edited) thank you Edited September 18, 2015 by ahmeddzcom Link to comment Share on other sites More sharing options...
water Posted September 18, 2015 Share Posted September 18, 2015 ahmeddzcom 1 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
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