I'am trying to convert a subrip sub (.srt) to substation alpha sub (.ass), in Linux. How to do that ?
Asked
Active
Viewed 1,156 times
1 Answers
1
From ffmpeg.org
ffmpeg -i sub.srt sub.ass

Mathieu Westphal
- 2,544
- 1
- 19
- 33
-
1While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – lxg Nov 13 '14 at 20:16
-
Well there is not a lot more to say, other tools provide this functionnality, but not as simple as straight forward as this command. – Mathieu Westphal Nov 14 '14 at 07:33