2017-04-11 92 views
0

我正在尝试在我的LaTeX投影仪幻灯片中添加YouTube视频,并希望控制视频质量。默认设置是360p,我想要720p。如何在LaTeX Beamer中设置嵌入的YouTube视频的视频质量

这是我使用的代码。

\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

我发现了一条出路。

{https://www.youtube.com/v/PEqfyIGSKiE} 

更改地址的视频

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

会做的伎俩。