-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
frozen seconds in beginning of subclip using ffmpeg_extract_subclip() #847
Comments
You may be right. There is no way to choose the order of -i nd -ss in moviepy, but if one works and the other not, then its a bug and needs a PR. I am too busy to test it unfortunately, but I think we can trust you on this. |
I can confirm the fix is correct. There’s also @Zulko very sorry to bother, but it would be very cool if you could merge that 😄 |
I know this is closed, but is it possible this issue is still happening with concatenate_videoclips. My clips where I use ffmpeg_extract_subclip() are creating the clips correctly, with no pause. When I concatenate the clips together in the end though the very first clip has a 5 second pause with no audio or video playing. |
what do i need when i want this fix? currently i installed it with pip and get version 1.0.0 from end of february. |
The commit is 8 months old, but was merged 2 moths ago. Therefore it's not in 1.0. You need to download and install the master branch |
@DallasHoelscher still having this issue now mid-2020, super frustrating. It's happened to me out of thin air. |
Hey, still having issue with that. Although this might be the cause of black frames coming from #508
Also, changing the values to (or removing them):
Solve minor time issues with some of the shorter clips, but take a lot more processing power |
Hi everyone,
not sure if this is a bug, however I have an issue here:
The docs of ffmpeg state, that
-ss
should be specified before-i
, at least when input seeking.But I think
ffmpeg_extract_subclip()
, specifies it after-i
. That is at least what causes trouble when I callffmpeg_extract_subclip()
For myself:
leads to a frozen video sequence of 2-6 seconds in the beginning of the video with sound playing.
Whereas
works as expected.
Is there any thing that I am missing? Is that how it is thought to be? Is there a way to specifiy the order of specification of
-i
and-ss
?Edit: Looks like Issue #508 but this did not help.
Best Jonas
Here's the rest:
Expected Behavior
No frozen seconds before video starts playing.
Actual Behavior
ffmpeg_extract_subclip()
produces frozen seconds before video starts playing, sound is good form the beginning. However, couldn't test for synchrony (That is what other report as well, when specifing it the wrong way).Steps to Reproduce the Problem
see above
Specifications
The text was updated successfully, but these errors were encountered: