Multimedia

Job ID: 34225326

Budget: ₹600 – ₹1,500 INR

1. Capture a one-minute video. (A hallway video will give you the best result)
2. Use ffmpeg tool to extract individual frames. (Refer to the documentation on how to
do this, this is a part of the assignment)
3. Use 16x16 blocks to compute MVs. You can use sequential search.
4. Search area size can be varying, and the student must come up with a best value for
P.
5. Compute the MVs using your language of your choice. MATLAB is preferred as it will
lift most of the heavy weight.
6. Create a CSV (comma separated values) file for each pair of frames with the
following information
Block number Current frame Previous frame
X Y U V
The header is present in the above table to make it clear for you. The CSV file you
may create can have five columns without any header that will make it easy for your
to do the programming part. Such that the final file will have values as given below,
and f6
1, 0,0, 4, 3
2,16,0, 18, 4
Related categories: Python Matlab and Mathematica MATLAB