Search found 9 matches

Go to advanced search

by bcourts
13 Nov 2021 21:57
Forum: Scripting VLC in lua
Topic: [Extension] Time
Replies: 85
Views: 288919

Re: [Extension] Time

I didn't find information on how to contribute a new extension to addons.videolan.org, so I went through the process myself and wrote down the steps required. I posted a comment with those steps on https://forum.videolan.org/viewtopic.php?f=29&t=98644 (..Scripting in lua, Getting Started?) I wel...
by bcourts
13 Nov 2021 21:40
Forum: Scripting VLC in lua
Topic: Getting started?
Replies: 23
Views: 142530

Re: Getting started?

If you have developed a Lua program that you think other users would find useful, you could share it on https://addons.videolan.org/browse To do so: Sign up for github (free for up to 500MB of public repositories): https://docs.github.com/en/get-started/signing-up-for-github Learn about how to use g...
by bcourts
11 Nov 2021 05:00
Forum: Scripting VLC in lua
Topic: [Extension] Time
Replies: 85
Views: 288919

Re: [Extension] Time

I apologize for posting here with an unrelated question, but I remember mederi being helpful before, and I hope I can get help again. I contributed the Clipper extension several years ago, which created a playlist with user-specified start and end times for each file. I have created a new version (C...
by bcourts
27 Feb 2014 17:36
Forum: Scripting VLC in lua
Topic: Skip/Override A Clip in a Movie
Replies: 10
Views: 7540

Re: Skip/Override A Clip in a Movie

You could try my Clipper extension at http://addons.videolan.org/content/show.php?content=163792 . It does not trim the video file itself, nor make other changes to the file. Clipper allows you to visually go through a video (or several videos) and decide where to start and stop each one, and split ...
by bcourts
27 Feb 2014 17:23
Forum: VLC media player for macOS Troubleshooting
Topic: Trimmed video is pixelated / has artifacts
Replies: 2
Views: 1350

Re: Trimmed video is pixelated / has artifacts

If you are just trying to set what VLC plays (rather than reduce the size of the file), you could try my Clipper extension at http://addons.videolan.org/content/show.php?content=163792 . It does not trim the video file itself, nor make other changes to the file. There is no reencoding so no loss of ...
by bcourts
27 Feb 2014 17:18
Forum: VLC media player Feature Requests
Topic: Facility to organize parts of different movies
Replies: 4
Views: 5191

Re: Facility to organize parts of different movies

You could try my Clipper extension at http://addons.videolan.org/content/show.php?content=163792 . It does not trim the video file itself, nor make other changes to the file. It allows you to visually go through a video (or several videos) and decide where to start and stop each one. After you save ...
by bcourts
27 Feb 2014 17:15
Forum: VLC media player Feature Requests
Topic: Custom Scene Selection
Replies: 3
Views: 936

Re: Custom Scene Selection

You could try my Clipper extension at http://addons.videolan.org/content/show.php?content=163792 . It does not trim the video file itself, nor make other changes to the file. It allows you to go through a video (or several videos) and decide where to start and stop each one. After you save the playl...
by bcourts
27 Feb 2014 16:51
Forum: VLC media player for Windows Troubleshooting
Topic: Can I trim mp4 videos in VLC?
Replies: 8
Views: 35945

Re: Can I trim mp4 videos in VLC?

You could try my Clipper extension at http://addons.videolan.org/content/show.php?content=163792 . It does not trim the video file itself, nor make other changes to the file. It allows you to go through a video (or several videos) and decide where to start and stop each one. After you save the playl...
by bcourts
26 Feb 2014 05:03
Forum: Scripting VLC in lua
Topic: Playlists and Item IDs
Replies: 5
Views: 3306

Re: Playlists and Item IDs

In older versions of VLC (2.0.8 and others) vlc.playlist.current() returns the item's ID in the playlist + 1. In newer versions of VLC (2.1.2 and possibly more), current() returns the item's ID in the playlist. If you want a Lua script using current() to work in both older and newer versions, you ne...

Go to advanced search