-
Notifications
You must be signed in to change notification settings - Fork 45
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
Support 4K Videos #31
Comments
A sample would be https://www.youtube.com/watch?v=LXb3EKWsInQ |
hello javid. 4k videos have no audio , why? it's just only video! is there anyway to download 4k videos with audio? |
Hello there, |
From what I had read, Youtube only provides Muxed video+ Audio files up to 720p... (Media streams come in 3 forms -- Muxed (video & audio), Audio (audio only) and Video (video only). Highest qualities are not available in muxed streams so you'll have to download separate streams and multiplex them yourself using tools like ffmpeg.) Use ffmpeg that SharpGrabber provides: var merger = new MediaMerger(outputPath); |
No description provided.
The text was updated successfully, but these errors were encountered: