Skip to content

JFlvLib is a library that allows Java to write Flash Videos (FLV format).

Notifications You must be signed in to change notification settings

iceraj/StarJFLVLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFlvLib - Java Library that writes Flash Videos (FLV format).

To use library user instantiates Capture instance using CaptureFactory class. Capture c = CaptureFactory.getCapturer( os , new Dimension(xx , yy) ) ;

Capture interface provides 2 methods: // generates new frame in compatible format for writing frame BufferedImage newFrame();

// writes a frame to FLV stream void writeFrame( BufferedImage image , int timestamp ) throws IOException;

At this stage library implements video only, SCREENVIDEO_CODEC and it generates only key frames. This is good for producting videos but they are larger than they need to be.

That's it.

About

JFlvLib is a library that allows Java to write Flash Videos (FLV format).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages