hound: suggestions

This commit is contained in:
Jakub Jezek 2021-06-11 18:27:26 +02:00
parent 47f27cc387
commit e417ffd953
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -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.