Changes between Initial Version and Version 1 of Ticket #10504


Ignore:
Timestamp:
Aug 30, 2023, 6:08:00 AM (3 years ago)
Author:
Jaex
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10504

    • Property Priority importantcritical
  • Ticket #10504 – Description

    initial v1  
    1 Using dshow audio devices together with gdigrab or ddagrab gives "Conversion failed!" error after stop the recording. I was using gdigrab with dshow audio devices together for the past 10 years without problem, after upgrade FFmpeg to 6.0 this problem started. And it is necessary for me to upgrade FFmpeg to 6.0 because of ddagrab support. So I can't remain in old versions.
     1Utilizing dshow audio devices in conjunction with gdigrab or ddagrab results in a "Conversion failed!" error message with exit code -11 after stopping the recording.
    22
    3 Example arguments to reproduce the issue:
     3I had been successfully using gdigrab with dshow audio devices together for the past 10 years without any issues. However, after upgrading FFmpeg to version 6.0, this problem emerged. Upgrading FFmpeg to 6.0 is essential for me due to the inclusion of ddagrab support.
     4
     5Here are example arguments to reproduce the issue:
    46
    57{{{
     
    79}}}
    810
    9 These arguments works fine with FFmpeg 5.1 or older versions but fails with [https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest FFmpeg master latest win64 (2023-08-05)].
     11These arguments works fine with FFmpeg 5.1 or older versions but fails with [https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest FFmpeg master latest win64 (2023-08-29)].
    1012
    11 See attachments for FFmpeg 5.1 and FFmpeg master latest output logs.
     13Please refer to the attached files for the debug output logs of FFmpeg master latest and FFmpeg 5.1.