Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

youtube: link to display HD video by default

Is there a way to link a youtube video so that it plays automatically in HD?

I've tried several things (adding &hd=1, &vq=hd720) but none of them works

For example: https://www.youtube.com/v/BH_lZSTYFHs&hd=1

It starts always as 480p, it does not care apparently about the hd=1 parameter in the url

like image 255
rodrunner Avatar asked Jan 01 '14 11:01

rodrunner


People also ask

How do I make YouTube default to highest quality?

Go to YouTube via your browser. Click the Auto Quality for YouTube icon on the browser extension menu. Select the drop-down menu adjacent to Default Quality and choose your preferred quality for YouTube videos.

How do you put a resolution on YouTube link?

To force a specific video quality during playback, add the VQ parameter to the URL to specifically set the video quality, regardless of the window size. For example, using the code below causes the video to play at 480p by default. (The highest for this particular video.) Notice this URL uses the vq=large parameter.


2 Answers

via Is there a way to link someone to a YouTube Video in HD 1080p quality?

Yes there is:

https://www.youtube.com/embed/Susj4jVWs0s?version=3&vq=hd720 

options are:

default|none: vq=auto; Code for auto: vq=auto; Code for 2160p: vq=hd2160; Code for 1440p: vq=hd1440; Code for 1080p: vq=hd1080; Code for 720p: vq=hd720; Code for 480p: vq=large; Code for 360p: vq=medium; Code for 240p: vq=small; 

As mentioned, you have to use the /embed/ or /v/ URL.

Note: Some copyrighted content doesn't support be played in this way

like image 104
flakshack Avatar answered Sep 21 '22 06:09

flakshack


Nick Vogt at H3XED posted this syntax: https://www.youtube.com/v/VIDEOID?version=3&vq=hd1080

Take this link and replace the expression "VIDEOID" with the (shortened/shared) ID of the video.

Exapmple for ID: i3jNECZ3ybk looks like this: ... /v/i3jNECZ3ybk?version=3&vq=hd1080

What you get as a result is the standalone 1080p video but not in the Tube environment.

like image 32
TheManFromPhilly Avatar answered Sep 22 '22 06:09

TheManFromPhilly