probe abstract method
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);