diff --git a/openpype/plugins/publish/extract_otio_trimming_video.py b/openpype/plugins/publish/extract_otio_trimming_video.py index f197c958ee..5bcda1dfcc 100644 --- a/openpype/plugins/publish/extract_otio_trimming_video.py +++ b/openpype/plugins/publish/extract_otio_trimming_video.py @@ -57,8 +57,6 @@ class ExtractOTIOTrimmingVideo(openpype.api.Extractor): self.log.debug("representations: {}".format(representations)) - - def _ffmpeg_trim_seqment(self, input_file_path, otio_range): """ Trim seqment of video file. @@ -104,7 +102,6 @@ class ExtractOTIOTrimmingVideo(openpype.api.Extractor): return os.path.basename(output_path) - def _get_ffmpeg_output(self, file_path): """ Returning ffmpeg output command arguments.