Changes between Version 53 and Version 54 of DirectShow


Ignore:
Timestamp:
Nov 5, 2021, 11:52:17 PM (5 years ago)
Author:
Brad Isbell
Comment:

Update device options for audio devices after log output change with d9a9b4c877b85fea5a5bad74c3d592a756047f79.

Legend:

Unmodified
Added
Removed
Modified
  • DirectShow

    v53 v54  
    8181Example audio list options:
    8282{{{
    83 c:\> ffmpeg -f dshow -list_options true -i audio=virtual-audio-capturer
    84 ffmpeg version N-50911-g9efcfbe Copyright (c) 2000-2013 the FFmpeg developers
    85   built on Mar 13 2013 21:26:48 with gcc 4.7.2 (GCC)
    86   configuration:...
    87   libavutil      52. 19.100 / 52. 19.100
    88   libavcodec     55.  0.100 / 55.  0.100
    89   libavformat    55.  0.100 / 55.  0.100
    90   libavdevice    54.  4.100 / 54.  4.100
    91   libavfilter     3. 45.103 /  3. 45.103
    92   libswscale      2.  2.100 /  2.  2.100
    93   libswresample   0. 17.102 /  0. 17.102
    94   libpostproc    52.  2.100 / 52.  2.100
    95 [dshow @ 0215bc00] DirectShow audio device options
    96 [dshow @ 0215bc00]  Pin "Capture Pin"
    97 [dshow @ 0215bc00]   min ch=2 bits=16 rate= 44100 max ch=2 bits=16 rate= 44100
    98 audio=virtual-audio-capturer: Immediate exit requested
     83ffmpeg -f dshow -list_options true -i audio="DVS Receive  1-2 (Dante Virtual Soundcard)"
     84ffmpeg version git-2021-11-03-25e34ef Copyright (c) 2000-2021 the FFmpeg developers
     85  built with Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30136 for x64
     86  libavutil      57.  7.100 / 57.  7.100
     87  libavcodec     59. 12.100 / 59. 12.100
     88  libavformat    59.  8.100 / 59.  8.100
     89  libavdevice    59.  0.101 / 59.  0.101
     90  libavfilter     8. 16.101 /  8. 16.101
     91  libswscale      6.  1.100 /  6.  1.100
     92  libswresample   4.  0.100 /  4.  0.100
     93  libpostproc    56.  0.100 / 56.  0.100
     94[dshow @ 000002637D32FBC0] DirectShow audio only device options (from audio devices)
     95[dshow @ 000002637D32FBC0]  Pin "Capture" (alternative pin name "Capture")
     96[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 44100
     97    Last message repeated 1 times
     98[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 44100
     99[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 32000
     100[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 32000
     101[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 22050
     102[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 22050
     103[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 11025
     104[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 11025
     105[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate=  8000
     106[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate=  8000
     107[dshow @ 000002637D32FBC0]   ch= 2, bits= 8, rate= 44100
     108[dshow @ 000002637D32FBC0]   ch= 1, bits= 8, rate= 44100
     109[dshow @ 000002637D32FBC0]   ch= 2, bits= 8, rate= 22050
     110[dshow @ 000002637D32FBC0]   ch= 1, bits= 8, rate= 22050
     111[dshow @ 000002637D32FBC0]   ch= 2, bits= 8, rate= 11025
     112[dshow @ 000002637D32FBC0]   ch= 1, bits= 8, rate= 11025
     113[dshow @ 000002637D32FBC0]   ch= 2, bits= 8, rate=  8000
     114[dshow @ 000002637D32FBC0]   ch= 1, bits= 8, rate=  8000
     115[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 48000
     116[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 48000
     117[dshow @ 000002637D32FBC0]   ch= 2, bits=16, rate= 96000
     118[dshow @ 000002637D32FBC0]   ch= 1, bits=16, rate= 96000
     119audio=DVS Receive  1-2 (Dante Virtual Soundcard): Immediate exit requested
    99120}}}
    100121