function format(tpl) { var index = 1, items = arguments; return (tpl || '').replace(/{(\w*)}/g, function(match, p1) { return items[index++] || p1 || match; }); } function loadCSS(url, callback) { return $('') .attr({ href: url }) .on('load', callback) .appendTo(document.head); } function lazyGist(element) { var $btn = $(element); var $self = $(element).parent(); var $link = $self.find('a'); $btn.prop('disabled', 'disabled').text('Loading...'); $.getJSON(format('{}.json?callback=?', $link.prop('href').replace($link.prop('hash'), ''))) .done(function(data) { loadCSS(data.stylesheet, function() { $self.replaceWith(data.div); $('.gist .gist-file .gist-meta a').filter(function() { return this.href === $link.prop('href'); }).parents('.gist-file').siblings().remove(); }); }) .fail(function() { $self.replaceWith($('').attr('href', url).text(url)); }); }
Get Google Chrome
Vimium · 在 Chrome 里使用 vim 快捷键
XiaoBaiYa
V2EX  ›  Chrome

chrome107 终于默认支持 hevc 了, EMBY 测试直接串流

  •  
  •   XiaoBaiYa · Oct 27, 2022 · 3474 views
    This topic created in 1328 days ago, the information mentioned may be changed or developed.

    无需插件,分享给朋友再也不用担心服务器转码压力大了

    6 replies    2022-10-28 08:43:22 +08:00
    ufo22940268
        1
    ufo22940268  
       Oct 27, 2022
    那 emby 播放任何视频都能用 HEVC 吗?
    AoEiuV020CN
        2
    AoEiuV020CN  
       Oct 27, 2022
    确实赞,听说还是国内公司提交的代码,调用系统的硬解,
    aptupdate
        3
    aptupdate  
       Oct 27, 2022 via iPhone
    @AoEiuV020CN 字节,直接说出来呗。
    XiaoBaiYa
        4
    XiaoBaiYa  
    OP
       Oct 27, 2022   ❤️ 1
    @ufo22940268 #1 不是,只有部分可以,目前不是很清楚 emby 的转换触发条件
    1623382
        5
    1623382  
       Oct 28, 2022 via Android
    1623382
        6
    1623382  
       Oct 28, 2022 via Android
    @1623382 我的问题,mac 的实现是字节的人
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5423 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 07:02 · PVG 15:02 · LAX 00:02 · JFK 03:02
    ♥ Do have faith in what you're doing.