Mercurial > libedl
annotate README.md @ 1:db8b7e45ee55
license: add MIT license
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 04 Jul 2023 22:50:26 -0400 |
parents | 0ea1ec2da443 |
children | d00bc412900e |
rev | line source |
---|---|
0 | 1 # edl-parser |
2 edl-parser is a parser library for Vegas Pro EDL files and translates them into a usable format for manipulation in C/C++. | |
3 | |
4 # How do I use this? | |
5 Drag it into your C/C++ project and adjust your compiler flags accordingly. Then you can call `parse_EDL` with a `char*` containing the entire contents of any EDL file. |