Search found 3 matches

Go to advanced search

by Alfds029
28 Mar 2011 05:07
Forum: General VLC media player Troubleshooting
Topic: Allow user to choose fmt= string in Youtube.lua
Replies: 4
Views: 2387

Re: Allow user to choose fmt= string in Youtube.lua

Apparently, constantly adding &fmt=18 gets old pretty quick: here is a Youtube.lua that defaults to 360p resolution: save as Youtube.lua and replace the existing file in your C:\Program Files\VideoLAN\VLC\lua\playlist folder. -- fmt is the format of the video: 18 is HQ (mp4) fmt = get_url_param(...
by Alfds029
27 Mar 2011 21:45
Forum: General VLC media player Troubleshooting
Topic: Allow user to choose fmt= string in Youtube.lua
Replies: 4
Views: 2387

Re: Allow user to choose fmt= string in Youtube.lua

Nevermind. I figured it out. For those who are interested, just add &fmt=18 to the end of the url of an HD video and paste into VLC. So http://www.youtube.com/watch?v=lBgsQiQtEFU becomes http://www.youtube.com/watch?v=lBgsQiQtEFU&fmt=18 Works very nicely. Also, &fmt=18, &fmt=34 and &...
by Alfds029
27 Mar 2011 21:26
Forum: General VLC media player Troubleshooting
Topic: Allow user to choose fmt= string in Youtube.lua
Replies: 4
Views: 2387

Allow user to choose fmt= string in Youtube.lua

When I play Youtube videos, I am sometimes forced to download the 1080p. My connection and cpu does not allow this. Is there a way to allow the user to choose 240 or 360 resolution? I think the Vimeo lua allows this. The closest I've come is: for itag,url in string.gmatch( fmt_url_map, "(%d+)|(...

Go to advanced search