mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-13 03:58:05 +01:00
add more good video format :3
This commit is contained in:
parent
a65f35a8ac
commit
4bceb9f282
1 changed files with 3 additions and 4 deletions
|
@ -456,15 +456,14 @@ display: block;" autoplay controls
|
||||||
<div class="div_box">
|
<div class="div_box">
|
||||||
Video id : <%=video.id%> <br>
|
Video id : <%=video.id%> <br>
|
||||||
AmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
AmbientModecolor: <% if (lightOrDark(color) == "light") { %><%=color%> (color 1)<% } %><% if (lightOrDark(color) == "dark") { %> <%=color2%> (color 2) <% } %> <br>
|
||||||
VideoFormat :<% if (!qua) { %> 22 avc1.64001F <% } %>
|
Video Format :<% if (!qua) { %> 22 (720p) avc1.64001F-libre mp4a.40.2 | 44100Hz <% } %>
|
||||||
<% if (qua === "medium") { %> 18 avc1.64001F <% } %> <br>
|
<% if (qua === "medium") { %> 18 (320p) avc1.64001F-libre mp4a.40.2 | 44100Hz <% } %> <br>
|
||||||
PokeTubeEncryptID: <%=sha384(video.id)%> <br>
|
PokeTubeEncryptID: <%=sha384(video.id)%> <br>
|
||||||
PokeTube Proxy ID: 1 ( <%=ip.org%> ) <br>
|
PokeTube Proxy ID: 1 ( <%=ip.org%> ) <br>
|
||||||
Date : <%- Date.now() %> <br>
|
Date : <%- Date.now() %> <br>
|
||||||
Mystery text : <br>
|
Mystery text : <br>
|
||||||
143 : true <br>
|
143 : true <br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue