Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Media Player > Did WMCmd.vbs change recently to require correct input file extens

Reply
Thread Tools Display Modes

Did WMCmd.vbs change recently to require correct input file extens

 
 
ilyaz
Guest
Posts: n/a

 
      04-27-2010
I have been using WMCmd.vbs to convert audio and video files as follows:

CScript.exe WMCmd.vbs -input inFN -output outFN

However, I noticed that it started failing on files of some input formats if
the extension of the input file does not match to the type. For instance, it
so happens that files that I need to convert all come with extension "tmp".
Before, it would properly convert all such files regardless of the format of
that file. Now, at least for two two input formats -- MPEG and 3GP -- if I do
not change the extension of the input to "mpg" or "3gp", respectively, then
conversion fails with the "codec not found" error message. If I rename the
same input file and change its extesnion to "3gp", conversion works fine. E.g.

CScript.exe WMCmd.vbs -input input3GP.3gp -output output.wmv

works,while

CScript.exe WMCmd.vbs -input input3GP.tmp -output output.wmv

does not.

Is this a recent change? In any case, is there an option that would allow me
to convert correctly without worrying abut file extensions?

Thanks!
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Trouble installing Windows XP SP3 and other MS updates DanP Windows Update 27 08-18-2010 09:34 PM
Error: Agent failed detecting with reason: 0x80248008 (WSUS client AAM Windows Server 0 12-30-2009 03:26 AM
Server 2003 update problem kc66 Windows Update 7 12-22-2009 04:09 PM
chkdsk : NTFS on Vista x64 Nigel Windows Vista File Management 5 06-02-2008 02:02 PM
cloning laptop sata harddrive vista premium Mark Ryan Windows Vista Hardware 5 04-26-2007 06:44 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59