Tools for inspecting MPEG2TS and MP4 files and the codec bitstreams therein
Thumbcoil is a video inspector tool that can unpackage various media containers and inspect the bitstreams therein. Thumbcoil runs entirely within your browser so that none of your video data is ever transmitted to a server.
- Installation
- About
- Container Support
- Bitstream Support
- H.264
- License
``sh`
npm install --save thumbcoil
Thumbcoil supports the following container formats:
* MPEG2-TS
* PAT
* PMT
* PES
* fMP4 (some support for traditional non-fragmented MP4)
* Too many boxes to list!
* FLV
* FLV Header
* Video Tag
* Audio Tag
Thumbcoil supports the parsing and writing of the following NAL units:
* access_unit_delimitersequence_paramter_set
* seq_scaling_list
* Including and vui_parameterspicture_parameter_set
* pic_scaling_list
* Including slice_layer_without_partitioning
* slice_header
* Only parses the slice_layer_without_partitioning_idr
* slice_header
* Only parses the sei_message
* - the following payload typesbuffering_period
* pic_timing
* user_data_registered_itu_t_t35
* recovery_point
*
Thumbcoil supports the parsing of the following AAC stream elements:
* single_channel_elementchannel_pair_element
* coupling_channel_element
* lfe_channel_element
* data_stream_element
* program_config_element`
*
Apache-2.0. Copyright (c) Brightcove, Inc.
[videojs]: http://videojs.com/