22 May '13 - 23:49 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: 1 ... 57 58 [59] 60 61 ... 135
  Reply  |  Print  
Author Topic: BASS_DSHOW Video Library  (Read 271644 times)
Ionut Cristea
Posts: 1374


« Reply #1160 on: 7 Oct '10 - 14:49 »
Reply with quoteQuote

  Here is it.

Note that BASS_DSHOW_Init should be always called at program startup or the plugin will not work:

http://surodev.com/downloads/BASS_DSHOW.zip

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

  The package contain BASS_DSHOW headers for C++, Delphi and VB, and also examples. Also the package contains a documentation CHM but is not fully finished.
Logged
Ionut Cristea
Posts: 1374


« Reply #1161 on: 10 Oct '10 - 12:17 »
Reply with quoteQuote

   A new update of BASS_DSHOW:
-better audio/video sync

http://surodev.com/downloads/BASS_DSHOWupdate.rar
  Please test it and report any bug found. Thanks.
Logged
Alpha_
Posts: 70


« Reply #1162 on: 10 Oct '10 - 17:04 »
Reply with quoteQuote

   A new update of BASS_DSHOW:
-better audio/video sync

http://surodev.com/downloads/BASS_DSHOWupdate.rar
  Please test it and report any bug found. Thanks.

I will test it in next days.
Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol.
Thank.

Have you an idea when the 2.4.2 will be available ?
Logged
Ionut Cristea
Posts: 1374


« Reply #1163 on: 11 Oct '10 - 15:15 »
Reply with quoteQuote

Quote
I will test it in next days.
Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol.
Thank.

  OK i will remove the txt at next release.
Quote
Have you an idea when the 2.4.2 will be available ?

  I hope this week Grin

  A new update is available:
-fixed multi output issues Grin
-added 2 new flags that can be used in BASS_ChannelSetAttribute function

Quote
#define  BASS_ATTRIB_FREQ2  1002
#define  BASS_ATTRIB_TEMPO_PITCH 0x10001

Usage:
Quote
BASS_ChannelSetAttribute(chan,BASS_ATTRIB_FREQ2,50000); //change freq and movie speed
BASS_ChannelSetAttribute(chan,BASS_ATTRIB_TEMPO_PITCH,5); //set 5 pitch octaves

 DOWNLOAD: http://surodev.com/downloads/BASS_DSHOWupdate.rar

  Thanks,
  Ionut Cristea.
 
Logged
Alpha_
Posts: 70


« Reply #1164 on: 12 Oct '10 - 16:02 »
Reply with quoteQuote

Quote
I will test it in next days.
Can you delete the creation of file "BASS_DSHOW_Debug.txt" ine the same directory where the dll is called from ? I have those files everywhere on my computer lol.
Thank.

  OK i will remove the txt at next release.
Quote
Have you an idea when the 2.4.2 will be available ?

  I hope this week Grin

  A new update is available:
-fixed multi output issues Grin
-added 2 new flags that can be used in BASS_ChannelSetAttribute function

Quote
#define  BASS_ATTRIB_FREQ2  1002
#define  BASS_ATTRIB_TEMPO_PITCH 0x10001

Usage:
Quote
BASS_ChannelSetAttribute(chan,BASS_ATTRIB_FREQ2,50000); //change freq and movie speed
BASS_ChannelSetAttribute(chan,BASS_ATTRIB_TEMPO_PITCH,5); //set 5 pitch octaves

 DOWNLOAD: http://surodev.com/downloads/BASS_DSHOWupdate.rar

  Thanks,
  Ionut Cristea.
 

For my usage all work fine, but maybe other people have many problem.
The last function missing for me is the dvd functions to control the actions by the keyboard (to control event into the dvd menu for example).
Hope that will be present in the next one.

Thank again for your good job.
Logged
Ionut Cristea
Posts: 1374


« Reply #1165 on: 12 Oct '10 - 16:15 »
Reply with quoteQuote

 
Quote
For my usage all work fine, but maybe other people have many problem.
The last function missing for me is the dvd functions to control the actions by the keyboard (to control event into the dvd menu for example).
Hope that will be present in the next one.

Thank again for your good job.

 Thanks,
 I will release tommorow a version that can control dvd function by keyboard,
Logged
Latch
Posts: 89


« Reply #1166 on: 13 Oct '10 - 00:28 »
Reply with quoteQuote

I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app.  It sounds like its finally ready.  Can someone give me a simple VB.Net example of how to send the video to two different places?  Sharky, if this works you can count on another license sale and I'll gladly pay it.  My users are really tired of the old BassVideo's audio/video synch issues.
Logged
Ionut Cristea
Posts: 1374


« Reply #1167 on: 13 Oct '10 - 08:19 »
Reply with quoteQuote

 
Quote
I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app.  It sounds like its finally ready.  Can someone give me a simple VB.Net example of how to send the video to two different places?  Sharky, if this works you can count on another license sale and I'll gladly pay it.  My users are really tired of the old BassVideo's audio/video synch issues.

Use this please:
BASS_DSHOW_ChannelAddWindow(chan,myHWND);

 BASS_DSHOW supports up to 10 new Video Windows.  Grin

  Also a little BASS_DSHOW update: http://surodev.com/downloads/BASS_DSHOW2.4.1.18.rar
Logged
ne0ge0
Posts: 24


« Reply #1168 on: 13 Oct '10 - 12:35 »
Reply with quoteQuote

With BASS_DSHOW version 2.4.18, testing with a karaoke track (.cdg + .mp3):

- BassDShow.BASS_DSHOW_ChannelStop(<streamhandle>) does not stop the audio or video output
- Bass.BASS_ChannelStop(<streamhandle>) stops the audio and video output, but does not reset the position to zero (it behaves like pause)

Apart from these, excellent work so far, Sharky.

ne0ge0
Also, do you know when the Bass.Net library will be updated to include the reference to the BASS_DSHOW_ChannelAddWindow() method?

Thanks again for all the great work,

ne0ge0
Logged
radio42
Posts: 4012


« Reply #1169 on: 13 Oct '10 - 13:06 »
Reply with quoteQuote

The Bass.Net library will be updated with the next official release of BASS_DSHOW, which should be 2.4.2.0.
Logged
Ionut Cristea
Posts: 1374


« Reply #1170 on: 13 Oct '10 - 15:44 »
Reply with quoteQuote

Quote
With BASS_DSHOW version 2.4.18, testing with a karaoke track (.cdg + .mp3):

- BassDShow.BASS_DSHOW_ChannelStop(<streamhandle>) does not stop the audio or video output
- Bass.BASS_ChannelStop(<streamhandle>) stops the audio and video output, but does not reset the position to zero (it behaves like pause)

Apart from these, excellent work so far, Sharky.

ne0ge0

  Why you don't use BASS_CDG addon to play cdg files?
Quote
The Bass.Net library will be updated with the next official release of BASS_DSHOW, which should be 2.4.2.0.
  Thanks, i will notice you soon.
Logged
Alpha_
Posts: 70


« Reply #1171 on: 13 Oct '10 - 19:12 »
Reply with quoteQuote

 
Quote
I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app.  It sounds like its finally ready.  Can someone give me a simple
..
  Also a little BASS_DSHOW update: http://surodev.com/downloads/BASS_DSHOW2.4.1.18.rar

A little update ? previou dll size was aproximatively 100k and the new one 200 ... ?
What's new in this version ?
Logged
Alpha_
Posts: 70


« Reply #1172 on: 13 Oct '10 - 19:54 »
Reply with quoteQuote

 
Quote
I've been waiting over a year to finally replace the old BassVideo.dll with Bass_DSHOW.dll in our app.  It sounds like its finally ready.  Can someone give me a simple
..
  Also a little BASS_DSHOW update: http://surodev.com/downloads/BASS_DSHOW2.4.1.18.rar

