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
hi, when the tbr and fps of the video are inconsistent, set fps=fps_source, some video will cause the video to jam.
when fps=30, tbr=16k, set fps=fps_source ,it work great! but I find some video will be bad when fps=15, tbr=30. In the case ,video will jam a lot.
Specifications
Python Version: 2.7.12
Moviepy Version: 1.0
Platform Name: linux
Platform Version: centos7
The text was updated successfully, but these errors were encountered:
In #1222 fps_source=fps is now the default. If you are running into issues then the fault is really with the input file. You can use fps_source=tbr or set the clip's fps manually if you need to.
hi, when the tbr and fps of the video are inconsistent, set fps=fps_source, some video will cause the video to jam.
when fps=30, tbr=16k, set fps=fps_source ,it work great! but I find some video will be bad when fps=15, tbr=30. In the case ,video will jam a lot.
Specifications
The text was updated successfully, but these errors were encountered: