Skip to content
Commit 13a68bf4 authored by Andrew January's avatar Andrew January Committed by Jean-Baptiste Mardelle
Browse files

Add "Cut subtitle after first line"

This feature lets you cut the selected subtitle after the first line at
the current track position. The first line becomes the left subtitle
before the track position, and the rest becomes the right subtitle after
the track position. It then selects the right hand subtitle.

Before:
```
    | Subtitle 1\nSubtitle 2                     |
                                   ^
			     Track position
```

After:
```
    | Subtitle 1                   || Subtitle 2 |
```

This makes it much easier to split up subtitles where you have a
transcription with one subtitle per line. This comes from a couple of
common scenarios:
  1) You have put the audio through an external  transcription service
  2) You are adding subtitles to a song that you have the lyrics for
parent 9a62e067
Pipeline #355208 passed with stages
in 55 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment