exec abstract method

Future<int> exec(
  1. List<String> args
)

Runs one FFmpeg invocation with the argument array args and completes with its exit code (0 means success).

Implementation

Future<int> exec(List<String> args);