C
C#6d ago
Silme94

Advanced style for subtitles

how does capcut make their subtitles with advanced style and if i wanna make it in C# which library should i use. Because i already tried one using ass file but I think ass file are not enough to make advanced style like glow or glitch effect
7 Replies
Jimmacle
Jimmacle6d ago
what is an ass file $details
MODiX
MODiX6d ago
When you ask a question, make sure you include as much detail as possible. Such as code, the issue you are facing, what you expect the result to be, what .NET version you are using and what platform/environment (if any) are relevant to your question. Upload code here https://paste.mod.gg/, save, and copy the link into chat for others to see your shared code! (see $code for more information on how to paste your code)
Jimmacle
Jimmacle6d ago
building your own video editor doesn't sound like an easy project
Pobiega
Pobiega5d ago
ASS is one of very many subtitle formats
kurumi
kurumi5d ago
You need to create a C# wrap of ffmpeg I guess. But I don't have any good knowledge of it so can not suggest smth specific
blinkbat
blinkbat5d ago
buddy, you don't wanna know
Lex Li
Lex Li4d ago
You might want to get started from a parser, https://github.com/AlexPoint/SubtitlesParser and then just render the contents with styles for your specific UI (desktop or web).

Did you find this page helpful?