ss_blog_claim=aba67f77f7b6a3ee1e12090d8e6b359c

This blog will used as a platform to share some information about open source software, tips and tricks , news, simple open source software tutorial, software update and so on.

Friday, June 13, 2008

VLC Screencast

My friend ask me some question, how to layout a form using openoffice, i told him to create a table with tree column . after that insert semicolumn in second column of table.. but he couldn't figure out what i mean .

so i decide to make simple video (screencast ) so he could understand what i mean. at home, i used to use camstudio as my screencast software but in my office pc, camstudio software not installed. so i use VLC trick to take screencast .. see tutorial below..



Vlc screencast also can run from command line ( linux and windows )

vlc screen:// \ --screen-fps 5 --dshow-fps=29.950001
--nooverlay --sout "#transcode{vcodec=h264,vb=800,
scale=0.5,acodec=mp3,ab=128,channels=2}
:duplicate{dst=std{access=file,
mux=mp4,dst="C:\download\test.flv"}}

1 comments:

Dennis Daniels said...

I tried your command in many flavors but it doesn't work for Linux. Here's my latest effort minus the "

vlc screen:// --dshow-fps=29.950001 --nooverlay --sout #transcode{vcodec=h264,vb=800, scale=0.5,acodec=mp3,ab=128,channels=2} :duplicate{dst=std{access=file, mux=mp4,dst=/home/user/Desktop/test.flv}}

Your help is much appreciated.