AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Windows Media Encoder

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
DanP
Guest





PostPosted: Thu Nov 01, 2007 4:52 pm    Post subject: Windows Media Encoder Reply with quote

If you like me hate windows media encoder, because it won't just keep trying to encode, and stops every couple minutes on any sort of failure, and waits for you to click "Close" and "Start Encoding" then this script is for you:

Loop {
WinWait, Encoding Results,
IfWinNotActive, Encoding Results, , WinActivate, Encoding Results,
WinWaitActive, Encoding Results,
Send, {ALTDOWN}c{ALTUP}
WinWait, ahk_class MS Windows Media Encoder,
IfWinNotActive, ahk_class MS Windows Media Encoder, , WinActivate, ahk_class MS Windows Media Encoder,
WinWaitActive, ahk_class MS Windows Media Encoder,
Send, {CTRLDOWN}{SHIFTDOWN}e{SHIFTUP}{CTRLUP}
}

I compiled it into an .exe for use on my windows media encoder machines and it just keeps WME going.

This has saved me about an hour a week of restarting the damn things.

GOD BLESS YOU AUTOHOTKEY!
Back to top
HWL
Guest





PostPosted: Sat Aug 09, 2008 10:31 pm    Post subject: need code Reply with quote

are you available to code for WME?
Back to top
HWL
Guest





PostPosted: Sat Aug 09, 2008 10:32 pm    Post subject: Reply with quote

email me at info at cabida dot com
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group