Tuesday, February 4, 2014

how to load y4m video format to matlab

It is really easy. just use this piece of code to do so.
please comment if it was helpful.
also contact me for more information.

download y4m matlab code:
http://rapidshare.com/share/8B12DF438A7EFB2B1B510BFAE341E815

2 comments:

  1. The link is not opening its taking too long to open... so can you send an alternative link of the y4m matlab code or send a drive link?

    ReplyDelete
  2. Hi Revati,
    Please download this .m file in your current MATLAB directory.
    https://www.megaupload.us/29Qj/yuv4mpeg2mov.m.zip
    Only you need to place your .y4m file in your current MATLAB directory and
    just use this command:
    mov = yuv4mpeg2mov(‘file_name.y4m');
    please refer to mathworks documentation for further information.
    Thanks

    ReplyDelete