Re: [Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-20 Thread Sven Barth via lazarus
Bo Berglund via lazarus schrieb am Mo., 20. Nov. 2023, 15:09: > On Sun, 19 Nov 2023 14:50:34 +0100, Bo Berglund via lazarus > wrote: > > >Lazarus contains LibVLC as a standard package available to be installed > in the > >GUI using Package/Install-remove packages! No download needed from >

Re: [Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-20 Thread Bo Berglund via lazarus
On Sun, 19 Nov 2023 14:50:34 +0100, Bo Berglund via lazarus wrote: >Lazarus contains LibVLC as a standard package available to be installed in the >GUI using Package/Install-remove packages! No download needed from external >sources! >Anyway, I have been experimenting with the example inside

Re: [Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-19 Thread Bo Berglund via lazarus
On Sun, 19 Nov 2023 14:50:34 +0100, Bo Berglund via lazarus wrote: >procedure TfrmMainVlc.FormCreate(Sender: TObject); >begin > FPlayer:=TLCLVLCPlayer.Create(Self); > FPlayer.ParentWindow:=PVideo; > FPlayer.OnPositionChanged:=@DoPositionChanged; //Set event handler > FVideoFile :=

[Lazarus] LclVLC usage questions for switching from PasLibVLC

2023-11-19 Thread Bo Berglund via lazarus
I created a video editing tool back in 2018 or so in order to help pinpointing cut points for editing mp4 videos. At the time I did not find anything useful other than PasLibVLC, which I have been using since then on Windows. It works OK for what I need but I have to install the custom package