本文目录一览
- 1,为什么小米note不支持h265
- 2,h265监控为什么不普及
- 3,为什么rtmp不支持h265
- 4,为什么网上下的h265电影播不了
- 5,买电视有看中的电视但据说不支持h265解码请问会有很多片源不
- 6,最近经常听说4K电视要普及了什么芯片能实现H265的实时高清硬解
- 7,h265 为什么这么难普及啊
- 8,ffmpeg 为什么不支持h265
1,为什么小米note不支持h265
这个跟手机硬件有关 不过你可以下载个第三方播放器 某影音某酷啊等等就可以支持h265了
3,为什么rtmp不支持h265
RTMP如需支持H.265,需要额外扩展。你可以看看 GithubRTMP是一种传输协议,H265是编码的,H265的编码是可以通过RTMP调用的再看看别人怎么说的。????? 不懂H265是什么 但我知道现在国内TCL的4k技术是最顶级的。 旗舰机型V8500 你看下能不能找到你想要的
7,h265 为什么这么难普及啊
因为高额的授权费让硬件商受不了。如果手机、电视、平板、机顶盒、MP4PLAYER等播放设备加入H265硬解功能,厂家每年需要支付HEVC Advance部门上亿元专利费,没人愿意买这个单。软解的话目前只有电脑CPU做得到,手机CPU直接卡死。设备都不支持播放的话这个技术再好也是白搭当前硬件有点贵,而且目前各大压制组跟进也很慢,普及估计要5年后去了。参考H.264,2007年H.264也不比现在的H.265好吧。(H.264是03年通过的标准,H.265是13年通过的标准)
8,ffmpeg 为什么不支持h265
最新版本的ffmpeg 支持 libh265,但是还是初级测试阶段在linux 上安装ffmpeg 支持h265编码器按照以下步骤:Anyhow here are the simple steps:1. Make sure you have a current build of ffmpeg checked out of git along with any other libs you are using e.g. libx2642. Download the libx265 repository and build as per the instructions here: https://bitbucket.org/multicoreware/x265/wiki/Home (note I assume no one still uses Windows for dev!)hg clone https://bitbucket.org/multicoreware/x265cd x265/build/linux./make-Makefiles.bashmakemake install3. On your ffmpeg configure it with –enable-libx265 (it is disabled by default). Sample from my configure below./configure --prefix=/usr/local --enable-gpl --enable-nonfree --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-libvidstab --enable-libx265makemake install这玩意目前只有硬编码。 而且解码硬件又不多。 所以没这个必要 [db:关键词]