Mathias: thanks for pointing me in the direction of the mp4 input plugin for winamp, i'd been getting properly p155ed off that i couldn't share a common file format between winamp and the iPod i want to buy!
Anyway, to fix the one bad point you mentioned, you need to find the plugin in Winamp PREFERENCES -> PLUGINS -> INPUT, click on CONFIGURE, and there are your options for formatting the playlist display for mpeg4 files; the default is %7 which is just the filename as you have found.
Cheers!
And.. P.S. Thanks rhythmace1 for pointing ME to right direction with the filename formatting case. I did not first believe that the problem could be as easy as that %7 -case, because most of those in_xxx.dll plugins do have better defaults.
I have to learn (too) many things at a time at this age (45Y) to get all solved. For a 20Y old that would be a "piece of cake" in a minute ...
After all i did have some other issues with winamp5's video playing (especially to get MPEG-2 videos to play with picture, not just voice!) and i do have solved most of them with 2 batch files that unregister / deregister certain filters like this :
(This is certainly my case and even off-topics...
For winamp5 not to crach the whole PC to BS :
@echo off
G:
cd \windows\system32
REM If Having AC3Filter installed f.e. for wmp9 it would crash wa5 - this solves it!
regsvr32 /u /s ac3filter.ax
echo AC3Filter is Gone ...
REM If You do not like that audiofilter, just take it off to get MoonLight Okio Decoda
REM or whatever is Your default after that ...
regsvr32 /u /s Matrix_Mixer.ax
echo Matrix-Mixer is Gone ...
REM if you have installed Sonic Cineplayer for DVD's THIS will make the BS
REM for Windows to crash immediately (in my case, not sure for others...) !!!
cd "\program files\common files\sonic shared"
regsvr32 /u /s cinemastervideo.dll
echo Sonic VideoFilter is Gone ...
Pause
And then all back if wanted :
@echo off
G:
cd \windows\system32
regsvr32 /s ac3filter.ax
echo AC3Filter is Back ...
regsvr32 /s Matrix_Mixer.ax
echo Matrix-Mixer is Back ...
cd "\program files\common files\sonic shared"
regsvr32 /s cinemastervideo.dll
echo Sonic VideoFilter is Back ...
Pause
In my case the videofilters show like this (at DS file-info in WA5) :
(Yes - i do have Kazaa Codec-Pack v2.20 installed...)
- Elecard MPEG2 Demultiplexer
- InterVideo Video Decoder
- MoonLight Okio Decoda (for audio)
And when playing MPEG-1 content only the middle filter changes to
- MainConcept MPEG Video Decoder
And when I play AVI i gwt only two filters :
- Avi Splitter
- DivX Decoder (if recorded with DivX 5.x AVI)
And yes - i bought Dr. DivX v1.04 from DivXNetworks and got the latest DivX v5.1.1 Enc. + Decoder bundled with it for $39,90. It really does work much faster that the sad one 5.1 that took all the processor time and dropped frames at every single app - a good way for that one - /me recommends it for all DivX-interested ppl! No more dropped frames for me ...
(Only "bad" thing is that when it's loaded at first time it somehow takes almost 1 minute to "do something" before it starts to encode. The decoder part is OK and fast!)
OK - enough is enough - i just hope that someone did have same kinda problem(s) with wa5 video that i had and got something "clever" outta this all mess ...
//EDIT : Just remembered that this one is AAC / General section and i passed the subject totally - have to say something : I think that Easy CD-DA Extractor's latest version v6.5 now does have a GOOD implementation of FAAC wit quality bettered much - the aac.dll v5.1.0.0 dated 10-01-2004 is comparable well with Apple's - the boys and Jukka P. has made good co-operating at that point....
get it from : http://sivut.koti.soon.fi/poiko/ezcddax6.exe at
http://www.poikosoft.com/download.html
Regards : Mathias