A little update ? previou dll size was aproximatively 100k and the new one 200 ... ?
What's new in this version ?


it's me again Smiley
I just tested to play a dvd with my new version of my player using your new dll.
*I have modified the message :
I cannot play DVD using IFO file as filename in parameter.

Can you check for this ?

Thank in advance
« Last Edit: 13 Oct '10 - 21:26 by Alpha_ » Logged
Ionut Cristea
Posts: 1374


« Reply #1173 on: 14 Oct '10 - 08:42 »
Reply with quoteQuote

  Here is a small DVD demo.
  +Added to BASS_DSHOW capability to select titles and menus from DVD using arrow keys.

* DVD_DEMO.rar (387.38 KB - downloaded 4 times.)
Logged
ne0ge0
Posts: 24


« Reply #1174 on: 14 Oct '10 - 08:51 »
Reply with quoteQuote

 Why you don't use BASS_CDG addon to play cdg files?

The DirectShow playback of CDG files is much smoother, and as it's not so CPU intensive, BASS_SFX visualisations can be used simaltaneously without any stuttering.

Keep up the good work,

ne0ge0
« Last Edit: 14 Oct '10 - 08:59 by ne0ge0 » Logged
Alpha_
Posts: 70


« Reply #1175 on: 14 Oct '10 - 17:45 »
Reply with quoteQuote

  Here is a small DVD demo.
  +Added to BASS_DSHOW capability to select titles and menus from DVD using arrow keys.

Your DVD Demo work fine, but how do you use it ? Is it a dvdSetOption parameter you use to select and move selection ?

thank
Logged
Latch
Posts: 89


« Reply #1176 on: 14 Oct '10 - 20:26 »
Reply with quoteQuote


Use this please:
BASS_DSHOW_ChannelAddWindow(chan,myHWND);

 BASS_DSHOW supports up to 10 new Video Windows.  Grin

Unfortunately, that method doesn't yet exist in the Bass.Net library.  I guess I'll have to wait for the update Sad
Logged
Ionut Cristea
Posts: 1374


« Reply #1177 on: 15 Oct '10 - 06:33 »
Reply with quoteQuote

Quote
Your DVD Demo work fine, but how do you use it ? Is it a dvdSetOption parameter you use to select and move selection ?

thank

   No, is not any parameter. All is build in in BASS_DSHOW. So the only thing you have to do is to create a DVD stream.

Quote
Unfortunately, that method doesn't yet exist in the Bass.Net library.  I guess I'll have to wait for the update Sad

  This will be soon Grin
Logged
Ionut Cristea
Posts: 1374


« Reply #1178 on: 15 Oct '10 - 12:40 »
Reply with quoteQuote

   Hello,
 I think is time that BASS_DSHOW 2.4.2 release.
 
Note: The package contains C++,Delphi,VB headers and examples. Also, the VB headers are not updated with the latest BASS_DSHOW 2.4.2, so if someone could actualize it will be great. Thanks.    

  Download : http://surodev.com/downloads/BASS_DSHOW2.4.2.zip
« Last Edit: 15 Oct '10 - 12:54 by Sharky08 » Logged
(: JOBnik! :)
Posts: 984


« Reply #1179 on: 15 Oct '10 - 19:01 »
Reply with quoteQuote

Hi Grin

Please use another name and value for this define:
#define  BASS_ATTRIB_TEMPO_PITCH 0x10001

it's already used in BASS_FX Wink

Quote
// tempo attributes (BASS_ChannelSet/GetAttribute)
enum {
   BASS_ATTRIB_TEMPO = 0x10000,
   BASS_ATTRIB_TEMPO_PITCH,
   BASS_ATTRIB_TEMPO_FREQ
};

Please also see all other add-ons for any:
BASS_ATTRIB_xxx
Error codes
they might have and find unused values to use.
« Last Edit: 15 Oct '10 - 19:11 by (: JOBnik! :) » Logged
Pages: 1 ... 57 58 [59] 60 61 ... 135
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines