Filter löschen
Filter löschen

Error in converting YUV to avi

4 Ansichten (letzte 30 Tage)
Pat
Pat am 1 Okt. 2012
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 Kommentare
Pat
Pat am 2 Okt. 2012
So walter can you please tell how it be rectified
Walter Roberson
Walter Roberson am 2 Okt. 2012
Have you considered using 'YUV420_8' as the format instead of 'YUV444_8' ?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Convert Image Type finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by