Author Topic: BASS_DSHOW Video Library  (Read 1211556 times)

Xire

  • Posts: 283
Re: BASS_DSHOW
« Reply #25 on: 21 Jul '09 - 19:43 »
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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #26 on: 21 Jul '09 - 19:44 »
Quote
Worked 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

  • Posts: 283
Re: BASS_DSHOW
« Reply #27 on: 21 Jul '09 - 19:47 »
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

  • Posts: 283
Re: BASS_DSHOW
« Reply #28 on: 21 Jul '09 - 19:51 »
PS: 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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #29 on: 21 Jul '09 - 19:52 »


Quote
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)

OK. I will do it right now

Xire

  • Posts: 283
Re: BASS_DSHOW
« Reply #30 on: 21 Jul '09 - 19:53 »
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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #31 on: 24 Jul '09 - 11:45 »
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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #32 on: 24 Jul '09 - 12:26 »
Quote
GOOD 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

  • Posts: 61
Re: BASS_DSHOW
« Reply #33 on: 24 Jul '09 - 12:40 »
Hello! Sharky08
   Can open source it?

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

  lcm5151@21cn.com
« Last Edit: 24 Jul '09 - 12:45 by w3k »

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #34 on: 24 Jul '09 - 19:05 »
Quote
Hello! 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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #35 on: 25 Jul '09 - 17:51 »
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

  • Guest
Re: BASS_DSHOW
« Reply #36 on: 31 Jul '09 - 16:27 »
Quote
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.

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

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #37 on: 31 Jul '09 - 16:30 »
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

  • Posts: 1559
Re: BASS_DSHOW
« Reply #38 on: 19 Aug '09 - 07:30 »
  Hi...
BASS_SHOW is now available as a bass plugin.
http://filezone.ro/public.php?action=viewfile&file_id=16777

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #39 on: 19 Aug '09 - 13:35 »
 FIXED: When trying to get position after setting a new playback position.
http://filezone.ro/public.php?action=viewfile&file_id=16782

Chris

  • Posts: 2216
Re: BASS_DSHOW
« Reply #40 on: 19 Aug '09 - 16:52 »
Hi is ist now possible to open the audiostuff from youtube/myvideo and co?
Greets Chris

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #41 on: 19 Aug '09 - 18:11 »
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. 
« Last Edit: 20 Aug '09 - 12:20 by Sharky08 »

Ghosty

  • Guest
Re: BASS_DSHOW
« Reply #42 on: 19 Sep '09 - 10:54 »
Hi, Sharky! Do you think can make Bass_DSHOW render video and not only audio? Cheers Ghosty

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #43 on: 19 Sep '09 - 16:02 »
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.  ;)
« Last Edit: 7 Oct '09 - 11:52 by Sharky08 »

bintang

  • Posts: 5
Re: BASS_DSHOW
« Reply #44 on: 27 Sep '09 - 19:52 »
Yes, i like it's...With future dual mode ( monitor and tv-out )

Best Regards,

bintang

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #45 on: 28 Sep '09 - 15:59 »
OK. It will be done soon.

Cheers, Sharky.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #46 on: 3 Oct '09 - 11:18 »
Hi all. Here is a beta version of bass_dshow.
http://filezone.ro/public.php?action=viewfile&file_id=19127

Cheers, Sharky.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #47 on: 4 Oct '09 - 09:49 »
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

  • Guest
Re: BASS_DSHOW
« Reply #48 on: 4 Oct '09 - 17:34 »
Thanks Sharky ;)

Chris

  • Posts: 2216
Re: BASS_DSHOW
« Reply #49 on: 4 Oct '09 - 23:04 »
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