How to read .mov file ?

asked 2018-08-29 03:31:55 -0600

Nbb gravatar image

I am able to read .avi file but not .mov files ? How can I read .mov files ?

edit retag flag offensive close merge delete

Comments

Please put some .mov file here, in order to try it ... maybe I can help you.

flaviu2 gravatar imageflaviu2 ( 2018-08-30 04:52:49 -0600 )edit

My guess is that you do not have a capable decoding backend for *.mov containers. Given OpenCV, I always work on .avi or .mp4 containers, because OpenCV on my system fails to succesfully work with others.

StevenPuttemans gravatar imageStevenPuttemans ( 2018-08-30 07:54:09 -0600 )edit