View Single Post
  #4 (permalink)  
Old 21st June 2003
bst's Avatar
bst bst is offline
BS.Developer
BS.Player Power User
 
Join Date: Jun 2002
Posts: 181
Rep Power: 10
bst will become famous soon enoughbst will become famous soon enough
Default

Quote:
Originally Posted by kitsaros2000
BST great job !!!!
Now the xcd works in standalone mode !!! Matroska and ogm still have problems or might i be wrong ...
The working BSPlayer filter def file :

[BSPlayer filter def file]
AddFilter divxdec.ax,{78766964-0000-0010-8000-00AA00389B71},DivX 5 Decoder
AddFilter mpgaudio.ax,{51653990-57B4-11CF-8EB1-02608C9BABA2},AC3 XForm audio filter
AddFilter iviaudio.ax,{7E2E0DC1-31FD-11D2-9C21-00104B3801F6},InterVideo Audio decoder
AddFilter cdxareader.ax,{D367878E-F3B8-4235-A968-F378EF1B9A44},CDXA Reader


[Video]
[Audio]
2000=DOLBY_AC3
2000={7E2E0DC1-31FD-11D2-9C21-00104B3801F6},InterVideo Audio decoder
Matroska and OGM should work too.
Only if there is more then one Audio stream you can't change it, but this is fixed in last build, redownload file.

For ex.
For Matroska file with Xvid video and two audio streams, one MP3 and one Ogg Vorbis, you should use something like this:

AddFilter C:\temp\MatroskaSplitter.ax,{149D2E01-C32E-4939-80F6-C07B81015A7A},Matroska Splitter
AddFilter C:\temp\OggDS.dll,{02391F44-2767-4E6A-A484-9B47B506F3A4},Vorbis Decoder
AddFilter C:\temp\xvid.ax,{64697678-0000-0010-8000-00AA00389B71},XviD MPEG-4 Video Decoder
AddFilter C:\temp\l3codecx.ax,{38BE3000-DBF4-11D0-860E-00A024CFEF6D},Fhg MPEG Layer3 decoder

OggDS.dll needs vorbis.dll. So you should put this dll where OggDS.dll is.
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20