u2takey / ffmpeg-go

golang binding for ffmpeg
Apache License 2.0
1.76k stars 172 forks source link

enhance opencv example #13

Closed fastfading closed 3 years ago

fastfading commented 3 years ago

what if I need to do ffmpeg capture camera -> opencv image process -> ffmpeg to file or stream

what would be the code look like with this lib.

u2takey commented 3 years ago

what if I need to do ffmpeg capture camera -> opencv image process -> ffmpeg to file or stream

what would be the code look like with this lib.

please refer examples in examples/opencv_test.go, uncomment +build gocv before you try to run these two examples.