elmoiv / redvid

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

Unable to merge the video and audio file in the Temp folder #23

Closed sacredsoul98 closed 3 years ago

sacredsoul98 commented 3 years ago

Hi, This is my first issue report ever. So apologies for any mistakes I make.

I am getting an 'file not found' error when I try to download any video using redvid.

example error I get = ' FileNotFoundError: [WinError 2] The system cannot find the file specified: 'E:\$github folder\Dizzibot\images\temp\av.mp4' -> 'E:\$github folder\Dizzibot\images\a4gyy9ujm7k71-DASH_360.mp4' '

This error is something which i am getting from the last few weeks. It used to work properly before.

And also I am getting an error saying 'ffmpeg is not recognised as internal or external command' on top of this.

If you need anything else, glad to help.

Screenshot 2021-08-29 194036

elmoiv commented 3 years ago

You don't have FFmpeg installed.

I have already included a full guide to install redvid requirements here: https://github.com/elmoiv/redvid#installing-ffmpeg

sacredsoul98 commented 3 years ago

I have ffmpeg installed. image

elmoiv commented 3 years ago

You are importing FFmpeg python API which may be using a local copy of FFmpeg within the module.

FFmpeg is not recognized as internal or external command means that Windows is not detecting FFmpeg binary.

This happens if you had FFmpeg incorrectly installed or not set in PATH system environment variable.

sacredsoul98 commented 3 years ago

Thanks for you explanation. I had the path set wrong.