Loading...

June 10, 2015 1,839 views

Automatically download subtitles for movies

Downloading subtitles using VLSub extension for VLC player

One of the most popular media player on market - the VLC Player - now also has its own plugin that allows users to quickly find subtitles for their movies. Let's take a look on it!

Introduction

Subtitles are great way to watch movies in their original language, but sometimes it is pretty hard to find some and go through subtitle websites can be pretty time consuming. Luckily, one of the most popular media player on market - the VLC Player - now also has its own plugin that allows users to quickly find subtitles for their movies.

Content of the article

VLSub extension for VLC player

This extension is basically a small lua script which adds a new function to VLC player.

VLC Media Player from version 2.0.3 and later contains VLSub plugin in its installation package. The subtitles download option in Windows version of VLC Media Player is available in View menu → Download Subtitles.

VLC media player Download Subtitles option
VLC Download Subtitles option

If you have older version of VLC Player then 2.0.3. read the section How to install VLSub extension to VLC player.

If you have version 2.0.3. and later you can skip How to install part and go to section How does VLSub work in VLC player?.

How to install VLSub extension to VLC player

Simply download the vlsub.lua from developer's website on GitHub or VLC addons site and copy it to a specific folder in your VLC directory.

Here is the list of locations based on your operating system:

  • Windows (all users): %ProgramFiles%\VideoLAN\VLC\lua\extensions\
  • Windows (current user): %APPDATA%\vlc\lua\extensions\
  • Linux (all users): /usr/lib/vlc/lua/extensions/
  • Linux (current user): ~/.local/share/vlc/lua/extensions/
  • Mac OS X (all users): /Applications/VLC.app/Contents/MacOS/share/lua/extensions/
  • Mac OS X (current user): /Users/%your_name%/Library/Application

You can also find VLSub in add-on section on videolan.org website, where you can download it in a Windows 7 installer package. The archive contains a simple *.bat file with which you can install VLSub to your VLC player.

  1. Extract the *.bat file from the archive
  2. Double click on it to install VLSub for the current user only, execute with " -user" option
  3. Start VLC then click on "VLSub" at the bottom of the "View" menu to open the VLSub window

How does VLSub work in VLC player?

When the script is copied in proper location. A new option will appear in the view tab. Clicking on-it will launch the VLSub window.

VLC media player with VLsub installed screenshot.
New menu option added when VLsub is installed.

If you have a video playing, you can search for subtitles by its hash. Otherwise, you can simply search for subtitles by name and pick the one you think is the proper one.

VLsub screenshot.
VLsub main window screenshot.

Then just simply download the selection and it will load up to your movie. And that's it. Enjoy subtitles.

Related articles

November 29, 2016

How to watch movies with subtitles

Subtitles area very common thing for experienced computer users and they use them without any troub...

Read more
January 28, 2016

Create subtitles for 3D movies

These days you can easily watch 3D movies comfortably at home if you own modern 3D TVs and have your...

Read more
June 10, 2015

Automatically download subtitles in VLC Media Player for Mac

If you you love movies in original version and you are not good in foreign languages, you will be in...

Read more
February 27, 2014

Best free software for movie subtitle editing

Movie subtitles are a popular way of watching movies and other videos in their original language, wi...

Read more