| Author |
Message |
Andrew
Guest
|
Posted:
Tue Sep 28, 2004 10:33 am Post subject:
auto start encoder |
|
|
How can I set up 4 or more instances of WME to open and start encoding
automatically upon boot of Windows XP?
Thanks,
|
|
| Back to top |
|
 |
Zarax [Digital Media MVP]
Guest
|
Posted:
Tue Sep 28, 2004 10:43 am Post subject:
RE: auto start encoder |
|
|
You can save 4 WME sessions and place them in your startup folder...
The encoding autostart might be trickier though, not to mention that you are
going to have a really much slower system startup this way...
"Andrew" wrote:
| Quote: | How can I set up 4 or more instances of WME to open and start encoding
automatically upon boot of Windows XP?
Thanks, |
|
|
| Back to top |
|
 |
Mike M.
Guest
|
Posted:
Tue Sep 28, 2004 5:14 pm Post subject:
Re: auto start encoder |
|
|
I make a batch file for each job with the encoder startup command then put
in the startup folder.
start /MIN "" "C:\Program Files\Windows Media Components\Encoder\wmenc.exe"
/start job_640x480.wme
"Zarax [Digital Media MVP]" <ZaraxDigitalMediaMVP@discussions.microsoft.com>
wrote in message news:EFD05BE3-616F-424F-890C-5C1FFEEB39C7@microsoft.com...
| Quote: | You can save 4 WME sessions and place them in your startup folder...
The encoding autostart might be trickier though, not to mention that you
are
going to have a really much slower system startup this way...
"Andrew" wrote:
How can I set up 4 or more instances of WME to open and start encoding
automatically upon boot of Windows XP?
Thanks, |
|
|
| Back to top |
|
 |
Andrew
Guest
|
Posted:
Tue Sep 28, 2004 9:11 pm Post subject:
Re: auto start encoder |
|
|
I ran the batch file to start the specified file in WME but how do I make the
batch file "start encoding" automatilcally?
I would also like to close the video panel and then minimize the session. |
|
| Back to top |
|
 |
Mike M.
Guest
|
Posted:
Wed Sep 29, 2004 5:29 pm Post subject:
Re: auto start encoder |
|
|
Here is the command:
start /MIN "" "C:\Program Files\Windows Media Components\Encoder\wmenc.exe"
/start job_320x240.wme
1. The "/start job_320x240.wme" is what tells the encoder to start the
encoding and what job to use.
2. In Windows Media Encoder, close the video panel before saving the job.
Then on the main menu do Tools->Options. On the General tab, un-check the
check box labeled, "Automatically show panels needed for the current
session".
3. in the command above, the "start /MIN" starts the job and minimizes the
window.
I use this all the time and get exactly what you are striving for.
HTH
"Andrew" <Andrew@discussions.microsoft.com> wrote in message
news:45507A39-5D5A-42D2-B616-10AF7971C347@microsoft.com...
| Quote: | I ran the batch file to start the specified file in WME but how do I make
the
batch file "start encoding" automatilcally?
I would also like to close the video panel and then minimize the session. |
|
|
| Back to top |
|
 |
|
|
|
|