Install

Experience the power of easy subtitling - download and install Subtitld now and start creating, transcribing and editing subtitles in minutes.

<h2>Installing from source</h2> <p>Download the source code from our <a href="https://gitlab.com/jonata/subtitld">GitLab repository</a>. You can download a ZIP or Tar package, or clone the repository using Git.</p> <pre><code>git clone git@gitlab.com:jonata/subtitld.git</code></pre> <p>Enter the directory and run</p> <pre><code>python3 -m pip install -r requirements.txt</code></pre> <p>You will probably need to install some libraries (such as <code>libmpv</code>).</p> <p>To run Subtitld:</p> <pre><code>python3 subtitld.py</code></pre>