Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio is not getting added with the video :( #31

Closed
Baseerka opened this issue Jan 17, 2023 · 3 comments
Closed

Audio is not getting added with the video :( #31

Baseerka opened this issue Jan 17, 2023 · 3 comments

Comments

@Baseerka
Copy link

Describe the bug
when I try to download a video it doesn't comes with the audio

Does anyone else have the same problem
I used the code like this
reddit = Downloader()
reddit.path = path
reddit.max = True
reddit.url = url
reddit.download()

@Baseerka
Copy link
Author

Describe the bug when I try to download a video it doesn't comes with the audio

Does anyone else have the same problem I used the code like this reddit = Downloader() reddit.path = path reddit.max = True reddit.url = url reddit.download()

Mb vscode doesnot support audio or something :)

@elmoiv
Copy link
Owner

elmoiv commented Jan 21, 2023

Do you have FFmpeg Installed in your system?

Installing FFmpeg

Windows:

https://m.wikihow.com/Install-FFmpeg-on-Windows

(You may need to restart your pc after applying these steps)

Linux:

sudo apt install ffmpeg

Mac OS:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  • Then:

$ brew install ffmpeg

@ramsy0dev
Copy link

ramsy0dev commented Feb 10, 2023

I have this issue too, the videos are getting downloaded but without the audio even tho i have ffmpeg installed (i am on linux)

Edit: it work now i had to wait for all the video to get installed then the audios & videos get merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants