https://github.com/drylikov/flv_lib
Library for parsing, manipulating and indexing FLV files.
https://github.com/drylikov/flv_lib
Last synced: 11 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 (9 months ago)
- Default Branch: drylikov
- Last Pushed: 2024-07-21T17:36:34.000Z (9 months ago)
- Last Synced: 2025-03-27T14:06:57.187Z (29 days ago)
- Language: Python
- Size: 36.1 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- 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.