BabitMF / bmf

Cross-platform, customizable multimedia/video processing framework. With strong GPU acceleration, heterogeneous design, multi-language support, easy to use, multi-framework compatible and high performance, the framework is ideal for transcoding, AI inference, algorithm integration, live video streaming, and more.
https://babitmf.github.io/
Apache License 2.0
816 stars 71 forks source link

demo里,google drive的文件无法下载 #95

Closed Aaron-Cai closed 1 day ago

Aaron-Cai commented 10 months ago

!gdown --fuzzy https://drive.google.com/file/d/1l8bDSrWn6643aDhyaocVStXdoUbVC3o2/view?usp=sharing -O big_bunny_10s_30fps.mp4 Traceback (most recent call last): File "/usr/local/bin/gdown", line 8, in sys.exit(main()) File "/usr/local/lib/python3.10/dist-packages/gdown/cli.py", line 151, in main filename = download( File "/usr/local/lib/python3.10/dist-packages/gdown/download.py", line 203, in download filename_from_url = m.groups()[0] AttributeError: 'NoneType' object has no attribute 'groups'

HuHeng commented 10 months ago

This "gdown" command should appear in an ipynb file and should be run on Google Colab. I have checked and there is no issue with running it on Colab. Are you running it locally? may be it's a network issue? You can download the mp4 resource file from "https://github.com/BabitMF/bmf/releases/download/files/files.tar.gz", which in our project release pages.