-
Notifications
You must be signed in to change notification settings - Fork 313
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
remux_audio is not working #294
Comments
I think I have identified the problem. I am not installing ffmpeg correctly. Is there any hint to installing ffmpeg correctly to use with pafy? I just used pip to install ffmpeg and ffmpeg-python but it still does not work :( |
Well this is quite unfortunate. I have successfully installed ffmpeg and added it to PATH. ffmpeg -version in powershell works as it should. However I still am getting the same error... |
|
Line 719 in 5903c16
I am wondering if this call does not work anymore? I tried running a similar line of code as a test subprocess. There was not any error raised, but the file output was empty. |
Hello,
I am calling remux _audio=True and I keep getting an error. It is weird, because the file downloads but just doesnt perform the remux conversion in the end.
I know remux is the problem because the code worked without it before and also when I pass it as False instead of True.
I downloaded ffmpeg btw.
Anyone know the solution to this issue?
The text was updated successfully, but these errors were encountered: