BASS_DSHOW Video Library

Started by Ionut Cristea, 16 Jul '09 - 21:34

Xire

Worked fine with that mov file. I updated to latest k-lite codec pack as well ;)
As for those exceptions  -I guess I'm getting them because directshow was unable to find proper decoder for the file - that's what demo.exe told me. Will continue testing.

Ionut Cristea

QuoteWorked fine with that mov file. I updated to latest k-lite codec pack as well Wink
As for those exceptions  -I guess I'm getting them because directshow was unable to find proper decoder for the file - that's what demo.exe told me. Will continue testing.

Thanks ;)

PS: If anyone could translate the BASS_DSHOW header to Visual C++,BASIC or other programming language will be great.

Xire

Btw, are you generating this exception (in case no decoder can be found)? Would be nice to get 0 as a return code, instead ;)
And do you have plans about adding Unicode support? (change string to WideString) ;)

Xire

Quote from: Sharky08 on 21 Jul '09 - 19:44PS: If anyone could translate the BASS_DSHOW header to Visual C++,BASIC or other programming language will be great.

For that you need to change calling method to stdcall, like:

procedure BASS_DSHOW_Init(Win: HWND); stdcall; external dll;

and change string to PAnsiChar (or PWideChar in case of Unicode)

Ionut Cristea



QuoteFor that you need to change calling method to stdcall, like:

procedure BASS_DSHOW_Init(Win: HWND); stdcall; external dll;

and change string to PAnsiChar (or PWideChar in case of Unicode)

OK. I will do it right now

Xire

Update:

Instead of change string to PAnsiChar (or PWideChar in case of Unicode)

change to pointer and treat it either as PAnsiChar (or PWideChar in case of Unicode) ;)

Ionut Cristea

Hi!. Here is a new update:
+added stdcall to calling functions
+some bugs fixed

http://filezone.ro/public.php?action=viewfile&file_id=15031


Ionut Cristea

QuoteGOOD JOB, Sharky.

PS: Can you code bass_dshow to play Youtube files. Will be great.
Sorry for my bad english Grin


Yes. I found a way to play youtube files. But (for the moment) when you try to open a youtube, you must wait to download that file to begin playing.
  Cheers, Sharky.

w3k

#33
Hello! Sharky08
   Can open source it?

   I would like to know how BASS_DSHOW.dll combination of work BASS.dll

  lcm5151@21cn.com

Ionut Cristea

QuoteHello! Sharky08
   Can open source it?

   I would like to know how BASS_DSHOW.dll combination of work BASS.dll

Contact me at: sharky_boy_07@yahoo.com

Ionut Cristea

Hi. New version of BASS_DSHOW released:
+BASS_DSHOW_GetMediaType - function for getting media type
+BASS_DSHOW_GETVERSION  - to get DLL version

Version Now is 2.4(like BASS ;D)


QUESTION: want somebody the BASS_DSHOW version(a beta version) that play youtube media type??Send me a PM. Remember. You must wait until BASS_DSHOW download youtube media file from internet.   

DOWNLOAD FROM: http://filezone.ro/public.php?action=viewfile&file_id=15096

Chris2009

QuoteQUESTION: want somebody the BASS_DSHOW version(a beta version) that play youtube media type??Send me a PM. Remember. You must wait until BASS_DSHOW download youtube media file from internet.

Hi, Sharky. Do you think you can post the DLL here??

Ionut Cristea

Not yet.  ;D
Momentan i'm trying to make BASS_DSHOW play while downloading a youtube video (currently you must wait until download is finish).
Soon it will be done(max. 1 week) ;D

Ionut Cristea


Ionut Cristea

 FIXED: When trying to get position after setting a new playback position.
http://filezone.ro/public.php?action=viewfile&file_id=16782

Chris

Hi is ist now possible to open the audiostuff from youtube/myvideo and co?
Greets Chris

Ionut Cristea

#41
Yes, it is posible(only for youtube)...but only audio will be played,

EDITED: IT seems that the guys from youtube changed the script so bass_dshow can't receive a corect  youtube file download link -> so bass_dshow can't play from youtube. 

Ghosty

Hi, Sharky! Do you think can make Bass_DSHOW render video and not only audio? Cheers Ghosty

Ionut Cristea

#43
Do you mean something like bass_video do? If so, the answer is yes. Recently i've just implemented in my own media player. Check this out: http://www.softpedia.com/get/Multimedia/Audio/Audio-Players/Suamp.shtml.
Does anybody want like i to include video support in bass_Dshow ? Cheers.  ;)

bintang

Yes, i like it's...With future dual mode ( monitor and tv-out )

Best Regards,

bintang

Ionut Cristea

OK. It will be done soon.

Cheers, Sharky.

Ionut Cristea


Ionut Cristea

Hi...i've just finished BASS_DSHOW ;D. Now is possible to play youtube files.
I'm expecting your oppinions and questions about this version of bass_dshow.
http://filezone.ro/public.php?action=viewfile&file_id=19160

Cheersn, SHarky.

chris2009


Chris

It looks like there is a mistake with the down dll under xp

Debug Output

LDR: LdrpWalkimportDescriptor () failed to probe C:\Bass-videotest\down.dll for its manifest

Chris