createVideoFFmpegConfig method

VideoFFmpegConfig createVideoFFmpegConfig()

Implementation

VideoFFmpegConfig createVideoFFmpegConfig() {
  return VideoFFmpegConfig(
    trimCommand: _trimCmd,
    crop: _getCrop(),
    rotation: _getRotation(),
  );
}