com.liferay.portlet.documentlibrary.util
Class LiferayVideoConverter
java.lang.Object
com.liferay.portlet.documentlibrary.util.LiferayConverter
com.liferay.portlet.documentlibrary.util.LiferayVideoConverter
public class LiferayVideoConverter
- extends LiferayConverter
| Methods inherited from class com.liferay.portlet.documentlibrary.util.LiferayConverter |
cleanUp, countNonKeyAfterKey, createIAudioResampler, createIVideoResampler, decodeAudio, decodeVideo, encodeAudio, encodeVideo, flush, getSeekTimeStamp, getStreamTimeStampOffset, isKeyPacketFound, isStartDecoding, openContainer, openStreamCoder, prepareAudio, resampleAudio, resampleVideo, rewind, rewind, seek, seek, updateAudioTimeStamp, updateVideoTimeStamp |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiferayVideoConverter
public LiferayVideoConverter(String inputURL,
String outputURL,
int height,
int width,
int rate)
convert
public void convert()
throws Exception
- Throws:
Exception
doConvert
protected void doConvert()
throws Exception
- Throws:
Exception
getInputIContainer
protected com.xuggle.xuggler.IContainer getInputIContainer()
- Specified by:
getInputIContainer in class LiferayConverter