Page 1 of 1

Outside scripts called during playback.

Posted: 02 Feb 2023 20:17
by Carp
Is there a way to call outside scripts during video playback at certain times during the video? Or is this possible with VLC script? I want to call a python script at 3 minutes and 30 seconds into a video.

Re: Outside scripts called during playback.

Posted: 02 Feb 2023 21:17
by Rémi Denis-Courmont
No but if you don't need to be very accurate, it is trivial to implement as a plug-in.

Re: Outside scripts called during playback.

Posted: 03 Feb 2023 02:12
by Carp
Why wouldn’t a plug-in be accurate? 🤔