将iframe中的视频质量更改为其他设置

时间:2012-12-14 10:59:31

标签: iframe youtube

我正在将youtube视频嵌入到iframe中。现在视频质量有2种设置:360p和240p。现在Youtube每次选择240作为默认值,它看起来很糟糕。在这种情况下,如何将默认质量更改为最高可能的360p?

我尝试在视频链接的末尾设置参数?hd = 1,但它不起作用: 像这样:

<iframe title="Evolution of 4 String Quartet on BBC" width="560" height="315" src="http://www.youtube.com/embed/D1GEH6VxQ-k?hd=1" frameborder="0" allowfullscreen></iframe> 

有什么想法吗?它甚至可能吗?

我也玩过谷歌的这个开发者工具,这很酷,但是没有运气的380p ...... https://developers.google.com/youtube/youtube_player_demo

1 个答案:

答案 0 :(得分:0)

您只想使用vq参数而不是hd:

  <iframe title="Evolution of 4 String Quartet on BBC" width="560" height="315" src="http://www.youtube.com/embed/D1GEH6VxQ-k?vq=medium" frameborder="0" allowfullscreen></iframe>

vq也可以是:小,大,hd720,hd1080。