You can cut a piece of video from a bigger video like this.
ffmpeg -ss 00:00:30 -t 00:00:05 -i source_video -vcodec copy -acodec copy newfilename
ffmpeg -ss 00:00:30 -t 00:00:05 -i source_video -vcodec copy -acodec copy newfilename
# dpkg --add-architecture i386 # apt-get update
2 Install libpulse from i386 repository
# apt-get install libpulse0:i386
Download skype from skype.com. Choose debian wheezy package (multiartch)
# dpkg -i skype-debian_4.2.0.11-1_i386.deb
The package will fail to configure.
Install the dependencies by
#apt-get install -f
Done :)