thenewkid Posted December 31, 2008 Posted December 31, 2008 does any one know of how to convert video formats and is it posable in autoit thanks some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted December 31, 2008 Posted December 31, 2008 @thenewkid AutoIt cant do that, you have to find dll wich can do that and call it with AutoIt Cheers, FireFox.
thenewkid Posted December 31, 2008 Author Posted December 31, 2008 ok thanks some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
thenewkid Posted December 31, 2008 Author Posted December 31, 2008 wheres the best place to find dll files ive never used them myself some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
KaFu Posted December 31, 2008 Posted December 31, 2008 (edited) I wouldn't bother to try it with AutoIt. Maybe you can script something to control Avidemux.http://mulder.dummwiedeutsch.de/home/?page=projects#avidemuxor MEncoder (encoding part of the MPlayer package)http://oss.netfarm.it/mplayer-win32.php Edited December 31, 2008 by KaFu OS: Win10-22H2 - 64bit - German, AutoIt Version: 3.3.16.1, AutoIt Editor: SciTE, Website: https://funk.eu AMT - Auto-Movie-Thumbnailer (2024-Oct-13) BIC - Batch-Image-Cropper (2023-Apr-01) COP - Color Picker (2009-May-21) DCS - Dynamic Cursor Selector (2024-Oct-13) HMW - Hide my Windows (2024-Oct-19) HRC - HotKey Resolution Changer (2012-May-16) ICU - Icon Configuration Utility (2018-Sep-16) SMF - Search my Files (2025-May-18) - THE file info and duplicates search tool SSD - Set Sound Device (2017-Sep-16)
thenewkid Posted December 31, 2008 Author Posted December 31, 2008 could use ffmpeg.exe found someone else useing it on a convter some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted December 31, 2008 Posted December 31, 2008 (edited) @thenewkid yup from AVICapture : Func _CompressAVI() _RunDOS('ffmpeg -i yourvideotoconvert.avi -b 512k -vcodec msmpeg4v2 OutCapture.avi') EndFunc ;==>_CompressAVI ; Author(s): Jeremy Landes Func _RunDOS($sCommand) Local $nResult = RunWait(@ComSpec & ' /C ' & $sCommand, '', @SW_HIDE) Return SetError(@error, @extended, $nResult) EndFunc ;==>_RunDOS Cheers, FireFox. Edited December 31, 2008 by FireFox
thenewkid Posted December 31, 2008 Author Posted December 31, 2008 can it convert to mp4 do u know? some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted December 31, 2008 Posted December 31, 2008 @thenewkidits not a converter its only a 'compressor mpeg' for avi filescan it convert to mp4 do u know?Use this software to do thatCheers, FireFox.
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