From e417ffd9538d5f14f0396c7aac5b522cb032d6e4 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Fri, 11 Jun 2021 18:27:26 +0200 Subject: [PATCH] hound: suggestions --- openpype/plugins/publish/extract_otio_trimming_video.py | 3 --- 1 file changed, 3 deletions(-) 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.