Skip to content

Commit

Permalink
add icon and mac builds, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yan committed Apr 22, 2015
1 parent 38e600e commit 0b10b9f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Binary file added H264Naked.icns
Binary file not shown.
2 changes: 2 additions & 0 deletions H264Naked.pro
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ macx: LIBS += -L/usr/local/lib \
-lh264bitstream

unix:!macx: LIBS += -lh264bitstream
macx:ICON = H264Naked.icns


Binary file added H264Naked_screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

[![Build Status](https://travis-ci.org/shi-yan/H264Naked.svg?branch=master)](https://travis-ci.org/shi-yan/H264Naked)

A H264Naked is a 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 or frames. It is difficult to debug this problem. One effective way I found is dumping raw format info and comparing it with a working video. However, there aren't many options available for dumping the H264 raw info.
![screenshot](H264Naked.png)

H264Naked is a wrapper around libh264stream.
[Mac Binary Download](builds/H264Naked_mac.zip "Download H264Naked for Mac")

A 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)
Binary file added builds/H264Naked_mac.zip
Binary file not shown.

0 comments on commit 0b10b9f

Please sign in to comment.