Search found 2 matches

Go to advanced search

by kuway
02 Aug 2013 09:18
Forum: Scripting VLC in lua
Topic: Calling vlc.var.set(input, "time") in input callback
Replies: 3
Views: 2198

Calling vlc.var.set(input, "time") in input callback

Hi, I'm working on a script which can skip some sections I'm not interested in a video file, for example, skip the commercials or timeout section for a sports game. I think this can be done by implementing a VLC extension lua module. The basic algorithm is like below, when the first time I watch the...
by kuway
02 Aug 2013 08:42
Forum: Scripting VLC in lua
Topic: Possible to jump forward based on X subtitle keywords?
Replies: 13
Views: 5337

Re: Possible to jump forward based on X subtitle keywords?

I just worked on a similar subject but I was blocked by some issue, when I call vlc.var.set(input, "time", someTimeValue) inside the callback function (the input_event_handler), the player freeze and won't response to any user action. I guess it may hit some deadlock.I'll create another po...

Go to advanced search