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: 14 days ago
JSON representation
TIP (translate it, please) is a plugin for VLC media player that helps you to study languages by watching videos.
- Host: GitHub
- URL: https://github.com/aklexel/vlc-tip-plugin
- Owner: aklexel
- License: lgpl-2.1
- Created: 2019-03-23T13:09:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-24T08:42:06.000Z (over 4 years ago)
- Last Synced: 2024-08-02T07:09:22.925Z (4 months ago)
- Topics: plugin, vlc, vlc-plugin
- Language: C
- Homepage:
- Size: 444 KB
- Stars: 52
- Watchers: 5
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-vlc - vlc-tip-plugin - TIP (translate it, please) is a plugin for VLC media player that helps you to study languages by watching videos. (VLC native plugins)
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) | - |