Re: WME 9.1 x64 output file create/naming errors

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



On Sat, 22 Sep 2007 19:08:00 -0700, PC Pete
<PCPete@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

I'm using a batch script to convert WAV files to WMA (VBR 100 96/24/2) on an
XP x64 system, with 2 NTFS drives.

I'm specifying the input filename as a full file/path name, and specifying
the output folder (without the filename).

The problem is, that the first file created in each output folder by WME is
badly named. It's always copied by WME as ".wma". All subsequent files in
each folder are correct.

So, for example, if I specify:
-input "D:\My Music\Artist\Album\Track1.wav" -output "E:\New
Music\Artist\Album\"
... it creates the file E:\New Music\Artist\Album\.wma
If I then specify (the very next line in the batch file, with no other
changes to WME settings, profiles, etc):
-input "D:\My Music\Artist\Album\Track2.wav" -output "E:\New
Music\Artist\Album\"
.. it creates E:\New Music\Artist\Album\Track2.wma
... which is correct!


You didn't use real world filenames there, so I wonder if the path to
Track1.wav contains some sort of OS prohibited characters or
international UTF-16 characters for filenames.

What happens if you reverse sort the file list before running the
batch encode - does the problem still appear for the same file, or
does it appear for what's now the new first-filename in the list ?

I can't rule out this is a potential bug in the 64 bit encoder, but I
don't have an XP64 to test using. It sounds like something which if
present in the encoder 64, would affect everybody but you've got the
additional complication

The best thing would be to post the complete bath encoder script along
with a representative but limited list of file paths to run against
which reproduces the problem. I can definitely test it against the
WME32 on Win2000 Vista and XP.

Cheers - Neil
------------------------------------------------
Digital Media MVP : 2004-2007
http://mvp.support.microsoft.com/mvpfaqs
.



Relevant Pages

  • Re: need help with exporting figures into jpgs
    ... Problem reading Figure handle in -f switch: ... You can print a noncurrent figure by specifying the figure's handle. ... This example uses the function form of print to enable a file name to ... print('-f3', '-dpsc', filename); ...
    (comp.soft-sys.matlab)
  • Re: Creating file with long filename
    ... > I'm trying to create a file with long filename, ... > mov ax,716Ch ... Pointer to a null-terminated string specifying the name of the file to be opened or created. ... Number that is used in the numeric tail for the alias. ...
    (comp.lang.asm.x86)
  • Re: Doubts about appending data to a file
    ... filename has been already created by another call to displaymsg. ... I was taught never to open a file without specifying the ...
    (comp.lang.fortran)
  • Re: is something wrong in it?
    ... Specifying a path to the executable (e.g. by prefixing ./ to the filename when it exists in the current directory) tells the shell exactly where to find it, so it doesn't bother looking in $PATH. ... it stops working when you open Windows. ...
    (comp.os.linux.misc)