Comments

Paul_Holmes wrote on 11/16/2002, 6:41 PM
My understanding is that asx is just a pointer to perhaps an asf file and not the file itself.
salad wrote on 11/16/2002, 6:46 PM
You can't.
Those are WinMediaPlayer exclusive files.....I believe referring to a WMP playlist.....or something.
Maybe someone else knows more....?
john666 wrote on 11/17/2002, 5:36 PM
Hi all,

.asx files are merely text documents. They are used in adding certain data to the windows media player(author, next song etc...). If you are familiar with Real Media, they are much like a .ram file. One feature a .asx has is it hides the actual video and 'grey's' out the SaveAs feature of a player, so you can't do a save. Mainly used for embedding your file into a web page, I seem to remember Vegas 1.0 had a feature that would export a .asx for you, but it has since disappeared, much like the amount of ram used that used to be in Vegas Status Bar :(. Stream Anywhere can make the .asx files, and there are other free ware programs out there.

Regards,
John
fuzzzzy wrote on 11/18/2002, 2:40 PM
Thanks for the useful informative information.

Would you know how I can change an *.asx movie file, to DV AVI format?

thanks fuzzzzy
shawnm wrote on 11/19/2002, 2:59 AM
>Would you know how I can change an *.asx movie file, to DV AVI format?

You cannot - asx files are just text files that *point* to media files. If you open an asx in notepad, it would look something like this:

<ASX VERSION="3.0">
<TITLE>The Title of the Show<TITLE>
<ABSTRACT>
Brief description of the show.
</ABSTRACT>

<ENTRY>
<REF HREF="YourMediaFilename.asf" />
<TITLE>The Title of the Track</TITLE>
<ABSTRACT>
Brief description of the track.
</ABSTRACT>
</ENTRY>

</ASX>

Any questions?
fuzzzzy wrote on 11/19/2002, 12:12 PM
YES one question :)

how can I open asx files in VV?

Or change them to a different format...any format ?

fuzzzzy
salad wrote on 11/19/2002, 3:21 PM
Is this a trick question?
You would want to find the file that it "points to"....and bring that in Vegas?

I did a quick web search, and found a utility WHICH IS NO LONGER AVAILABLE for DL which allowed compiling of these asx files for custom "PLAYLISTS"...or something...that's it. Maybe Bill Gates says "don't touch".

I think you may be SOL on this one.
Paul_Holmes wrote on 11/19/2002, 5:24 PM
Open your asx file with a right click and Open With notepad. Note the asf file it points to (a previous post showed the format), then find that file on your hard drive (if it's on your hard drive) and load that into Vegas. Vegas will play it from the timeline. You can then convert it into any format Vegas supports.