OpenSubtitlesDownload
OpenSubtitlesDownload logo
Illustration by Franck Helaine. Thanks ;-)

Automatically find and download the right subtitles for your favorite videos!

The subtitles search is done by precisly identifying your video files by computing unique movie hash sums. This way, you have more chance to find the exact subtitles for your videos, avoiding synchronization problems between the subtitles and the soundtrack.

GitHub page Wiki Releases Issue tracker
platforms
linux GUI
platforms
universal CLI
license
GPLv3

Sony Vegas Pro 11 Portable !!better!! Instant

For video editors seeking a high-performance workspace without a permanent installation, remains a popular, albeit vintage, choice. Released originally in 2011, this version introduced groundbreaking GPU acceleration and stereoscopic 3D tools that defined the modern editing workflow. What is Sony Vegas Pro 11 Portable?

Because Sony (and later MAGIX) never officially released a "portable" edition, these versions are typically third-party modifications. Use caution and ensure you are using a legitimate license to avoid security risks and potential malware. Key Features of Vegas Pro 11 sony vegas pro 11 portable

Vegas Pro 11 was a major milestone for the series, introducing several features that are still useful for lightweight editing today: Because Sony (and later MAGIX) never officially released

Portable versions are essentially "no-install" packages designed to run directly from a USB drive or local folder without modifying system registries. This makes it ideal for editors who frequently switch between different workstations. This makes it ideal for editors who frequently

SCREENSHOTS

DOWNLOADS

python script (zip)
Version 6.5Stable and battle tested! Actually, probably not...
Version DEVLatest development code. If you are feeling adventurous...
Documentation

GitHub page Wiki Release notes Issue tracker

Installation instructions On the on the wiki page, and always up-to-date!

Configuration instructions To change the search language and more advanced tune-in (optional).

Dependencies
  • python (version 3.6+)
  • zenity (for GNOME GUI)
  • kdialog (for KDE GUI)
  • basic unix tools: wget (subtitles downloading with GUI), ps & grep (GUI autodetection)
  • Quick install (as a nautilus script)
            
              # Make sure the destination directory for nautilus scripts exits
              mkdir -p ~/.local/share/nautilus/scripts/
              cd ~/.local/share/nautilus/scripts/
              # Download the script and make it executable
              wget https://raw.githubusercontent.com/emericg/OpenSubtitlesDownload/master/OpenSubtitlesDownload.py
              chmod u+x OpenSubtitlesDownload.py