Error in converting YUV to avi

4 次查看(过去 30 天)
Pat
Pat 2012-10-1
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 个评论
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 个)

类别

Help CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by