Author Topic: BASS_DSHOW Video Library  (Read 1211558 times)

T.RomanI

  • Guest
Re: BASS_DSHOW Video Library
« Reply #2875 on: 13 Jun '17 - 13:07 »
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

  • Posts: 1559
Re: BASS_DSHOW Video Library
« Reply #2876 on: 13 Jun '17 - 13:41 »
 xVideo is not longer supported. Please use IVACore.

javanmiller

  • Posts: 1
Re: BASS_DSHOW Video Library
« Reply #2877 on: 29 Jun '18 - 18:16 »
@sharky_boy_07
@ Ionut Cristea

I have been trying to work with Bass_DSHow / xVideo. But I noticed:
xVideo 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.
« Last Edit: 29 Jun '18 - 18:36 by javanmiller »

johnvantelli

  • Posts: 93
Re: BASS_DSHOW Video Library
« Reply #2878 on: 5 Apr '19 - 21:57 »
Where can I download IVACORE?
I need to add video supporto to my app...

please support this fantastic addon!!!

David_AVD

  • Posts: 85
Re: BASS_DSHOW Video Library
« Reply #2879 on: 15 Jul '19 - 03:44 »
Has anyone had any luck finding Delphi video playback components / code that will work with BASS ?

adrenl

  • Posts: 5
Re: BASS_DSHOW Video Library
« Reply #2880 on: 22 Jul '23 - 12:12 »
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

  • Posts: 83
Re: BASS_DSHOW Video Library
« Reply #2881 on: 22 Jul '23 - 16:33 »
With Delphi, I've had excellent results with the FFVCL package. Gives you a front end to the latest ffmpeg library.