Skip to content

Nuggew/CSubRip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSubRip
GitHub last commit (branch)

A SubRip encoder/decoder made for CSharp .NET Framework

How to install?

The library DLL download is avaible on the releases page.

How to use?

This library is as simple as it can get!

using CSubRip;

public class Program
{
  void Main(string[] args)
  {
    List<SubRipParagraph> srtParagraphs = Decoder.DecodeToObject("[SUBRIP STRING HERE]");
    // YOUR CODE HERE!
  }
}

How is the structure of a SubRip file?

Thats the basic structure of a SubRip (.srt) file!

1
00:00:00,000 -> 00:10:00,000
Hello World!

2
00:10:00,000 -> 01:00:00,000
This message will be in screen for the next 50 minutes...

About

A SubRip decoder made for CSharp .NET Framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages