8

I normally get English subs for certain movies. I want to translate them to my regional language. Is there any subtitle editor for 16.04 using which I can open an .srt file and edit it to replace English text to that of my choice ?

In short, I am looking a program which can open .srt files as text and allows editing the text and saving them

PS : I am using Unity 7

user227495
  • 4,309

3 Answers3

14

I have not used them, but here are programs available on Ubuntu that can edit .srt files:

  • Gaupol
  • Gnome Subtitles
  • Subtitle Editor
  • Subtitle Composer (for KDE)

You can install them with the following commands:

  • sudo apt install gaupol
  • sudo apt install gnome-subtitles
  • sudo apt install subtitleeditor
  • sudo apt install subtitlecomposer
Adrien Beau
  • 1,976
2

In Linux you can edit the .srt with any common text editor. If you are looking for something more professional the best, Aegisub and Subtitle Composer. Look for them in the Software Center or use the terminal:

sudo apt install subtitlecomposer aegisub -y

Optional, simpler:

sudo apt install gaupol gnome-subtitles subtitleeditor -y
alexb3d
  • 21
1

I am developing a subtitle editor called "Subtitld" and you can download it from Snap Store (https://snapcraft.io/subtitld).

https://subtitld.jonata.org

Any feedback is appreciated :)

Jonatã
  • 351