com.eteks.sweethome3d.swing
Class JPEGImagesToVideo
java.lang.Object
com.eteks.sweethome3d.swing.JPEGImagesToVideo
public class JPEGImagesToVideo
- extends Object
This program takes a list of images and convert them into a
QuickTime movie.
Method Summary |
void |
createVideoFile(int width,
int height,
int frameRate,
javax.media.protocol.DataSource dataSource,
File file)
Creates a video file at the given size and frame rate. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPEGImagesToVideo
public JPEGImagesToVideo()
createVideoFile
public void createVideoFile(int width,
int height,
int frameRate,
javax.media.protocol.DataSource dataSource,
File file)
throws IOException
- Creates a video file at the given size and frame rate.
- Throws:
IOException