Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shi-yan/H264Naked
A H264 frame data viewer
https://github.com/shi-yan/H264Naked
Last synced: 2 months ago
JSON representation
A H264 frame data viewer
- Host: GitHub
- URL: https://github.com/shi-yan/H264Naked
- Owner: shi-yan
- License: mit
- Created: 2015-04-21T00:38:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-25T20:08:50.000Z (about 5 years ago)
- Last Synced: 2024-11-01T19:39:59.318Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 26.2 MB
- Stars: 290
- Watchers: 17
- Forks: 52
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# H264Naked
[![Build Status](https://travis-ci.org/shi-yan/H264Naked.svg?branch=master)](https://travis-ci.org/shi-yan/H264Naked)
![screenshot](H264Naked_screenshot.png)
[H264Naked Binaries Download](https://github.com/shi-yan/H264Naked/releases "Download H264Naked binaries")
H264Naked is a raw data viewer for H264 video stream.
While working on a video decoding project, I found that video decoders are very picky about video stream's format. For unsupported video streams, those decoders usually don't generate any errors nor frames. As a result, debugging is quite difficult. One effective way I found is dumping raw frame data and comparing it with that of a working video. However, there aren't many options available for dumping the H264 raw info, therefore I wrote this tool. H264Naked is a wrapper around libh264stream.
[h264streamanalysis](http://sourceforge.net/projects/h264streamanalysis) is another similar tool, but only available for windows.
For more options, see:
[h264 frame viewer question on Stackoverflow](http://stackoverflow.com/questions/6014904/h264-frame-viewer)