codec - Unable to Encode a raw video in MV-HEVC -


i have problem in encoding raw multiview video in mv-hevc codec, facing error: "error parsing option frame 1 argument". clue how resolve error?

replace in source\lib\tlibcommon\typedef.h

#define hevc_ext    2 

with

#define hevc_ext    1 

Comments