diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2012-09-06 20:41:19 -0300 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-07 09:59:12 +0200 |
commit | 37a0db50db6818c2e21a9b94a35ae6232dff24a2 (patch) | |
tree | dad67acad8fe48bc3129232439c3dd01bd5dff23 /doc/indevs.texi | |
parent | cf5629c06424b37cceb4e440a2497ca1d9add284 (diff) | |
download | ffmpeg-37a0db50db6818c2e21a9b94a35ae6232dff24a2.tar.gz |
lavd/dshow: support video codec and pixel format selection
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 264dc585df..a5a91fa933 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -112,6 +112,10 @@ defaults to 0). Set audio device number for devices with same name (starts at 0, defaults to 0). +@item pixel_format +Select pixel format to be used by DirectShow. This may only be set when +the video codec is not set or set to rawvideo. + @item audio_buffer_size Set audio device buffer size in milliseconds (which can directly impact latency, depending on the device). |