-
Notifications
You must be signed in to change notification settings - Fork 125
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
希望提高opencv版本 对M1更友好 #178
Labels
enhancement
New feature or request
Comments
hi |
目测该问题依旧存在,4.5.5.64 |
新增时间戳重同步功能解决该问题 video = VideoObject(video_path)
video.load_frames()
# 同步时间戳
video.sync_timestamp() 该方法需要安装 moviepy(https://github.com/Zulko/moviepy) 该功能稳定后再进版本,目前需要从源码安装: pip install --upgrade git+https://github.com/williamfzc/stagesepx.git |
在 0.18.0 版本内置了 moviepy 解决该问题,在 load_frames 时自动利用内置的 ffmpeg 对齐时间戳。 涉及issues: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
M1 目前可用的版本最低4.5
目前我 添加--no-dependencies 跳过依赖安装 然后手动安装依赖
opencv使用4.5.5版本 可以跑起来
The text was updated successfully, but these errors were encountered: