|
Gtk gui on a cgi perl program
I am wanting to call a program, avidemux2, through my web cgi program to encode some files.
However, The program automatically opens a gtk gui, which does nothing for my needs.
How, in perl, can I pipe this gui into /dev/null? I dont want the program to mess up because of it, but I dont want to see the gui either(dont want to get a gtk error).
|