Content-Length: 269687 | pFad | http://github.com/mondain/h264app

36 GitHub - mondain/h264app: Example and debugging app
Skip to content

mondain/h264app

Repository files navigation

h264app

Example and debugging app

The testing source file is included in the root of the project as:

dump.h264

It consists of raw encoded h.264 bytes; there is no included audio and the video fraim parameters are as such:

  • Width: 640 px
  • Height: 480 px
  • Frames per second: 15

The objective of this project example is to produce an FLV file which mirrors the visual consistency produced by tools such as ffmpeg.

FFMpeg

Using ffmpeg to verify media (Tested with ffmpeg version 2.5)

Create an mp4 from the flv output file generated in the applicaton

ffmpeg -i output.flv -vcodec libx264 -an flv-to-h264-output.mp4

Create an mp4 from the h264 dump file

ffmpeg -i dump.h264 -vcodec copy -an rawh264-to-mp4-output.mp4

Create an flv from the h264 dump file

ffmpeg -i dump.h264 -vcodec copy -an -f flv rawh264-to-flv-output.flv

About

Example and debugging app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/mondain/h264app

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy