org.mmbase.streams.transcoders
Class FFMpeg2TheoraAnalyzer
java.lang.Object
org.mmbase.streams.transcoders.FFMpeg2TheoraAnalyzer
- All Implemented Interfaces:
- Serializable, Cloneable, Analyzer, PublicCloneable<Analyzer>
public class FFMpeg2TheoraAnalyzer
- extends Object
- implements Analyzer
- Version:
- $Id: FFMpeg2TheoraAnalyzer.java 42277 2010-05-26 14:03:33Z andre $
- Author:
- Michiel Meeuwissen
- See Also:
- Serialized Form
FFMpeg2TheoraAnalyzer
public FFMpeg2TheoraAnalyzer()
getMaxLines
public int getMaxLines()
- Description copied from interface:
Analyzer
- How many lines of logging should be offered for
Analyzer.analyze(java.lang.String, org.mmbase.bridge.Node, org.mmbase.bridge.Node)ing at the most.
- Specified by:
getMaxLines in interface Analyzer
addThrowable
public void addThrowable(Throwable t)
- Specified by:
addThrowable in interface Analyzer
addLogger
public void addLogger(Logger logger)
- Specified by:
addLogger in interface Analyzer
analyze
public void analyze(String l,
Node source,
Node des)
- Description copied from interface:
Analyzer
- Analyzes a line of logging of
- Specified by:
analyze in interface Analyzer
- Parameters:
l - This linesource - The node representing the original mediasource.des - The node representing the mediasource to which the transcoding result is being
written.
ready
public void ready(Node sourceNode,
Node destNode)
- Specified by:
ready in interface Analyzer
clone
public FFMpeg2TheoraAnalyzer clone()
- Specified by:
clone in interface PublicCloneable<Analyzer>- Overrides:
clone in class Object
MMBase 2.0-SNAPSHOT - null