Changes between Initial Version and Version 1 of Ticket #10504
- Timestamp:
- Aug 30, 2023, 6:08:00 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10504
- Property Priority important → critical
-
Ticket #10504 – Description
initial v1 1 U sing 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.1 Utilizing dshow audio devices in conjunction with gdigrab or ddagrab results in a "Conversion failed!" error message with exit code -11 after stopping the recording. 2 2 3 Example arguments to reproduce the issue: 3 I 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 5 Here are example arguments to reproduce the issue: 4 6 5 7 {{{ … … 7 9 }}} 8 10 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)].11 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-29)]. 10 12 11 See attachments for FFmpeg 5.1 and FFmpeg master latest output logs.13 Please refer to the attached files for the debug output logs of FFmpeg master latest and FFmpeg 5.1.


