#!/bin/bash # # setup gstfakevideo preload to hijack calls made # to /dev/video0 # #This script runs Skype with libskype_dsp_hijacker.so "filter" #It allows redefining of what devices Skype uses for #microphone, speakers and mixer (especially microphone and #speakers can use different devices) # -- CONFIGURATION -- #default configuration when no option is specified export HIJACKVIDEO="/dev/video0" export GST_PIPE="videotestsrc is-live=true ! video/x-raw-yuv,width=640,height=480,framerate=10/1 ! videoscale ! ffmpegcolorspace ! vertigotv ! ffmpegcolorspace" function help { cat <