All Projects → kitone → subtitleeditor

kitone / subtitleeditor

Licence: GPL-3.0 license
Subtitle Editor is a GTK+3 tool to create or edit subtitles for GNU/Linux/*BSD.

Programming Languages

C++
36643 projects - #6 most used programming language
Makefile
30231 projects
M4
1887 projects
shell
77523 projects
perl
6916 projects
c
50402 projects - #5 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to subtitleeditor

Caption
Get Caption, start watching.
Stars: ✭ 1,258 (+1492.41%)
Mutual labels:  subtitles, subtitle
gpt
Simple GoPro media organization tool
Stars: ✭ 37 (-53.16%)
Mutual labels:  gstreamer, gtk3
Srt
A simple library for parsing, modifying, and composing SRT files.
Stars: ✭ 210 (+165.82%)
Mutual labels:  subtitles, subtitle
Ffsubsync
Automagically synchronize subtitles with video.
Stars: ✭ 5,167 (+6440.51%)
Mutual labels:  subtitles, subtitle
Music
Music player and library designed for elementary OS
Stars: ✭ 92 (+16.46%)
Mutual labels:  gstreamer, gtk3
Subfinder
字幕查找器
Stars: ✭ 545 (+589.87%)
Mutual labels:  subtitles, subtitle
niki
Media Player, DLNA, Music, Video and Streaming
Stars: ✭ 14 (-82.28%)
Mutual labels:  gtk3, subtitle
nekocap
Browser extension for creating & uploading community captions for YouTube, niconico and other video sharing sites.
Stars: ✭ 27 (-65.82%)
Mutual labels:  subtitles, subtitle
Pitivi
MIRROR of https://gitlab.gnome.org/GNOME/pitivi for your convenience
Stars: ✭ 79 (+0%)
Mutual labels:  gstreamer, gtk3
Me-TV
It's TV for me computer.
Stars: ✭ 39 (-50.63%)
Mutual labels:  gstreamer, gtk3
Youtube Transcript Api
This is a python API which allows you to get the transcript/subtitles for a given YouTube video. It also works for automatically generated subtitles and it does not require a headless browser, like other selenium based solutions do!
Stars: ✭ 495 (+526.58%)
Mutual labels:  subtitles, subtitle
Pragha
Pragha is a Lightweight Music Player for GNU/Linux.
Stars: ✭ 136 (+72.15%)
Mutual labels:  gstreamer, gtk3
Netflix To Srt
Rip, extract and convert subtitles to .srt closed captions from .xml/dfxp/ttml and .vtt/WebVTT (e.g. Netflix, YouTube)
Stars: ✭ 387 (+389.87%)
Mutual labels:  subtitles, subtitle
Subsync
Synchronize your subtitles using machine learning
Stars: ✭ 84 (+6.33%)
Mutual labels:  subtitles, subtitle
chromecast-api
📺 Chromecast Node.js module
Stars: ✭ 122 (+54.43%)
Mutual labels:  subtitles, subtitle
Subtitle.js
Stream-based library for parsing and manipulating subtitle files
Stars: ✭ 234 (+196.2%)
Mutual labels:  subtitles, subtitle
srtmerger
subtitle merger is a tool for merging two or more subtitles for videos.
Stars: ✭ 35 (-55.7%)
Mutual labels:  subtitles, subtitle
PersianSubtitleFixer
Fix Arabic and Persian subtitles by converting them into UTF-8
Stars: ✭ 25 (-68.35%)
Mutual labels:  subtitles, subtitle
photos
Photo viewer and organizer designed for elementary OS
Stars: ✭ 101 (+27.85%)
Mutual labels:  gstreamer, gtk3
Glide
Linux/macOS media player based on GStreamer and GTK+
Stars: ✭ 123 (+55.7%)
Mutual labels:  gstreamer, gtk3

Subtitle Editor

Subtitle Editor is a GTK+3 tool to edit subtitles for GNU/Linux/*BSD.

It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices.

Subtitle Editor is free software released under the GNU General Public License (GPL3).

Features

  • Really easy to use
  • Multiple document interface
  • Undo/Redo
  • Internationalization support
  • Drag-and-drop
  • Video player integrated in the main window (based on GStreamer)
  • Can play preview with external video player (using MPlayer or other)
  • Can be used for timing
  • Generate and display a waveform
  • Generate and display keyframes
  • Can be used for translating
  • Shows subtitles over the video

Editing

  • Style Editor
  • Spell checking
  • Text correction (Space around punctuation, capitalize, empty subtitle ...)
  • Errors checking (Overlapping, too short or long duration ...)
  • Framerate conversion
  • Edit times and frames
  • Scale subtitles
  • Split or joint subtitles
  • Split or joint documents
  • Edit text and adjust time (start, end)
  • Move subtitle
  • Find and replace (Support regular expressions)
  • Sort subtitles
  • Type writer effect
  • Lots of timing and editing tools

Supported Formats

  • Adobe Encore DVD
  • Advanced Sub Station Alpha
  • Burnt-in timecode (BITC)
  • MicroDVD
  • MPL2
  • MPsub (MPlayer subtitle)
  • SBV
  • SubRip
  • Sub Station Alpha
  • SubViewer 2.0
  • Timed Text Authoring Format (TTAF)
  • Plain-Text

Installation

Source tarballs, installing from a source tarball:

./autogen.sh
./configure
make
sudo make install

Required dependencies:

  • gtk+ version >=3.0
  • gtkmm version >=3.10
  • glibmm version >= 2.18.0
  • gstreamer 1.0 (gstreamer1.0-x, gst-plugins-base, gst-plugins-good ...)
  • gstreamermm version >= 1.0
  • enchant version >=1.4.0 (spell check)
  • libxml++ >=2.20
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].