Class VideoProcessor

java.lang.Object
se.datadosen.jalbum.VideoProcessor

public class VideoProcessor extends Object
Class responsible for converting a range of video formats to a format that is suitable for the web It is also responsible for creating thumbnail JPEG images from videos. The base class is just a dummy implementation that is consulted when video support is disabled The real work is performed in a subclass of this class if video support is enabled Use engine.getVideoProcessor() to get the relevant video processor.
Since:
v11