Skip to content

Instantly share code, notes, and snippets.

@dandydanny
Created October 10, 2015 13:46
Show Gist options
  • Save dandydanny/51194f866faf2fcd54cd to your computer and use it in GitHub Desktop.
Save dandydanny/51194f866faf2fcd54cd to your computer and use it in GitHub Desktop.
REM Name: vlc_capture.bat
REM Date: 2015-10-10
REM Purpose: Launch VLC to record H.264/MP3 MP4 container screen cast for an hour on the second desktop.
REM Tested on Windows 7 Professional 64-Bit and VLC 2.1.5
"C:\Program Files\VideoLAN\VLC\vlc" screen:// :screen-left="1680" :screen-fps="15" :live-caching="300" -vvv --sout-file-format --sout="#transcode{vcodec=h264, fps=15, acodec=mp3}:std{access=file,mux=mp4,dst=C:\vlc_capture\%%Y-%%m-%%d_%%H-%%M-%%S.mp4}" --run-time="3600" vlc://quit
EXIT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment