-# WARNING: This is a terribly dirty and messy shellscript, written over a couple of late nights
-# There was alcohol
-# You probably need to install all the gstreamer-plugins (at least -ugly and -ffmpeg) to get this to work
-# I wanted to make mp4 with x264, I didn't bother with free codecs
-
-# This script allows you to create screencasts on Linux, with optional sound inputs (both Mic and system sounds)
-# You also get to choose to record from the whole screen or just a specified window. It has only been tested
-# on Fedora 18.
-
+# WARNING: This is a terribly dirty and messy shellscript, written over a couple of late nights.
+# There was alcohol …
+# You probably need to install all the gstreamer-plugins (at least -ugly and -ffmpeg) to get this
+# to work. I wanted to make mp4 with x264, I didn't bother with free codecs.
+#
+# So this script allows you to create screencasts on Linux, with optional sound inputs (both Mic
+# and system sounds). It stores system sounds and mic in separate audio streams.
+# You also get to choose to record from the whole screen or just a specified window. It has only
+# been tested on Fedora 18.
+#
+# It dumps the recording in your $HOME directory with filename screencast-YYYY-MM-DD-HH-MM-SS.mp4
+#