| Package | Description |
|---|---|
| org.mmbase.streams.createcaches | |
| org.mmbase.streams.transcoders |
| Modifier and Type | Field and Description |
|---|---|
(package private) Transcoder |
JobDefinition.transcoder |
| Modifier and Type | Method and Description |
|---|---|
Transcoder |
JobDefinition.getTranscoder() |
| Constructor and Description |
|---|
JobDefinition(String id,
String inId,
String label,
Transcoder t,
MimeType mt,
Stage s)
Creates a JobDefinition template as used in the configuration container or to kick-start
a transcoding.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTranscoder
Base transcoder for others.
|
class |
CommandTranscoder
A transcoder based on an external command, like
ffmpeg or ffmpeg2theora. |
class |
FFMpeg2TheoraTranscoder
This transcoder uses the command
ffmpeg2theora. |
class |
FFMpegSegmenterTranscoder
Segmenter transcoder that uses version 3 FFmpeg to create ts segments and its m3u8 play-list file.
|
class |
FFMpegTranscoder
Transcoder that uses
ffmpeg to transcode media. |
class |
InfiniteTranscoder
This is a transcoder that does nothing.
|
class |
MockTranscoder
This is a transcoder simply copies the file, and does not transcode anything.
|
class |
RecognizerTranscoder
This thin wrapper just represents a 'Recognizer' as a Transcoder.
|
class |
SegmenterTranscoder
The transcoder that uses
segmenter to create segments of a stream including their
m3u8 index file to be distributed over a cellular network. |
| Modifier and Type | Method and Description |
|---|---|
static Transcoder |
AbstractTranscoder.getInstance(String key)
Default implementation of parsing the 'key' given by a
Trancoder. |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}