BASS_DSHOW Video Library

Started by Ionut Cristea,

T.RomanI

on blank application delphi xe10.2 with only 1 line of code

procedure TRecorder.FormCreate(Sender: TObject);
begin
  xVideo_Init(Panel1.handle,0);
end;

system exception...

http://prntscr.com/fj87w9

dll within project1.exe dir

Ionut Cristea

 xVideo is not longer supported. Please use IVACore.

javanmiller

#2877
@sharky_boy_07
@ Ionut Cristea

I have been trying to work with Bass_DSHow / xVideo. But I noticed:
Quote from: Ionut CristeaxVideo is not longer supported. Please use IVACore.
On another note, I haven't been able to get the videos to play (Im trying to get them to play in a picturebox)

Where can i get IVACore? I have been trying to locate it, but I have not found it.

johnvantelli

Where can I download IVACORE?
I need to add video supporto to my app...

please support this fantastic addon!!!

David_AVD

Has anyone had any luck finding Delphi video playback components / code that will work with BASS ?

adrenl

Hello,
I hope to use this library together with BASS, but it seems that it can only be used alone.
What should I do?

dbaxter

With Delphi, I've had excellent results with the FFVCL package. Gives you a front end to the latest ffmpeg library.