flv tool
is a package aimed at verbosely examining and performing operations on flv files.
.flv_tool
is written with go
and provides python3
bindings
After some research I decided that using pure python might be better.
- Completely Follow the Adobe Flv Specification:
https://www.adobe.com/content/dam/acom/en/devnet/flv/video_file_format_spec_v10_1.pdf - Simple and Intuitive API
- Easy to customize and build your own tool or application with
- FLV file reading
- FLV metadata fixing
- FLV time fixing
see docs/main.md