关于一个无缝循环视频截取器的使用报错

在gitee下载了这个工具,但是用Visual Studio Code里按F5运行以后报错,我也看不懂问题出在哪里?
是否有大神可帮助解答?:smile: :smile: :smile: :smile:

关于一个无缝循环视频截取器的使用报错

使用帧相似度匹配写个无缝循环视频截取器 - 知乎
zhuanlan.zhihu.com/p/337943940
VideoPefectLoopCutter: 一个自动化无缝循环视频截取工具。
gitee.com/jiuyueqiji123/video-pefe...

讨论数量: 4
诺墨

没有安装 ffmpeg 模块。 参考 blog.csdn.net/PY0312/article/detai...

1年前 评论
Jason990420

Library ffmpeg not installed

d:\>python
Python 3.10.1 (tags/v3.10.1:2cd268a, Dec  6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ffmpeg
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'ffmpeg'
>>> quit()

d:\>pip install ffmpeg
Collecting ffmpeg
  Downloading ffmpeg-1.4.tar.gz (5.1 kB)
  Preparing metadata (setup.py) ... done
Using legacy 'setup.py install' for ffmpeg, since package 'wheel' is not installed.
Installing collected packages: ffmpeg
  Running setup.py install for ffmpeg ... done
Successfully installed ffmpeg-1.4

d:\>python
Python 3.10.1 (tags/v3.10.1:2cd268a, Dec  6 2021, 19:10:37) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import ffmpeg
>>>
1年前 评论

@诺墨 @soijfodjf 已经安装了FFmpeg的,就是在Visual Studio Code 里按 F5 运行以后还是这样的错误提示

file

1年前 评论
Jason990420

This one is not the library ffmpeg

d:\>where ffmpeg
D:\Python\Project\OK\ffmpeg.exe
1年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!