<!DOCTYPE html>
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    There are two things I want to add to my current intermediate DVD
    mpg video files created with ffmpeg, and/or to the DVD tree
    structure created with DeVeDeNG:<br>
    <blockquote>1. Create and add a Navigation menu in the beginning<br>
      This will be an upcoming, separate topic<br>
      <br>
      2. Create and add Soft Subtitles as simple text info commentaries
      to the video content<br>
      This is the topic for this post.<br>
    </blockquote>
    <br>
    The reason that I want <b>Soft</b> Subtitles as a separate text
    file stream related to timing, is because this should be possible to
    <b>add</b> or import to an existing video file  without the need to
    re-encode. It should also be flexible to display on or off during
    playback, if I have understood this correct so far.<br>
    <br>
    2.1 Preferably I want to add/import subtitles as fast and easy using
    GUI interactive tools like DeVeDeNG or VLC if possible?<br>
    Next thereafter could be using the more time consuming ffmpeg<br>
<a class="moz-txt-link-freetext" href="https://www.baeldung.com/linux/subtitles-ffmpeg#how-to-add-soft-subtitles">https://www.baeldung.com/linux/subtitles-ffmpeg#how-to-add-soft-subtitles</a><br>
    <br>
    2.2 So is the question if learning a special subtitle editor is
    necessary to create the text file easier, like one of these 5<br>
<a class="moz-txt-link-freetext" href="https://www.debugpoint.com/3-great-subtitle-editors-in-linux-systems/">https://www.debugpoint.com/3-great-subtitle-editors-in-linux-systems/</a><br>
    <br>
    Tip, suggestions or experience how to do this?<br>
    <br>
     <br>
      <br>
    <br>
    <br>
    <br>
     <br>
  </body>
</html>