Closed rainyl closed 2 weeks ago
I understand the benefits of splitting the modules, but that will cause confusion for people since open cv is one module in Python 😅
So bundling ffmpeg being optional will be awesome, also you can make a minimal ffmpeg version by removing codecs that are not used like media_kit does and fvp, which will make the bundle size small
Also due to you not having time I guess the fastest workaround for now is the way to go,and when you have time for the others it can look into the others.
Yes you are right. Thanks ~
Personally, I think supporting FFMPEG for all platforms is necessary, since there are many issues about
VideoWriter
andVideoCapture
.Several principles:
Status & problems
I have worked on this for about 5 days and finish it successfully, but it is not elegant (so I published v1.2.5, originally I want this feature to be included in v1.2.5 😮💨).
ffmpeg-config.cmake
)Solutions
Personally I prefer
option 1
now, what do you think? @abdelaziz-mahdy