AutoHotkey Community

It is currently May 26th, 2012, 10:32 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Windows Media Encoder
PostPosted: November 1st, 2007, 5:52 pm 
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!


Report this post
Top
  
Reply with quote  
 Post subject: need code
PostPosted: August 9th, 2008, 11:31 pm 
are you available to code for WME?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: August 9th, 2008, 11:32 pm 
email me at info at cabida dot com


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Exabot [Bot], Stigg and 7 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group