public class FFMpegSegmenterTranscoder extends CommandTranscoder
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
acodec |
(package private) String |
filePath |
(package private) String |
httpPrefix |
(package private) String |
vcodec |
| Constructor and Description |
|---|
FFMpegSegmenterTranscoder() |
| Modifier and Type | Method and Description |
|---|---|
FFMpegSegmenterTranscoder |
clone() |
protected String[] |
getArguments() |
Codec |
getCodec()
The codec of the result.
|
protected String |
getCommand() |
protected LoggerWriter |
getErrorWriter(Logger log) |
protected LoggerWriter |
getOutputWriter(Logger log) |
void |
init(Node dest)
Init the transcoder and destination node with appropiate values.
|
void |
setHttpPrefix(String h) |
getEnvironment, getKey, setMethod, setPath, setProperty, transcodegetFormat, getIn, getInstance, getMimeType, getOut, setCodec, setFormat, setMimeType, toString, transcodeString acodec
String vcodec
String httpPrefix
String filePath
public void setHttpPrefix(String h)
public Codec getCodec()
TranscodergetCodec in interface TranscodergetCodec in class AbstractTranscoderprotected String getCommand()
getCommand in class CommandTranscoderprotected LoggerWriter getErrorWriter(Logger log)
getErrorWriter in class CommandTranscoderpublic void init(Node dest)
Transcoderinit in interface Transcoderinit in class AbstractTranscoderdest - stream destination Nodeprotected String[] getArguments()
getArguments in class CommandTranscoderprotected LoggerWriter getOutputWriter(Logger log)
getOutputWriter in class CommandTranscoderpublic FFMpegSegmenterTranscoder clone()
clone in interface PublicCloneable<Transcoder>clone in class CommandTranscoderMMBase 1.9-SNAPSHOT - ${javadoctimestamp}