如何在LaTeX Beamer中设置嵌入式YouTube视频的视频质量

时间:2017-04-11 01:03:16

标签: video youtube beamer

我正在尝试在我的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}

1 个答案:

答案 0 :(得分:0)

我找到了出路。

将地址更改为

中的视频
{https://www.youtube.com/v/PEqfyIGSKiE}

{https://www.youtube.com/v/PEqfyIGSKiE?vq=hd720}

会做到这一点。