hi, I need to transcode a bunch of videos wihtout popping up the GUI. Whenever I use a command line like this
vlc file.avi --sout='#transcode{vcodec=mp2v, acodec=mpga}:std{access=file, mux=ps,url=file.mpg}'
a GUI pops up and shows progress of transcoding; I need to supress it since I will be using a batch transcoder and executing it remotely;
is there an option like -nogui to do this?
Thanks!
Satya