我正在尝试在我的LaTeX beamer幻灯片中加入YouTube视频,并希望控制视频质量。默认设置为360p,我想要720p。
这是我使用的代码。
\includemedia[
width=.8\linewidth,
totalheight=1.5\linewidth,
activate=pageopen,
flashvars={
modestbranding=1 % no YT logo in control bar
&autohide=1 % controlbar autohide
&showinfo=1 % title and other info before start
&rel=0 % no related videos after end
}
]{}{https://www.youtube.com/v/PEqfyIGSKiE}
答案 0 :(得分:0)
我找到了出路。
将地址更改为
中的视频{https://www.youtube.com/v/PEqfyIGSKiE}
到
{https://www.youtube.com/v/PEqfyIGSKiE?vq=hd720}
会做到这一点。