Skip to content

Instantly share code, notes, and snippets.

@aont
Last active November 12, 2025 15:04
Show Gist options
  • Select an option

  • Save aont/8efe1802b081c77df4800a9e8788adbf to your computer and use it in GitHub Desktop.

Select an option

Save aont/8efe1802b081c77df4800a9e8788adbf to your computer and use it in GitHub Desktop.

ffmpeg options for mirabox input

This allows ffmpeg to capture without any audio or video desynchronization, but it seems that OBS has even less latency and no desync, so it might be a better option.

ffplay \
  -rtbufsize 256M \
  -use_video_device_timestamps 1 \
  -f dshow  \
  -pixel_format yuyv422 \
  -sample_rate 48000 -channels 2 \
  -i video="MiraBox Video Capture ":audio="マイク (MiraBox Audio Capture )"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment