-
Notifications
You must be signed in to change notification settings - Fork 455
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
Downloaded video without sound? #353
Comments
as i see, in this case there are no streams that have both video and audio, so my answer is in this case with this exact video you need to download video and audio separately and merge them with ffmpeg or another tool. |
Are there any video resources that have both high quality video and audio? I'd like to see what info looks like |
previously most (or all) videos on youtube had a stream with 360p video and 128kbps audio. i got bad news. i am checking now and i see that all the videos, even those which i downloaded before with 360p video and 128kbps audio in one file (stream), now they do not have any stream with video and audio together, only separate video and audio streams. |
so i guess from now separate downloading and joining the video and audio streams is needed. i have been using ffmpeg for merging, but i will try using github.com/abema/go-mp4 soon. |
some time ago most (or all) videos on youtube had at least one stream with both VideoQuality!="" and AudioChannels>0 |
Sad to hear that, maybe the youtube dev team changed the logic. |
I went through all the issues related to “audio” but none of them solved my problem.
I've also tried downloading a high quality mp4 file and an MP4a file with audio channels separately and dragging them into the music player at the same time, and that didn't work either.
Can I only merge them manually via ffmpeg? Is there another way?
The text was updated successfully, but these errors were encountered: