thumbcoil icon indicating copy to clipboard operation
thumbcoil copied to clipboard

Tools for inspecting MPEG2TS, fMP4, and FLV files and the codec bitstreams therein

Results 7 thumbcoil issues
Sort by recently updated
recently updated
newest added

Fix up and merge https://github.com/videojs/thumbcoil/tree/hackweek

- extract cc_data from CEA-607/CEA-708 SEI NALUs - create a method to insert captions into an MP4

enhancement

I am able to calculate the framerate from the seq parameter NAL. How can I find if the ts segment is a drop frame or not drop frame?

Steps: 1- Gerenerate fmp4 with: ``` ffmpeg -f lavfi -re -i smptebars=duration=15:size=320x200:rate=30 \ -pix_fmt yuv420p -c:v libx264 -b:v 250k -g 30 -keyint_min 120 -profile:v baseline -preset veryfast \ -f mp4...

Video frame begins at TS packet 457 which is after the first packet of the next Audio frame 453 ![screen shot 2018-03-26 at 4 08 29 pm](https://user-images.githubusercontent.com/21211770/37930168-f95d4034-310f-11e8-828d-40c4877241bc.png) [media-82054.ts.zip](https://github.com/videojs/thumbcoil/files/1849369/media-82054.ts.zip)