Skip to content

Instantly share code, notes, and snippets.

@sangimed
Created April 20, 2021 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sangimed/dd85a6c9adf3231a3709154c5be808aa to your computer and use it in GitHub Desktop.
Save sangimed/dd85a6c9adf3231a3709154c5be808aa to your computer and use it in GitHub Desktop.
Read Capture Device into VLC in 1080p60
# Change dshow-adev and dshow-vdev values according to your Capture device name.
"C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-size="1920x1080" :dshow-vdev="USB3.0 HD Video Capture" :dshow-adev="Microphone (USB3.0 HD Audio Capture)" :dshow-aspect-ratio="16:9" :dshow-audio-samplerate=48000 :dshow-audio-channels=2 :live-caching=0 :dshow-fps=60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment