Re: Problems with command line encoding
From: Ariel (Ariel_at_discussions.microsoft.com)
Date: 12/03/04
- Next message: Neil Smith [MVP Digital Media]: "Re: Stream or download of files"
- Previous message: Maxwell: "Re: Problems with command line encoding"
- In reply to: Maxwell: "Re: Problems with command line encoding"
- Next in thread: Neil Smith [MVP Digital Media]: "Re: Problems with command line encoding"
- Reply: Neil Smith [MVP Digital Media]: "Re: Problems with command line encoding"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 13:13:06 -0800
The program returns that it failed to load the profile.
Here is the text of the batch file (saved as EVMS_VLL_Batch.bat in the
encoder's folder):
cscript.exe wmcmd.vbs -wme C:\a\13.wme
cscript.exe wmcmd.vbs -wme C:\a\15.wme
cscript.exe wmcmd.vbs -wme C:\a\16.wme
cscript.exe wmcmd.vbs -wme C:\a\19.wme
cscript.exe wmcmd.vbs -wme C:\a\21.wme
cscript.exe wmcmd.vbs -wme C:\a\24.wme
cscript.exe wmcmd.vbs -wme C:\a\26.wme
cscript.exe wmcmd.vbs -wme C:\a\30.wme
cscript.exe wmcmd.vbs -wme C:\a\31.wme
Here is a copy of what my command window reads after executing the batch
file (and making no WMV's):
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\My Name>cd\program files\windows media
components\encoder
C:\Program Files\Windows Media Components\encoder>EVMS_VLL_Batch
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\13.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\13.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\15.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\15.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\16.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\16.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\19.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\19.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\21.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\21.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\24.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\24.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\26.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\26.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\30.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\30.wme
C:\Program Files\Windows Media Components\encoder>cscript.exe wmcmd.vbs -wme
C:\a\31.wme
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
Loading the session (.wme) file failed: C:\a\31.wme
C:\Program Files\Windows Media Components\encoder>
So, I must be missing a simple step here.
Where am I going wrong?
Ariel
"Maxwell" wrote:
> If you have some programming experience then you could create a 'template'
> wme,
> For each avi file, search & replace the video file in the .wme & then run
> the encoding session.
> Do this until all files are encoded.
>
> If you are not into progamming,
> Once you have the wme files for each of the avi files.
> You can add the add them to a batch file and run it overnight.
>
> The batch file might look like:
> Wmcmd.vbs -wme Encode1.wme
> Wmcmd.vbs -wme Encode2.wme
> Wmcmd.vbs -wme Encode3.wme
> Wmcmd.vbs -wme Encode4.wme
>
>
>
>
- Next message: Neil Smith [MVP Digital Media]: "Re: Stream or download of files"
- Previous message: Maxwell: "Re: Problems with command line encoding"
- In reply to: Maxwell: "Re: Problems with command line encoding"
- Next in thread: Neil Smith [MVP Digital Media]: "Re: Problems with command line encoding"
- Reply: Neil Smith [MVP Digital Media]: "Re: Problems with command line encoding"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|