Useful-python icon indicating copy to clipboard operation
Useful-python copied to clipboard

Unable to get mp4 file in jupyter notebook

Open avineet123 opened this issue 5 years ago • 0 comments

from ipywidgets import interact from matplotlib import pyplot as plt import ffmpeg import ipywidgets as widgets import numpy as np

probe = ffmpeg.probe('clip_1.mp4') probe

File is stored in same folder in which .ipnyb file exists. Error:- [WinError 2] The system cannot find the file specified

Installation-I have only installed "### pip install ffmpeg_python". I had not installed ffmpeg.

Please assist.

avineet123 avatar Mar 17 '20 21:03 avineet123