Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drylikov/flv_lib
Library for parsing, manipulating and indexing FLV files.
https://github.com/drylikov/flv_lib
Last synced: 8 days ago
JSON representation
Library for parsing, manipulating and indexing FLV files.
- Host: GitHub
- URL: https://github.com/drylikov/flv_lib
- Owner: drylikov
- License: mit
- Created: 2024-07-21T17:34:54.000Z (4 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-21T17:36:34.000Z (4 months ago)
- Last Synced: 2024-07-21T19:25:32.011Z (4 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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 installAfter that you can debug FLV files with:
$ debug-flv file.flvand index them with:
$ index-flv -U file.flvTry:
$ debug-flv --help
$ index-flv --help
for more available parameters.