Beranda · Menu · Menu 1 · Menu 2

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"}}

Artikel keren lainnya:

2 Tanggapan untuk "VLC Screencast"

  1. 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.

    ReplyDelete
  2. You need to get rid of DirectShow options..

    vlc screen:// --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}}"

    and specify the sout option within quotes...

    ReplyDelete