-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathREADME
More file actions
24 lines (19 loc) · 721 Bytes
/
README
File metadata and controls
24 lines (19 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
This is flvlib, a library for manipulating, parsing and verifying FLV
files. It also includes two example scripts, debug-flv and index-flv,
which demonstrate the possible applications of the library.
If you got the source tarball, you can run the automated test suite
and install the library with:
$ tar xjf flvlib-x.x.x.tar.bz2
$ cd flvlib-x.x.x
$ python setup.py test
$ sudo python setup.py install
After that you can debug FLV files with:
$ debug-flv file.flv
and index them with:
$ index-flv -U file.flv
Try:
$ debug-flv --help
$ index-flv --help
for more available parameters.
The library and the scripts are distributed under the MIT License.
You can contact the author, Jan Urbanski, at [email protected].