Project Report (Due Dec 14)

Please submit a written report for your final project. Exact format has no restriction. But format similar to a conference submission is preferred. It is important to clearly explain the background of the project (motivation, etc), results, and conclusions. Please also check Canvas for detailed rubric.

There will be an extra credit (maximum 10% of entire course) for submitting a pre-recorded video presentation (about 30 min - 1 hour).

To create a screencase, you may simply create a zoom meeting with no one but yourself and then record it.

If you want to go geeky and are using Linux, you may try the following code.

ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 15 -async 1 -s $(xdpyinfo|grep 'dimensions:'|cut -c14-26) -i :0.0+0,0 -acodec flac -vcodec mpeg4 -qscale 0 -y ~/out_$(date +%Y%m%d%H%M%S).mkv ;