Project Report (Due 12/13)Please submit your final project as a video presentation. The length of the presentation is flexible (about 30 min - 1 hour). It is important to clearly explain the background of the project (motivation, etc), results, and conclusions. The expected grade is based on the following metric
Btw, for creating screencast, if you are using Linux like me, you can use 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 ; There will be an extra credit (maximum 10% of entire course) for submitting a written report. Exact format has no restriction. But format similar to a conference submission is preferred. |