On Thu, Apr 04, 2024 at 13:26:55 -0500, Marth64 wrote: > > Is \N a special sequence in ASS-speak > \N is the special line break sequence in ASS > > I’m not sure of other special sequences following the \ character, I yield > to Oneric on this question.
Standard ASS(2) and SSAv4 have \N (forced linebreak) \n (linebreak hint) \h (nonbreaking space) libass further has \{ and \} dealt with by the following commit. Afaik no ASS renderer ever supported \\. The added escaping happens for non-ASS format (in which those sequences are just normal text) which get encoded into ASS by ffmpeg. If it weren’t escaped we’d get sudden linebreaks, spaces etc and missing text. It doesn’t affect ASS->ASS remuxing.
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".