GNOME Bugzilla – Bug 470766
[ssaparse] line breaks in SSA subtitle parser
Last modified: 2007-08-30 14:37:19 UTC
The SSA subtitle parser doesn't support line breaks, which is a little annoying. According to this [0], SSA makes use of \n and \N for line breaks. 0. http://sourceforge.net/docman/display_doc.php?docid=19407&group_id=82303
Got a sample file by any chance?
Created attachment 94523 [details] SSA sample Sure, I'm attaching the subtitle.
Thanks, should be fixed now (haven't actually tested it because ssparse only supports ssa-in-matroska/container, but not from a separate file): 2007-08-29 Tim-Philipp Müller <tim at centricular dot net> * gst/subparse/gstssaparse.c: Convert SSA newline codes into actual newline characters (#470766).
Thank you! I just tried it on a mkv video, and it works great :)