Author Topic: BASS_DSHOW Video Library  (Read 1211770 times)

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2850 on: 12 Dec '15 - 15:47 »
Yes. Here its an little example:

Quote
BASS_PluginLoad("BASS_DSHOW.dll")
.................................................................................................
HSTREAM Chan = BASS_StreamCreateFile(FALSE,"myvideofile.avi",0,0,0);
IVACore_ChannelSetWindow(Chan,0,myHWND);
BASS_ChannelPlay(Chan,FALSE);

Here its also some .NET api:
Quote
http://surodev.com/downloads/NET.zip

SoundMike

  • Posts: 369
Re: BASS_DSHOW Video Library
« Reply #2851 on: 13 Dec '15 - 07:48 »
  Please try with this demos the ProShow files. Also modified the mixer demo to allow adding any number of videos to mix, or remove at mixtime.

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

Playing the ProShow files now OK, and the video mixing looks promising as well. Still can't get 2nd screen to display - I just get a black screen.

SoundMike

  • Posts: 369
Re: BASS_DSHOW Video Library
« Reply #2852 on: 13 Dec '15 - 08:03 »
I'm occasionally asked if my app supports video masking and cropping. Does BASS_DSHOW support these features, preferably per layer?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2853 on: 13 Dec '15 - 09:43 »
Quote
Playing the ProShow files now OK, and the video mixing looks promising as well. Still can't get 2nd screen to display - I just get a black screen.

I am glad ProShow works. 2nd screen i will work on it to fix it.

Quote
I'm occasionally asked if my app supports video masking and cropping. Does BASS_DSHOW support these features, preferably per layer?

That could be implemented in the future.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2854 on: 21 Dec '15 - 10:07 »
Can tell anybody how is  A/V sync?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2855 on: 5 Jan '16 - 20:36 »
Anyone?

DonCorleon

  • Posts: 3
Re: BASS_DSHOW Video Library
« Reply #2856 on: 6 Jan '16 - 03:44 »
I'm working on it.

Im a long time noob with not much time. lol
so far seem to be good though....

SoundMike

  • Posts: 369
Re: BASS_DSHOW Video Library
« Reply #2857 on: 6 Jan '16 - 23:29 »
Quote
Playing the ProShow files now OK, and the video mixing looks promising as well. Still can't get 2nd screen to display - I just get a black screen.

I am glad ProShow works. 2nd screen i will work on it to fix it.

Quote
I'm occasionally asked if my app supports video masking and cropping. Does BASS_DSHOW support these features, preferably per layer?

That could be implemented in the future.

The limited testing I've done has been good, but...
  • Any progress on the 2nd screen issue?
  • I couldn't commit to BASS_DSHOW if video masking and cropping is not supported.

If both of the above are implemented I'd be very interested in using this.

EWeiss

  • Posts: 501
Re: BASS_DSHOW Video Library
« Reply #2858 on: 7 Jan '16 - 06:49 »
your should not ask yet for News :)
tell him if  A/V sync

after that work and the lib is stable
THEN ask for new support.

my 2 Cent.

greets

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2859 on: 7 Jan '16 - 17:46 »
Quote
The limited testing I've done has been good, but...

    Any progress on the 2nd screen issue?
    I couldn't commit to BASS_DSHOW if video masking and cropping is not supported.


If both of the above are implemented I'd be very interested in using this.

After the library will be stable enough, more features will be added included those.


smoodilo

  • Guest
Re: BASS_DSHOW Video Library
« Reply #2860 on: 2 Feb '16 - 18:05 »
Any news Ionut?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2861 on: 2 Feb '16 - 20:01 »
 
Quote
Any news Ionut?
I'm still waiting for feedback regarding latest version i posted. In the meantime, several updates has been made that i will post later this week.

Smoodilo

  • Guest
Re: BASS_DSHOW Video Library
« Reply #2862 on: 9 May '16 - 17:32 »
So it's been over 3 months. Project dead (again)?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2863 on: 10 May '16 - 11:25 »
Quote
So it's been over 3 months. Project dead (again)?

The project its not dead, still working on it. If its required i will put latest update here.

Ionut

SoundMike

  • Posts: 369
Re: BASS_DSHOW Video Library
« Reply #2864 on: 11 May '16 - 05:49 »
Yes, still interested.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2865 on: 11 May '16 - 17:03 »
Please let me know what demo / features you want and i will post here a demo :)

alex208210

  • Posts: 10
Re: BASS_DSHOW Video Library
« Reply #2866 on: 12 May '16 - 09:43 »
hello, Do you plan to support wince?

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2867 on: 12 May '16 - 10:59 »
  There is no plan for now to support WinCE. Currently i have versions for Windows,Linux and Android.

SoundMike

  • Posts: 369
Re: BASS_DSHOW Video Library
« Reply #2868 on: 13 May '16 - 02:37 »
Please let me know what demo / features you want and i will post here a demo :)
Difficult to provide a list without it going on for pages. Here's just some features that come to mind:
  • Play any common format video file (wmv, mp4, mpeg, avi, etc)
  • Direct audio to any DirectSound device (or via BASS to any BASS device, including ASIO)
  • Send video output to main and monitor outputs
  • Set start and end at any point
  • Fade in/out video and audio
  • Cross-fade videos
In a previous message I also asked about masking and cropping. That would also be highly desirable, using video/image layers.

Ionut Cristea

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2869 on: 14 May '16 - 16:34 »
  I will see what i can do creating such demo and i will post it here shortly. :D
 

quickmic

  • Posts: 255
Re: BASS_DSHOW Video Library
« Reply #2870 on: 28 Sep '16 - 15:09 »
Any news?


jean-mic

  • Posts: 6
Re: BASS_DSHOW Video Library
« Reply #2871 on: 10 Oct '16 - 07:32 »
Hello
I am looking to use Bass_DSHOW, but I still have the message "Missing xVidéo.dll,
I have put the dll in the directory I use Bass.net 2.4.12.3 and 2.4.12.1 bass.dll.

You have an idea for this problem  ???

tonee26

  • Posts: 31
Re: BASS_DSHOW Video Library
« Reply #2872 on: 11 Oct '16 - 09:23 »
I am confused with Ionut Cristea I seriously want to buy ivacore on condition optimize all functions
1. winamp dsp plugin
2. rapid response when it begins play video files with multiple video window
3. image (png) overlay.
4. overlay text (text scroll right to left)

I've given a demo but still many find a bug, (hang, error, bla..bla ...), to date there is no response from Ionut Cristea,
I am a software developer karaoke player, if anyone can make components for luchatonee@gmail.com please contact me, I have prepared a budget

bboykk1234

  • Posts: 1
Re: BASS_DSHOW Video Library
« Reply #2873 on: 12 Oct '16 - 13:01 »
Hi
I trying to download the BASS_DSHOW.dll from the links Ionut had posted but no luck since most of them are dead ><.
I currently working on my school project using C#.NET WPF, I already completed 80% of it using DShowNet.dll but I was stuck on the pitch shifting part for the audio streams of the video.
Then I started looking online to find any audio library that is integrate with DShowNET library, here is what I found but links were dead ʕ ಡ ﹏ ಡ ʔ

Please if anybody who see this please send me the latest or any version  that is not too old of BASS_DSHOW library for C# .NET use OTL
here is my email tantan_pro@hotmail.com

Thanks in advance.
« Last Edit: 12 Oct '16 - 15:24 by bboykk1234 »

rezonator

  • Posts: 1