2 Tanggapan untuk "VLC Screencast"

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.

Rahul Ghose said...

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

Bloggedmy

PingBusuk