probe abstract method

Future<VideoProbeResult> probe(
  1. String filePath
)

Probes the video at filePath.

Throws a FluvieRenderException when the file is missing or the probe output cannot be parsed, and a FluvieEncodeException when the probe process exits non-zero.

Implementation

Future<VideoProbeResult> probe(String filePath);