Xcode 상에서 HM 8.1 Arguments Setting을 어떻게 하는지 살펴보자
Let's see how to set the HM-8.1 arguments in Xcode IDE
TAppDecoder를 선택한다 (Decoding 시)
Choose source what you want to build
사용자의 환경에 따라 64bit나 32bit를 선택한다
Select 64-bit or 32-bit. Depends on owners OS
Edit Scheme을 클릭
Click Edit Scheme
'Run TAppDecoder - Arguments 로 들어가서
Go to 'Run TAppDecoder - Arguments (Depends on what you selected)
'+'를 클릭
Click '+'
Argument 들을 세팅해준다. 본인의 경우, RaceHorsesC bit stream을 -b 옵션으로 넣었고,
output 세팅을 RaceHorsesC.yuv로 -o 옵션을 줘서 하였다.
Add Arguments (On my case, I added RaceHorsesC bit stream by -b option and set output as RaceHorsesC.yuv by -o option)
돌려보자
Let's Run the decoder
잘 된다.
It runs well
프로젝트 폴더를 가보면 결과물이 생성된 것을 확인 할 수 있다.
Output has generated
여기까지.
That's all.
Written by. Research Assistant Sejin Park,
IPSL(Image Processing Systems Lab) Kwangwoon Univ.
HM-8.1(HEVC Reference Tool) Copyright, ITU/ISO/IEC All rights reserved.
-------------------------------------------------------------------------------------------------------------------------------
쓰면서 깨닳은 점
역시 OS 상관없이 돌아가야 하는 S/W이기 때문에 OS Dependent하지 않게 짜여져 있다는 것.
멋지다.
'Major Related > Video Codec_HEVC' 카테고리의 다른 글
Image Stride (0) | 2013.07.26 |
---|---|
Decoding Elapsed Time Check (0) | 2012.10.25 |