Giter VIP home page Giter VIP logo

Comments (12)

jeckman avatar jeckman commented on June 12, 2024

The 1080p video question I've no idea - do you have a sample video you refer to on YouTube? The project shows all the formats YouTube exposes.

For the Vevo question, if these are videos with the cipher key, this is a dupe of #9

from youtube-downloader.

 avatar commented on June 12, 2024

Example video with 1080p and beyond: 7wWQ-0CKv1M (http://youtu.be/7wWQ-0CKv1M).
Also Youtube just started the support for 60fps videos, example: http://youtu.be/cjXQZ64I_fI

bye
Kith

from youtube-downloader.

bitnol avatar bitnol commented on June 12, 2024

@Kithaitaa 60fps videos are available but in video-only codec.
You can confirm it here: http://gitnol.com/youplay/?vid=cjXQZ64I_fI

Also 1080p for video_id 7wWQ-0CKv1M is also available only in video-only codec.
You can confirm it here: http://gitnol.com/youplay/?vid=7wWQ-0CKv1M

from youtube-downloader.

 avatar commented on June 12, 2024

Hm. Is your example site also using this script? Because with the first videourl i only receive the following formats: http://goo.gl/zFuZgW
Otherwise it would be easy to download the 60fps video-only version and merge it with the audio file (ffmpeg).

from youtube-downloader.

bitnol avatar bitnol commented on June 12, 2024

@Kithaitaa Script is not same. But the base is same. Mine one is more advanced to handle cipher videos, age restricted, embed only and region locked videos. It doesn't support rental and rmtpe videos.

I have moved it to a separate domain. There all features are active.

from youtube-downloader.

 avatar commented on June 12, 2024

Hm. I think your script is not public? Any way to get i ... with support an stuff? ^^

from youtube-downloader.

bitnol avatar bitnol commented on June 12, 2024

@Kithaitaa Please send me your requirement to akhilesh [at] bitnol.com
It's an issue tracker. So please contact me using the above email id.

from youtube-downloader.

TuxMay avatar TuxMay commented on June 12, 2024

YouTube gets videos from the get_video_info file, these include everything from live video m3u8 files to 1080p videos that include audio (others youtube embed videos wouldn't have audio) - I don't understand why this script cannot get these videos too?

from youtube-downloader.

jeckman avatar jeckman commented on June 12, 2024

@TuxMay Contributions welcome. If it were easy someone would have contributed the code to do it.

My understanding is that the YouTube javascript player itself actually retrieves separate streams for those 1080p videos and audio and the then combines them in real time in your browser - so the script would need to do the same, which is highly processor intensive.

from youtube-downloader.

TuxMay avatar TuxMay commented on June 12, 2024

Thanks for your response @jeckman

getvideo.php?videoid={video_id}&format=best only gets 360p mp4 (so does free & ipad). I'm surprised you don't have the option for video without audio on this & I don't know any player that has video & audio separately that can play together?

Does the get_video_info not have a m3u8 file that has all the information inside it (I know that m3u8 isn't video download) but it could help me?

from youtube-downloader.

jeckman avatar jeckman commented on June 12, 2024

No, but you can download the audio and video separately and put them back together with ffmpeg

from youtube-downloader.

TuxMay avatar TuxMay commented on June 12, 2024

I would prefer to do everything via the web, so the only thing that is needed is one single download.

Maybe create a script that does combine them via php?
Or easier, you could provide the dash url for 1080p videos?

from youtube-downloader.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.