Class FFmpegAnalyzer

java.lang.Object
org.opencastproject.inspection.ffmpeg.FFmpegAnalyzer
All Implemented Interfaces:
MediaAnalyzer

public class FFmpegAnalyzer extends Object implements MediaAnalyzer
This MediaAnalyzer implementation uses the ffprobe binary of FFmpeg for media analysis. Also this implementation does not keep control-, text- or other non-audio or video streams and purposefully ignores them during the postProcess() step.