public class FFMpeg2TheoraTranscoder extends CommandTranscoder
ffmpeg2theora. Possible parameters to be set in
'createcaches.xml' are: videoQuality (--videoquality), keyInt (--keyint), height (-y) and width (-x).
Others can be added but will be at the end of the commands parameters.| Modifier and Type | Field and Description |
|---|---|
(package private) long |
count |
(package private) Integer |
height |
(package private) int |
keyInt |
(package private) int |
videoQuality |
(package private) Integer |
width |
| Constructor and Description |
|---|
FFMpeg2TheoraTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
protected String[] |
getArguments() |
protected String |
getCommand() |
protected LoggerWriter |
getErrorWriter(Logger l) |
void |
init(Node dest)
Saves values video codec in codec (Theora)) and audio codec in acodec (Vorbis) in destination node.
|
void |
setHeight(int y) |
void |
setKeyInt(int ki) |
void |
setVideoQuality(int vq) |
void |
setWidth(int x) |
clone, getEnvironment, getKey, getOutputWriter, setMethod, setPath, setProperty, transcodegetCodec, getFormat, getIn, getInstance, getMimeType, getOut, setCodec, setFormat, setMimeType, toString, transcodeint videoQuality
int keyInt
Integer height
Integer width
long count
public void setVideoQuality(int vq)
public void setKeyInt(int ki)
public void setHeight(int y)
public void setWidth(int x)
public void init(Node dest)
init in interface Transcoderinit in class AbstractTranscoderdest - destination node (streamsourcescaches)protected String getCommand()
getCommand in class CommandTranscoderprotected String[] getArguments()
getArguments in class CommandTranscoderprotected LoggerWriter getErrorWriter(Logger l)
getErrorWriter in class CommandTranscoderMMBase 1.9-SNAPSHOT - ${javadoctimestamp}