elmoiv / redvid

Smart downloader for Reddit hosted videos
GNU General Public License v3.0
110 stars 15 forks source link

[WinError 2] The system cannot find the file specified: 'av.mp4' #17

Closed shreyas-jadhav closed 4 years ago

shreyas-jadhav commented 4 years ago

Hi, I don't understand why I'm facing this issue while trying to download a video, i get this exception

[WinError 2] The system cannot find the file specified: 'av.mp4'

this is my code:

reddit = Downloader()
reddit.max = True
reddit.url = str(link)
reddit.download()

Any help would be appreciated, thank you so much.

elmoiv commented 4 years ago

You don't have FFmpeg Installed in your machine.

See issue #12 for help.