video - What kind of encoder is suitable for AVIREAD in Matlab? -


i have raw video (no header, y-channel). want denoise algorithm on video. convert raw video useing ffmpeg several encoders. fail open function aviread.

error using aviread, unable locate decompressor decompress video stream

r210 uncompressed rgb 10-bit v210 uncompressed 4:2:2 10-bit v308 uncompressed packed 4:4:4 v410 uncompressed 4:4:4 10-bit y41p uncompressed yuv 4:1:1 12-bit yuv4 uncompressed packed 4:2:0 mjpeg mjpeg (motion jpeg)

ffmpeg -f rawvideo -vcodec rawvideo -s 1920x1080 -r 25 -pix_fmt gray -i wka00002.y -c:v v308 wka00002_uncompavi.avi 

what kind of encoder suitable aviread in matlab?

thanks lot

aviread has been removed latest versions of matlab. use videoreader instead.

motion jpeg avi supported videoreader.

if want try other formats, first check file can opened using windows media player? if so, use videoreader try , read file. if not work, can provide link file using?

hope helps.

dinesh


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -