<slide>
<title>Music</title>

<list>
	<bullet>Kevin Maclead (%https://incompetech.com/%)</bullet>
	<bullet>Match length with length of video</bullet>
</list>

<list>
	<bullet>Use %mencoder% to add sound track:</bullet>
</list>

<example>mencoder -ovc copy \
	-audiofile /home/derick/media/mp3/cc-by/Artifact.mp3 -oac copy \
	test.avi \
	-o progress.avi</example>
</slide>
