Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/aklexel/vlc-tip-plugin

TIP (translate it, please) is a plugin for VLC media player that helps you to study languages by watching videos.
https://github.com/aklexel/vlc-tip-plugin

plugin vlc vlc-plugin

Last synced: 3 months ago
JSON representation

TIP (translate it, please) is a plugin for VLC media player that helps you to study languages by watching videos.

Lists

README

        

# vlc-tip-plugin
TIP (translate it, please) is a plugin for VLC media player that helps you to study languages by watching videos.

## Features
The plugin allows you to repeat the past few seconds of video but with other audio/subtitle track by pressing just a key. Audio track will be switched back to the previous one at the moment in video where you pressed the key.

You can select the audio and subtitle tracks and period of time for translation in Preferences (in main menu go to *Tools* > *Preferences*, switch the *Show settings* radio button to *All* and in the left hand menu select *Interface* > *Control interfaces* > *TIP*).

The plugin adds new keyboard shortcuts to VLC:
* __`/`__ to translate
* __`Shift` + `/`__ to repeat the last translated period

## Installation
TIP works with [VLC](https://www.videolan.org/) version __3.0.0__ or higher.

To install the TIP plugin just copy the __libtip_plugin.so__ file (libtip_plugin.dll for Windows) to the __\/plugins__ directory.

| OS | 64-bit | 32-bit |
| ------ | ------ | ------ |
| Linux | [libtip_plugin.so](build/linux/64/libtip_plugin.so) | [libtip_plugin.so](build/linux/32/libtip_plugin.so) |
| Windows | [libtip_plugin.dll](build/win/64/libtip_plugin.dll) | [libtip_plugin.dll](build/win/32/libtip_plugin.dll)|
| macOS | [libtip_plugin.dylib](build/macos/64/libtip_plugin.dylib) | - |