mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hound: suggestions
This commit is contained in:
parent
47f27cc387
commit
e417ffd953
1 changed files with 0 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue