Media processing

Video renderer

akawarren 2018. 10. 15. 12:56

비디오 렌더러란, 비디오 파일을 컴퓨터의 디스플레이 콘트롤러 카드로 보내 화면에 표시할 수 있게 하는 소프트웨어를 말한다. 비디오 컨퍼런스의 경우, 수신된 미디어 패킷을 디코딩하여 재생가능한 일련의 데이터로 변경하여 이를 실제 화면에 표시하는 과정에서 필요로 하게 된다.


video renderer is software that processes a video file and sends it sequentially to the video display controller card for display on a computer screen. An example of avideo renderer, is the VMR-7 that was used by Microsoft's DirectShow. An example of a UNIX video renderer is the one container within GStreamer.


출처 : https://en.wikipedia.org/wiki/Video_renderer