Advertisement
parkerlreed

Untitled

Feb 19th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. alias glcc='glc-capture -l /dev/stdout -v 3 -i -j -o game.glc -b back '
  2. alias glce='glc-play game.glc -a 1 -o audio.wav && glc-play game.glc -y 1 -o - | mencoder -demuxer y4m - -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=9000 -audiofile audio.wav -oac mp3lame -o video.avi && rm -rf game.glc && youtube-upload --email=parker.l.reed@gmail.com --password=somepassword --title="More testing" --description="Testing" --category=Games --keywords="testing" video.avi && rm -rf audio.wav video.avi'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement