Search found 6 matches

Go to advanced search

by roumieh2000
29 Jul 2019 09:21
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7315

Re: Skip/Override A Clip in a Movie

An update on the topic,

I was able to create a plugin that reads command from within SRT file to [SKIP/MUTE] a certain clip within the movie.

Currently I am fine tuning it and planning to create an installer for the plugin

Tested on VLC 2.1.3 Rincewind
by roumieh2000
18 May 2018 15:35
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7315

Re: Skip/Override A Clip in a Movie

It is already implemented in Subtitler (lite) mod extension and an example of a subtitle file containing [SKIP]/[MUTE] commands is included in the package. The extension script does not work automatically. You must activate it manually in VLC menu and you need to use an external button presser. The...
by roumieh2000
17 May 2018 15:42
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7315

Re: Skip/Override A Clip in a Movie

Pinned topic " Getting started? " Try this: Find line 136> subtitle=v Insert next new lines there> if not BINGO then local duration = vlc.var.get(input,"length") vlc.var.set(input,"position", subtitle[2] / duration) output_osd = false break end Did you try it for yours...
by roumieh2000
03 Oct 2013 18:26
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7315

Re: Skip/Override A Clip in a Movie

Is there any documentation that i could use to read|develop such script..
by roumieh2000
03 Oct 2013 17:42
Forum: Scripting VLC in lua
Topic: Possible to jump forward based on X subtitle keywords?
Replies: 13
Views: 5350

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

Did someone succeed in doing it..

Curious to know the result

I want to do a similar thing but in a different way by telling the player to jump from certain time to another automatically if possible.
by roumieh2000
03 Oct 2013 17:39
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7315

Skip/Override A Clip in a Movie

I was wondering here if I could load a file similar to .srt of which tells vlc to skip certain clips in a movie. I would use it to skip certain parts in the movie automatically without interfering with the player. Ex. Skip 1:30:00-1:30:30 would jump once the player reaches the first timing to the se...

Go to advanced search