Skip to content

Instantly share code, notes, and snippets.

@yaqinking
yaqinking / startup.tjs
Last active November 21, 2016 04:47 — forked from jin1016/startup.tjs
吉里吉里Z 播放 H.264/AVC 编码的 mp4 文件
/**
* 主要用来发布时减小视频的文件大小。(同时这样子就算是放 1080p/4k 的视频时,资源大小也说的过去,既然 krkrz 使用 d3d9 支持分辨率到 8k,那应该不是大问题的 poi,大概。)
*/
class H264Window extends Window {
var base;
var video;
function H264Window( width, height ) {
super.Window();
setSize( width, height );
setInnerSize( width, height );