williamfzc / stagesepx

detect stages in video automatically
MIT License
434 stars 125 forks source link

built-in ffmpeg #74

Closed williamfzc closed 5 years ago

williamfzc commented 5 years ago

maybe ffmpeg should be a built-in module

williamfzc commented 5 years ago

https://github.com/kkroening/ffmpeg-python/blob/master/examples/README.md#convert-video-to-numpy-array

这个库的稳定性存疑(经常失败,文档不清晰)。为了保证核心功能,ffmpeg应该不会作为内置功能加入 stagesepx。后续可能会以命令行形式直接调用。

cmd + tempfile, and bind it to VideoObject