Search found 125 matches

Go to advanced search

by ale5000
04 Jul 2011 19:50
Forum: Scripting VLC in lua
Topic: An extension that displays media context information
Replies: 18
Views: 3220

Re: An extension that displays media context information

@Xavion: There are 2 download buttons.
by ale5000
28 Jun 2011 17:18
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Script] Download subtitles on-the-fly

It is manual.
You should see a new entry in the "View" menu, but the Mac interface of VLC is behind.
So probably lua extensions aren't working on Mac.
by ale5000
27 Jun 2011 18:16
Forum: General VLC media player Troubleshooting
Topic: 10 bit?
Replies: 10
Views: 11767

Re: 10 bit?

That's a bit simplistic view. It's supported if the system supports it in OpenGL, and if the codec outputs it from FFmpeg.
I know that it isn't yet complete but the point is that now VLC is starting to support 10-bit.
by ale5000
25 Jun 2011 18:41
Forum: General VLC media player Troubleshooting
Topic: 10 bit?
Replies: 10
Views: 11767

Re: 10 bit?

It has been implemented yesterday in VLC trunk nightly builds.
by ale5000
07 Jun 2011 16:45
Forum: Scripting VLC in lua
Topic: Changing channels in Lua script
Replies: 1
Views: 1405

Re: Changing channels in Lua script

What is the point of editing if what you do isn't related to Rai? Also your link doesn't seem to work at all. Just do a new script like this: function descriptor() return { title="Script name" } end function main() node = vlc.sd.add_node( {title="abcd"} ) node:add_subitem( {title...
by ale5000
04 Jun 2011 23:53
Forum: VLC media player Feature Requests
Topic: Reverse playback in VLC
Replies: 3
Views: 29321

Re: Reverse playback in VLC

+1
by ale5000
31 May 2011 16:29
Forum: Contribute and help the VideoLAN project
Topic: Megavideo playlist script
Replies: 2
Views: 2549

Re: Megavideo playlist script

There is also my version of the megavideo script: http://addons.videolan.org/content/show ... ent=142153
by ale5000
29 May 2011 22:45
Forum: Scripting VLC in lua
Topic: Megavideo / Megaupload
Replies: 1
Views: 1900

Re: Megavideo / Megaupload

If someone need support for premium accounts, he/she has to help me because I don't have one.
by ale5000
29 May 2011 05:35
Forum: Scripting VLC in lua
Topic: Megavideo / Megaupload
Replies: 1
Views: 1900

Megavideo / Megaupload

The megavideo.lua that come with VLC doesn't work so I have decided to fix it, you can download the fixed script here: http://addons.videolan.org/content/show.php?content=142153 PS: You can play megaupload links by changing them from http://www.megaupload.com/?d=xxxxxxxx to http://www.megavideo.com/...
by ale5000
27 May 2011 15:35
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Script] Download subtitles on-the-fly

Edit: Post removed
by ale5000
27 May 2011 14:50
Forum: Scripting VLC in lua
Topic: [LUA] Useful functions
Replies: 2
Views: 42814

[LUA] Useful functions

I have collected some functions to simplify the work, some made by me and some made by others. If someone has better alternatives, please post them. function string.substr(text, start, length) -- by ale5000 return text:sub(start, start - 1 + length) end function string.charAt(text, pos) -- by ale500...
by ale5000
26 May 2011 15:28
Forum: Scripting VLC in lua
Topic: How to make sure Lua playlists are used
Replies: 3
Views: 1852

Re: How to make sure Lua playlists are used

The score of the lua playlist is 2
by ale5000
22 May 2011 13:53
Forum: Web and scripting
Topic: Extensions and Add-ons
Replies: 1
Views: 1155

Re: Extensions and Add-ons

It is possible, look at some existing scripts: http://addons.videolan.org/
Look at the readme: http://git.videolan.org/?p=vlc.git;a=bl ... xt;hb=HEAD
Look at the right section of the forum: viewforum.php?f=29
by ale5000
20 May 2011 16:45
Forum: Scripting VLC in lua
Topic: Character encoding
Replies: 3
Views: 1447

Re: Character encoding

I have noticed now that it is already implemented in VLC 1.2.x
by ale5000
19 May 2011 17:58
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Script] Download subtitles on-the-fly

Probably I will use "Subtitles Finder", but keep suggesting names.
by ale5000
19 May 2011 06:17
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Beta] Script to download subtitles on-the-fly, need VLC

I think that I will change the name of the script.

If you have a suggestion for a better name, say it.
by ale5000
19 May 2011 06:15
Forum: Scripting VLC in lua
Topic: Character encoding
Replies: 3
Views: 1447

Re: Character encoding

I would like this function also.
by ale5000
18 May 2011 21:55
Forum: VLC stream-output (sout)
Topic: AES3 audio from MPEG-TS container to MKV container
Replies: 3
Views: 814

Re: AES3 audio from MPEG-TS container to MKV container

There is a container (excluding MPEG-TS) where this audio can be put?
by ale5000
18 May 2011 20:29
Forum: Scripting VLC in lua
Topic: Playlist with online tv help
Replies: 1
Views: 3141

Re: Playlist with online tv help

Associate the m3u extension to VLC and then instead of run VLC just double click on the playlist file to open :D
by ale5000
18 May 2011 01:36
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Beta] Script to download subtitles on-the-fly, need VLC

... or directly in VLC. I believe that full implementation in VLC wouldn't be bad, guys at BSplayer tried it and it is working great for them. I have read a topic with some legal issues concernes when it came to subtitles, but player is not responsible anyway, subtitle servers are (if there were an...
by ale5000
16 May 2011 02:59
Forum: Scripting VLC in lua
Topic: New LUA scripts (need icons)
Replies: 0
Views: 947

New LUA scripts (need icons)

You can see my new LUA scripts here: http://addons.videolan.org/usermanager/ ... n=contents

Feedback are appreciated :D
I need some icons for the scripts, an help for this is also appreciated :twisted:
by ale5000
13 May 2011 12:32
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Beta] Script to download subtitles on-the-fly, need VLC

I have given a better look at the page and it seems to be a lot faster than normal hashing so doing it directly in lua may be feasable; but I haven't even tried and I still hate hashing :D
So I appreciate if someone else create the hashing code either in LUA or directly in VLC.
by ale5000
13 May 2011 03:30
Forum: Scripting VLC in lua
Topic: [Script] Download subtitles on-the-fly
Replies: 69
Views: 250687

Re: [Beta] Script to download subtitles on-the-fly, need VLC

I haven't much time but I'm still here, if someone add hash functions to VLC itself and expose them to LUA then it will add hash searching in my script; but doing hashing directly from LUA is a thing that I want to avoid. Upload is difficult, but if someone has a (pratical) suggestion of how impleme...

Go to advanced search