Author Topic: BASS_DSHOW Video Library  (Read 1211515 times)

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #50 on: 5 Oct '09 - 08:16 »
Hi, Chris. Maybe you should try this update:
http://filezone.ro/public.php?action=viewfile&file_id=19204
Cheers, Sharky.

Chris

  • Posts: 2216
Re: BASS_DSHOW
« Reply #51 on: 5 Oct '09 - 17:24 »
Hi
 The lokal Stuff will working fine.
About the Youtube Stuff
The you tube video will work for ~20 sec the it will crash
By the way about  the Youtube videos no Audio will work...not shure why
Chris

Chris

  • Posts: 2216
Re: BASS_DSHOW
« Reply #52 on: 6 Oct '09 - 14:39 »
By the way is the BASS_DY.dll using a special AX Control for Playing the You Tube Stuff?Maybe that can be a Problem
Chris

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #53 on: 7 Oct '09 - 10:22 »
Quote
By the way is the BASS_DY.dll using a special AX Control for Playing the You Tube Stuff?Maybe that can be a Problem
Chris

Hi,Chris, sorry for late response. BASS_DY.dll is not using bass_dy.dll doesn't use any AX Control. It only send to bass_dshow a correct link of youtube stuff.

Sharky.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #54 on: 7 Oct '09 - 10:36 »
PS:I  compiled  BASS_DY.dll in VC++ 2005,so so will require .Net dlls to run it on windows...


Cheers, Sharky.
« Last Edit: 7 Oct '09 - 11:00 by Sharky08 »

chris2009

  • Guest
Re: BASS_DSHOW
« Reply #55 on: 7 Oct '09 - 16:50 »
Hi, Sharky. I wonder if you can implement to bass_DShow:
1) playing multiple streams at the same time
2) suport for extracting decoded song
3) a function that return a info of a current stream.

Cheers.

PS: Youtube files plays very well to me. Good Job.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #56 on: 12 Oct '09 - 08:14 »
  Hi all. Bass_dshow will be available in a few days(i've rewrite the code in C++);
If anyone had some ideas to implement in BASS_DSHOW post it.


 Cheers, Sharky.

bits

  • Posts: 44
Re: BASS_DSHOW
« Reply #57 on: 12 Oct '09 - 08:26 »
somehow correctly fill:
BASS_PluginGetInfo()->formatc
:)

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #58 on: 12 Oct '09 - 08:40 »
Quote
somehow correctly fill:
BASS_PluginGetInfo()->formatc

Do you mean that bass_dshow didn't return a correct file extensions no??

If so... it will be done.

bits

  • Posts: 44
Re: BASS_DSHOW
« Reply #59 on: 12 Oct '09 - 14:53 »
Well now you ask and I had to go back and double check why I couldn't use this it reminded me it failed before even getting to how it would report what extensions it supports.
When I do:
BASS_PluginLoad(BASS_DSHOW.dll, 0)

BASS returns error 41 BASS_ERROR_FILEFORM

That is probably the thing to tackle first.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #60 on: 12 Oct '09 - 15:27 »
Quote
Well now you ask and I had to go back and double check why I couldn't use this it reminded me it failed before even getting to how it would report what extensions it supports.
When I do:
BASS_PluginLoad(BASS_DSHOW.dll, 0)

BASS returns error 41 BASS_ERROR_FILEFORM

That is probably the thing to tackle first.

Sorry for the inconvinient ;) You use an old BASS_DSHOW(written in Delphi. I will fix that bug soon). For now i'm coding BASS_DSHOW on Visual C++(with integratet youtube files downloader, some decoders and splitters)

Cheers, Sharky.

chris2009

  • Guest
Re: BASS_DSHOW
« Reply #61 on: 19 Oct '09 - 10:17 »
  Hi. Sharky can you make bass_dshow to have integrated subtitle loader??

Chris.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #62 on: 21 Oct '09 - 17:10 »
Quote
  Hi. Sharky can you make bass_dshow to have integrated subtitle loader??


  Hi Chris..sorry for late response ;D 
Currently i'm working on translate BASS_DSHOW to C++ so i can't implement subtitle loader yet. But thanks for your great sugestion. I'll surely implent.

PS: BASS_DSHOW is currently in beta stage(have some problems with Audio render  )

Cheers, Sharky.

chris2009

  • Guest
Re: BASS_DSHOW
« Reply #63 on: 26 Oct '09 - 08:23 »
  Hi Sharky...any news?? ???


Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #64 on: 29 Oct '09 - 14:27 »
 Hi all. BASS_DSHOW(C++ version) is done. I have to thanks RevG for his big contribution in this project.


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

In the zip file you can find a C++ example and Delphi headers.


Cheers, Sharky.
« Last Edit: 29 Oct '09 - 14:35 by Sharky08 »

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #65 on: 29 Oct '09 - 15:46 »
 I've put some functions :
 BASS_DSHOW_SetFullscreen : to set fullscreen movie mode
 BASS_DSHOW_SetWindow    : to set video handle
 BASS_DSHOW_ResizeWindow : to set video when resizing window
C++ Example was updated.

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

Cheers, Sharky.

SoundMike

  • Posts: 369
Re: BASS_DSHOW
« Reply #66 on: 30 Oct '09 - 07:44 »
I've downloaded BASS_DSHOW, Sparky, and I like what I see. :) Unfortunately I'm not well versed in C++ or Delphi - I mainly use VB6. Could you or anyone else convert the necessary code to provide VB6 Declares, structures and anything else that's necessary?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #67 on: 30 Oct '09 - 14:22 »
Hi,SoundMike. Here is VB header of BASS_DSHOW(not tested!!)


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

Cheers, Sharky.
« Last Edit: 30 Oct '09 - 14:31 by Sharky08 »

SoundMike

  • Posts: 369
Re: BASS_DSHOW
« Reply #68 on: 31 Oct '09 - 03:05 »
Many thanks for the VB header, Sharky. Just some minor corrections required, so I've emailed you an updated file.

Mike

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #69 on: 31 Oct '09 - 05:43 »
Thank you very much....

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #70 on: 31 Oct '09 - 08:44 »
 
Hi all. BASS_DSHOW now is capable to play multiple files.
 New functions added to BASS_DSHOW:
 BASS_DSHOW_Play : the channel can be played with this functions
 BASS_DSHOW_ChannelFree: stop and destroy a channel
 BASS_DSHOW_STOP: stop a channel
 BASS_DSHOW_GETINFO: get video info(width,height etc)

Delphi,C++,VB header files updated.

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

PS: I'm waiting for ideas to implement into BASS_DSHOW.


Cheers, Sharky.

chris2009

  • Guest
Re: BASS_DSHOW
« Reply #71 on: 31 Oct '09 - 10:07 »
  Thanks a lot. It's working great.
An idea:  What do you say about integrated subtitles rendering??


Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #72 on: 31 Oct '09 - 10:08 »
 
Quote
  Thanks a lot. It's working great.
An idea:  What do you say about integrated subtitles rendering??

 Yes..it's a great idea.

Cheers, Sharky.

Dee99

  • Posts: 1
Re: BASS_DSHOW
« Reply #73 on: 31 Oct '09 - 14:56 »
Hi Sharky, question: if Bass_dshow can play you-tube files does that mean it can play any flash video files?
Thanks for the good work.
Dee99

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #74 on: 31 Oct '09 - 14:58 »
  Yes...can play any flv files if you have a swf codec installed.

Cheers, Sharky.