BASS_DSHOW Video Library

Started by Ionut Cristea,

ramses

#2760
Hi,

I'm afraid that obviously Ionut only answer to paid licenses request (i'm supposing?)  :'( and not free ones and does not follow at all this project.

So it's not in my practice to ask that but could anyone send me a valid license for xVideo so i can avoid popup in my freeware and open source program?

Thanks if someone could answer in private.

Regards,

Philippe

smoodilo

Attention everybody:

I had contact with Ionut on Skype. He has another new video project which seems to work ok, but is NOT A BASS PLUGIN, but some standalone project. So it's of totally no use to us.

He officially said: Xvideo is dead/not being developed any further. He moved on to something else. So I'm afraid we're all out of luck here.

Just wanted to share this information.

ramses

Hi,

Thanks smoodilo for sharing this information.

It will be a great deal if Ionut share his source code so other developers can finalize this project...

We can dream...  ;D

Philippe

SoundMike

Quote from: smoodiloHe officially said: Xvideo is dead/not being developed any further. He moved on to something else. So I'm afraid we're all out of luck here.

Shame he didn't fix up the bugs and documentation before throwing xVideo in the trash can. Ionut always seems to be working on something new, and doesn't care two hoots about his users once they've paid for a license. The only time I got any fixes from him was in the lead up to buying a license.

Ionut Cristea

  The new product is based on xVideo. THe problem on xVideo was that in the end it still has bugs, that's why i decided to implement something new. A bass version can be made by anyone with this new software,(is a little harder but possible), or all of you can wait until i made it. This is the situation.

Jim Jones

subh

Hi
I've little problem, ::) I don't know  ???

using  Delphi XE2

when compiling a project some (filters name and streams name) language changed that is Chinese font  :-\

 
Delphi 7 is working fine ;) :D

regards
Demetri Subh

Guest

Quote from: subhHi
I've little problem, ::) I don't know  ???

using  Delphi XE2

when compiling a project some (filters name and streams name) language changed that is Chinese font  :-\

 
Delphi 7 is working fine ;) :D

regards
Demetri Subh

do nothing with Chinese font
is a Problem with Widestring

aradeonas

Hi,
Is BASS_DSHOW support play from memory?
In documentation I see something but I cant run demo maybe because my win is 64 but I only can download 32 version from first post.
Van any one help me in this field and give me 64bit version?

Ionut Cristea

  BASS_DSHOW can play files from memory.

aradeonas

Thank you,
QuoteIn documentation I see something but I cant run demo maybe because my win is 64 but I only can download 32 version from first post.
Van any one help me in this field and give me 64bit version?
Can you help me with this?I cant run any of exe demos or even compiling from source and run does not work.

Ionut Cristea

 A delphi example can be this:
QuoteStream:= TMemoryStream.Create();
   Stream.LoadFromFile('filenametoload');
  chan :=  xVideo_StreamCreateFileMem(stream.Memory,stream.Size,panel1.Handle,0,1);

Anyway, BASS_DSHOW and xVideo has been declared, deprecated and replacade with a new product called IVACore.

Ionut

aradeonas

Thank you.
How can I get/purchase this new product?
Do you have 64bit library or reason why 86 don't work?

sebastianwilink

Hi, I 'm trying to run the examples XVIDEO.DLL in visual basic 6
When you run it tells me the error: "Can not locate an Xvideo.dll the plain, unformatted ."
if you have any solution alguin would appreciate.
Sebastián

Ionut Cristea

QuoteInsert Quote
Hi, I 'm trying to run the examples XVIDEO.DLL in visual basic 6
When you run it tells me the error: "Can not locate an Xvideo.dll the plain, unformatted ."
if you have any solution alguin would appreciate.
Sebastián


Hi,

I am afraid that i can't help you with VB. Are you sure you have included xvideo.dll in the app directory?

Ionut

sebastianwilink

Hello.
If , and I do not find a way to make it work.
always with the same error.
use the bass.dll and I 'm used to use.
but with the Xvideo.dll I can not locate an how to fix it .
It is a " .dll" working alone or with any unit bass.dll ?
Thank You
Sebastian

guest

copy Xvideo.dll to the Folder /VB98 for debug mode and check again.

greets

sebastianwilink

thanks for answering..
I do not get to make it work .
the xvideo.dll the copy in all possible folders.
the code begins with
ChDrive App.Path
ChDir App.Path
marking the route of the demo work
but continuing with the same error of not being able to find the " dll"

EWeiss

Quote from: sebastianwilinkthanks for answering..
I do not get to make it work .
the xvideo.dll the copy in all possible folders.
the code begins with
ChDrive App.Path
ChDir App.Path
marking the route of the demo work
but continuing with the same error of not being able to find the " dll"

Ok then upload a small sample (or a download link) with your Problem
and i will test it

greets

sebastianwilink


Hello.
I am using the "demo" which is downloaded from the link:
http://surodev.com/downloads/BASS_DSHOW.zip
I use Visual Basic 6 for programming.
When you run the demo that comes included with the error that is not the " xvideo.dll "

thanks for the interest.
Sebastian