Error in converting YUV to avi

i have code
numfrm = yuv2avi('akiy0_qcif.yuv',[250 250],'test.avi','none',5,'YUV444_8')
but i get error as
Maximum recursion limit of 500 reached. Use set(0,'RecursionLimit',N) to change the limit. Be aware that exceeding your available stack space can crash MATLAB and/or your computer.
Error in ==> yuv2avi
pleasae help

댓글 수: 3

Walter Roberson
Walter Roberson 2012년 10월 1일
But the files are YUV 4:2:0 not 4:4:4
Pat
Pat 2012년 10월 2일
So walter can you please tell how it be rectified
Walter Roberson
Walter Roberson 2012년 10월 2일
Have you considered using 'YUV420_8' as the format instead of 'YUV444_8' ?

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Convert Image Type에 대해 자세히 알아보기

질문:

Pat
2012년 10월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by