mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #4296 from ynput/bugfix/OP-4706_Different-Ftrack-review-and-published-frames-when-using-audio-track
AfterEffects: Fix for audio from mp4 layer
This commit is contained in:
commit
4367e71c85
1 changed files with 3 additions and 0 deletions
|
|
@ -1038,6 +1038,9 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
# Set audio duration
|
||||
audio_in_args.append("-to {:0.10f}".format(audio_duration))
|
||||
|
||||
# Ignore video data from audio input
|
||||
audio_in_args.append("-vn")
|
||||
|
||||
# Add audio input path
|
||||
audio_in_args.append("-i {}".format(
|
||||
path_to_subprocess_arg(audio["filename"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue