Author Topic: BASS_DSHOW Video Library  (Read 1211404 times)

SoundMike

  • Posts: 369
Re: BASS_DSHOW
« Reply #75 on: 2 Nov '09 - 02:36 »
Sharky,

I've emailed you another updated VB6 header file to match your latest download functionality. As mentioned in my email, the BASS_DSHOW_SETPOSITION function in your dll is not yet compatible with VB6, due to a VB6 limitation. Also, can you provide a BASS_DSHOW_GETPOSITION function?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #76 on: 2 Nov '09 - 08:03 »
Thanks.

Quote
Also, can you provide a BASS_DSHOW_GETPOSITION function?

Of course...i will release it today.


Cheers, Sharky.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #77 on: 2 Nov '09 - 15:26 »
  Hi all.

I've added BASS_DSHOW_GETPOSITION function.

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

Next implementation to BASS_DSHOW:
-support for playing DVD's
-function to get audio buffer
-VMR support
-subtitle support


Cheers, Sharky.

chris2009

  • Guest
Re: BASS_DSHOW
« Reply #78 on: 3 Nov '09 - 15:20 »
Sound Good ;D ;D ;D

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #79 on: 3 Nov '09 - 16:54 »
If I open movies with AC3 or DTS audio with your demo program I get only noise. Is this kind of audio not supported yet? I have both ffdshow and AC3Filter installed on my pc and they both can play AC3 and DTS.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #80 on: 4 Nov '09 - 10:37 »
 
Quote
If I open movies with AC3 or DTS audio with your demo program I get only noise. Is this kind of audio not supported yet? I have both ffdshow and AC3Filter installed on my pc and they both can play AC3 and DTS.


Hmmm...should work fine. Can you send me a sample of that file??

Cheers, Sharky.
« Last Edit: 4 Nov '09 - 10:57 by Sharky08 »

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #81 on: 4 Nov '09 - 11:36 »

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #82 on: 4 Nov '09 - 11:49 »

Quote
You can download the samples from:

http://rapidshare.com/files/302269060/Test_Movies.rar.html

Hi, i receive this when i'm trying to download
ERROR
The requested URL could not be retrieved



Can you upload it to another site?


Cheers, Sharky.

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #83 on: 4 Nov '09 - 12:03 »
Works fine for me but try the following one:

http://www.megaupload.com/?d=ZFH9XWU9

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #84 on: 4 Nov '09 - 12:14 »
  Thanks, this link work fine. But i will try it at home because now i'm at a friend.

Cheers, Sharky.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #85 on: 4 Nov '09 - 15:31 »
Hi The Mask. I've played your files and the sound is hearing very good. Maybe is someting wrong with your codecs?
PS: I use K-lite Mega Codec. Try using those codecs.


Cheers, Sharky.
« Last Edit: 4 Nov '09 - 15:38 by Sharky08 »

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #86 on: 4 Nov '09 - 15:44 »
I don't use all those codec packs, they install to much unneeded codecs. Can you tell me if you use specific filters to create the graph?

If I render the file in GraphStudio I get the following graph and the sound is correct:

« Last Edit: 4 Nov '09 - 15:53 by The Mask »

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #87 on: 4 Nov '09 - 16:00 »
Quote
I don't use all those codec packs, they install to much unneeded codecs. Can you tell me if you use specific filters to create the graph?

If I render the file in GraphStudio I get the following graph and the sound is correct:


When i create graph only the filter witch is sending audio to bass is used.


 

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #88 on: 4 Nov '09 - 16:07 »
And which filter is feeding it to BASS then? ffdshow Audio decoder?

In my tool TFM Audio Tool I use the samplegrabber filter for that.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #89 on: 4 Nov '09 - 16:10 »
 Is a filter write by me and RevG

Quote
In my tool TFM Audio Tool I use the samplegrabber filter for that.
Nope...that's not a good idea.

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #90 on: 4 Nov '09 - 16:14 »
Quote
Quote
In my tool TFM Audio Tool I use the samplegrabber filter for that.
Nope...that's not a good idea.

Why isn't that a good idea. Works very good for me.

Then your demo program doesn't create a good graph on my pc. Maybe you can make a debug program to verify.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #91 on: 4 Nov '09 - 16:16 »
 So you use samplegrabber for getting audio buffer. But how is when you modify the buffer(eq, DSP etc)? Is A/V sync?

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #92 on: 4 Nov '09 - 17:02 »
I use samplegrabber to get the audio in float format and then I do the processing of tempo, eq, buffer etc. and then I write the file to disk. Maybe that is why I can use samplegrabber because I don't play the audio in that same graph.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #93 on: 4 Nov '09 - 17:05 »
  Yes...that could be the reason. ;D


The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #94 on: 4 Nov '09 - 17:51 »
 ;D

Can you make a debug version of your demo so that I can test it with DTS and AC3?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #95 on: 5 Nov '09 - 12:24 »
Hi, this is debug version of demo.exe
http://filezone.ro/public.php?action=viewfile&file_id=20832

Cheers, Sharky.

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #96 on: 5 Nov '09 - 12:42 »
How does it work Sharky. Does it create some kind of log file so that we/you can find out what goes wrong?

I used it and it is still the same and I don't see any log file!

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW
« Reply #97 on: 5 Nov '09 - 12:58 »
  Sorry, of that... i've uploaded other version....just  a moment and i will send you the debug version.


Cheers, Sharky.

The Mask

  • Posts: 97
Re: BASS_DSHOW
« Reply #98 on: 5 Nov '09 - 13:29 »
Ok, I will wait for it   ;D

TooTall

  • Posts: 4
Re: BASS_DSHOW
« Reply #99 on: 6 Nov '09 - 01:13 »
Hey Sharky Great work!!!  Do you have any plans on adding multi-monitor support or support for playing the video in more than one window?