How to Install a VLC Player in Ubuntu part - 1
0Install VLC 2.0 in Ubuntu
Step 1:
You can download the vlsub plugin from the Github. Its in a zip folder. Extract it and you will find the “vlsub.lua” file in it. All we need is this one file.
Step 2:
We need to add this file to VLC
extension. For that we need to create the extension directory first. Use
the following command to create the desired directory for vlsub.
sudo mkdir /usr/lib/vlc/lua/extensions/
Step 3:
Now move or copy the vlsub.lua file in
the above mentioned directory. In case you are absolute beginner, try
the following command to go to the downloaded directory:
cd ~/Downloads/vlsub-master/
And then copy the file to the extension directory:
sudo cp vlsub.lua /usr/lib/vlc/lua/extensions/
Step 4:
Start VLC media player. If it is already running, restart it. From the top menu, select View->vlsub.
As you see here, there are two option of searching the subtitles: Search by name and search by hash. Search by name searches by the name of the file you are playing while search by hash looks for the subtitles based on the hash
of the video and look for the subtitle that matches the hash. The hash
search won’t work if you have converted the video file from another
format.
When you click on any of the search option, it gives you a list of results. You can download any of them by clicking on the Download selection button.
Step 5:
Its not that you can search subtitles
only in English. You have configuration option here that allows you to
search in a language of your choice. No guarantees that you’ll find the
subtitles in your language if there are none on opnsubtitles.org. Just
click on the Subtitle language and you can choose the language of your
choice from the drop down menu (see the previous picture).
Alternatively, you can go to configuration option and set your
preferences there.
0 comments: