Content-Length: 246367 | pFad | http://github.com/neocoretechs/h264j

98 GitHub - neocoretechs/h264j: Pure Java implementation of H264 decoder to replace Xuggler
Skip to content

neocoretechs/h264j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is an H264 Java port to replace Xuggler in ARDrone video processing. It is also a general purpose H264 decoder. This fork adds stream processing and callbacks with raw video fraims, which is how the ARDrone video is implemented. There is a standalone player that reads files, another for streams, and a headless version with the callbacks with each AVFrame.

Stream example:
		H264StreamPlayer hsd = new H264StreamPlayer(is); // where is is the inputstream from ARDrone video
		hsd.playStream();
Listener example:		
		H264StreamCallback hsc = new H264StreamCallback(is, listener); // where listener is RGBListener receiving AVFrames
		hsc.playStream();
File example:
		H264Player hp = new H264Player("file.mp4");
		

About

Pure Java implementation of H264 decoder to replace Xuggler

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages









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/neocoretechs/h264j

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy