#!/bin/bash # # Script to transcode and stream video using VLC # Graham Grindlay # 09/25/2010 # # Much of this script is taken from VLC Wiki at: # http://wiki.videolan.org/Transcode # VLC=/usr/bin/vlc # aspect ratio aspect=16:9 # video codec vcodec=h264 # video bitrate vbitrate=192 # audio codec acodec=mp3 # audio bitrate abitrate=96 # deinterlace? deint=no # scale scale=0.8 # channels channels=2 # FPS fps=24 # destination dest=192.168.1.2:1234 # mux type mux=asf #### Program, do not change below this line #### usage() { cat 1>&2 <] [-x