Dependency list issues
I assumed the dependency list (at the time of this writing:
avconv pulseaudio alsa xwininfo pactl ffmpeg libavcodec-extra-53
could be dropped straight into an "apt-get install" command, but that was not the case. I think it would make the most sense if that were the case, however, so here's an updated dependency list with the correct package names, as I found them to be:
libav-tools pulseaudio alsa-base x11-utils pulseaudio-utils ffmpeg libavcodec-extra-53
I'm not sure about the "alsa-base" thing, as you don't really specify what feature of alsa is needed, but there is no package simply named alsa, so I figured I'd just go with the most basic one.
the thing is that each distribution has different packages name. i didn't want to write the package names for that reason. my dependency list is just a sort of list with the name of the executables that you need (avconv pulseaudio alsa xwininfo pactl ffmpeg); i added libavcodec-extra-53 later, without thinking what i wrote before.
Ah, I understand. Was just a bit of a hassle to figure out which packages I needed, so I wanted to make it easier for the next person, if you get where I'm coming from.