Skip to content

Instantly share code, notes, and snippets.

@chssweb
Created September 23, 2014 14:30
Show Gist options
  • Save chssweb/432570a5a6c7cc3cc429 to your computer and use it in GitHub Desktop.
Save chssweb/432570a5a6c7cc3cc429 to your computer and use it in GitHub Desktop.
VLC Desktop Capture
"D:\Portable_Apps\PortableApps\VLCPortable\App\vlc\vlc.exe" -vvv screen:// --screen-fps=10.000000 --live-caching=0 --sout="#transcode{vcodec=h264,vb=1200,fps=10,scale=1,acodec=none}:file{dst=outnew.mp4}" :sout-keep :screen-follow-mouse :screen-mouse-image=pointer.png
"D:\Portable_Apps\PortableApps\VLCPortable\App\vlc\vlc.exe" -vvv screen:// :screen-fps=10.000000 :live-caching=0 :screen-follow-mouse :screen-mouse-image=pointer.png :sout="#transcode{vcodec=h264,vb=1200,fps=10,scale=1,acodec=none}:file{dst=outnew.mp4}" :sout-keep
"D:\VLCPortable\App\vlc\vlc.exe" -vvv screen:// :screen-fps=10.000000 :live-caching=0 :screen-follow-mouse :screen-mouse-image=pointer.png :sout="#transcode{vcodec=h264,vb=1200,fps=10,scale=1,acodec=none,vfilter=croppadd{cropright=896,croptop=0,cropbottom=624,cropleft=0}}:file{mux=mp4,dst=outnew.mp4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment