jvgemert / pbMoMa

Phase based video motion magnification
135 stars 40 forks source link

Issue with google colab #10

Open sonineha2191 opened 5 years ago

sonineha2191 commented 5 years ago

Hello, I am running the repository on google colaboratory. I am getiigng the output: ('Reading:', 'media/baby.mp4') (' 0 frames',) (' (0 x 0)',) FPS:0 ('Writing:', 'media/baby.mp4-Mag20Ideal-lo72-hi92.avi') ('FrameNr:',) (0,) (1,) (2,) . . . (29,).

But I am not getting the magnified output video. Please help

kichoul64 commented 5 years ago

(' 0 frames',) (' (0 x 0)',) FPS:0 It looks like VideoCapture() problem. Try other video file or reinstall Opencv lib with pip install opencv-python