offish / twitchtube

Twitch YouTube bot. Automatically make video compilations of the most viewed Twitch clips and upload them to YouTube using Python 3.
MIT License
538 stars 77 forks source link

videos are rendering with no sound?? #5

Closed nsuth closed 3 years ago

nsuth commented 4 years ago

It downloads all of the clips and then renders into 1 video but the rendered video has no sound (the clips have sound)

offish commented 4 years ago

You can try to update moviepy and run the bot again, that might fix your issue. Never encountered this before, are you sure your video player is not muted and the video has no sound at all?

nsuth commented 4 years ago

You can try to update moviepy and run the bot again, that might fix your issue. Never encountered this before, are you sure your video player is not muted and the video has no sound at all?

yep it is not muted. I have googled around and a lot of people have had this issue with moviepy but I have not found the solution just yet. I have made it render a temp audio file as well as the video file but i am not sure how to get them both together without having to render it twice :(

ghost commented 4 years ago

@unniggable I have the same issue. Can you tell me how to create a temp audio file aswell?

Parapheen commented 3 years ago

That helped me

https://github.com/Zulko/moviepy/issues/876#issuecomment-586410777

OfficiallySp commented 3 years ago

updating moviepy in requirements fixed the issue for me. made a pull request