Skip to content

Pure java solution to converts series of images into avi video format and back again

Notifications You must be signed in to change notification settings

javabrown/image2avi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image2avi

Pure java solution to converts series of images into avi video format and back again

usage

Minimalist version:

File avi = image2avi(BufferedImage[], VideoFormat);

OR

File avi = image2avi(BufferedImage[], VideoFormat, FrameRate);

OR

File avi = image2avi(BufferedImage[], VideoFormat, FrameRate, boolean filterDuplicate);

About

Pure java solution to converts series of images into avi video format and back again

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages