
It is possible to record audio input (stream(s)) simultaneously to accompany the video (raster/pixel data from the display/Desktop):įfmpeg.exe -f gdigrab -i desktop -framerate 15 -f dshow -i audio="Headset Microphone (Logitech US" -filter_complex amix=inputs=1 -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -vsync vfr -acodec pcm_s16le new-output-video-file.mkvīut, in my experience, this created a lag (latency mis-synchronisation between audio and video content/streams, in which the video lagged behind the audio) (upon playback).


To (query, and (get a)) list what devices are available to ffmpeg.exe as input and output.

ffmpeg for Windows daily/nightly buildsįfmpeg for Windows can access Direct Show multi-media (audio and video) devices.įfmpeg -list_devices true -f dshow -i dummy BSDs or GNU/Linux) (or even Apple's Mac OS X) ,ĭownload a free windows build (compiled version that can run under Windows) from Zeranoe ( NT-based), as opposed to a Unix or unix-like flavour OS distribution (e.g.
