You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[iclip1---][vclip-][iclip2---] <- Video Timeline
[iclip1---][vclip---][iclip2---] <- Audio Timeline
What I'm trying to illustrate is that, the video duration of the vclip is shrinked/cutted, while the sudio is still the same, this puts the remaining audio after the audio of this clip in not the right place, meaning the rest of the audio after the vclip's audio is delayed.
Steps to Reproduce the Problem
Code above.
Specifications
Python Version: Python 3.7.3
Moviepy Version: 1.0.1
Platform Name: Windows
Platform Version: 10
The text was updated successfully, but these errors were encountered:
shin-illua
changed the title
Audio Issue while concatenate_videoclips'ing ImageClip.set_audio() and VideoFileClip (contains audio already)
Audio Issue while concatenate_videoclips'ing ImageClip and VideoFileClip (contains audio already)
Jan 23, 2020
Expected Behavior
I have a code which looks something like this:
Actual Behavior
out.mp4 is outputted like this:
What I'm trying to illustrate is that, the video duration of the
vclip
is shrinked/cutted, while the sudio is still the same, this puts the remaining audio after the audio of this clip in not the right place, meaning the rest of the audio after thevclip
's audio is delayed.Steps to Reproduce the Problem
Code above.
Specifications
The text was updated successfully, but these errors were encountered: