'코덱'에 해당되는 글 1건

  1. 2014.10.13 How to install H.265 / HEVC codec on Ubuntu Linux?

HDione 릴은 최근 x265 코덱을 도입했습니다.

그래서 x265를 지원하는 플레이어를 사용하셔야 됩니다.

추천 드리는 것은

다음 팟 플레이어 http://tvpot.daum.net/application/PotPlayer.do

MPC-HC mpc-hc.org

VLC media player http://www.videolan.org/vlc/

위 3가지 이며 x265 디코딩을 지원하는 플레이어면 재생이 가능합니다.

또한 x265는 컴퓨터 사양을 많이 잡아먹습니다. 아직 dxva (하드웨어 가속)가 지원되지 않아서

컴퓨터 cpu로만 돌려야 하기 때문에 컴퓨터 사양이 너무 낮으면 영상이 끊긴다거나 하는 문제가 발생 할 수 있습니다.


- 아래는 설치 방법을 설명합니다.


There is also a PPA for libde265 GStreamer integration. With that installed one can playback H.265 with all GStreamer applications (Browsers, Totem, etc.).

sudo apt-add-repository ppa:strukturag/libde265
sudo apt-get update

Now try playing back a .mkv containing HEVC/H.265 content using any GStreamer-aware player (e.g. "totem"). This should detect the missing codec and prompt to install the libde265 GS plugin (make sure to select the 64bit or 32bit version depending on your architecture).

You can also install the corresponding GStreamer plugin directly:

sudo apt-get install gstreamer0.10-libde265

Or for GStreamer 1.0 applications:

sudo apt-get install gstreamer1.0-libde265

There is also a VLC plugin available:

sudo apt-get install vlc-plugin-libde265

Details here: http://www.libde265.org/blog/2014/02/22/gstreamer-4k-h265-hevc-plugin/


Posted by 살찐루어
: