Useful-python
Useful-python copied to clipboard
Unable to get mp4 file in jupyter notebook
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.