[FFmpeg-trac] #10914(avfilter:new): ddagrab filter is not working in ffmpeg 6.1.1 cross-compiled for Windows x86_32

FFmpeg trac at avcodec.org
Wed Mar 20 04:06:35 EET 2024


#10914: ddagrab filter is not working in ffmpeg 6.1.1 cross-compiled for Windows
x86_32
-------------------------------------+-------------------------------------
             Reporter:  Vadim        |                    Owner:  (none)
  Guchenko                           |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avfilter
              Version:  6.1          |               Resolution:
             Keywords:  ddagrab x86  |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Vadim Guchenko):

 I tried the latest ffmpeg from the master branch and the issue is still
 there:
 {{{
 % ffmpeg -v 9 -loglevel 99 -filter_complex ddagrab,hwdownload,format=bgra
 output.mp4

 ffmpeg version N-114276-g7f4b8d2f5e Copyright (c) 2000-2024 the FFmpeg
 developers
   built with gcc 10-win32 (GCC) 20220113
   configuration: --prefix=/ffmpeg --arch=x86_32 --target-os=mingw32
 --cross-prefix=i686-w64-mingw32- --x86asmexe=yasm --enable-pic --enable-
 shared --disable-doc --disable-bzlib --disable-iconv --disable-lzma
 --disable-sdl2 --disable-securetransport --disable-xlib --disable-zlib
   libavutil      59.  2.100 / 59.  2.100
   libavcodec     61.  1.101 / 61.  1.101
   libavformat    61.  0.100 / 61.  0.100
   libavdevice    61.  0.100 / 61.  0.100
   libavfilter    10.  0.100 / 10.  0.100
   libswscale      8.  0.100 /  8.  0.100
   libswresample   5.  0.100 /  5.  0.100
 Splitting the commandline.
 Reading option '-v' ... matched as option 'v' (set logging level) with
 argument '9'.
 Reading option '-loglevel' ... matched as option 'loglevel' (set logging
 level) with argument '99'.
 Reading option '-filter_complex' ... matched as option 'filter_complex'
 (create a complex filtergraph) with argument
 'ddagrab,hwdownload,format=bgra'.
 Reading option 'output.mp4' ... matched as output url.
 Finished splitting the commandline.
 Parsing a group of options: global .
 Applying option v (set logging level) with argument 9.
 Applying option filter_complex (create a complex filtergraph) with
 argument ddagrab,hwdownload,format=bgra.
 [AVFilterGraph @ 01f36380] Setting 'pix_fmts' to value 'bgra'
 Successfully parsed a group of options.
 Parsing a group of options: output url output.mp4.
 Successfully parsed a group of options.
 Opening an output file: output.mp4.
 [out#0/mp4 @ 01f36640] Creating output stream from unlabeled output of
 complex filtergraph 0. This overrides automatic video mapping.
 [vost#0:0/mpeg4 @ 01f32f00] Created video stream from complex filtergraph
 0:[format:default]
 [vost#0:0/mpeg4 @ 01f32f00]
 [out#0/mp4 @ 01f36640] No explicit maps, mapping streams automatically...
 [file @ 01f34100] Setting default whitelist 'file,crypto,data'
 Successfully opened the file.
 Stream mapping:
   format:default -> Stream #0:0 (mpeg4)
 [vost#0:0/mpeg4 @ 01f32f00] Starting thread...
 [fc#0 @ 01f35f80] Starting thread...
 Press [q] to stop, [?] for help
 [AVFilterGraph @ 03850c80] Setting 'pix_fmts' to value 'bgra'
 detected 20 logical cores
 [format @ 038546c0] Setting 'pix_fmts' to value 'yuv420p'
 [auto_scale_0 @ 01f3df00] w:iw h:ih flags:'' interl:0
 [format @ 038546c0] auto-inserting filter 'auto_scale_0' between the
 filter 'Parsed_format_2' and the filter 'format'
 [AVFilterGraph @ 03850c80] query_formats: 5 queried, 9 merged, 3 already
 done, 0 delayed
 [Parsed_ddagrab_0 @ 03853c00] Created internal hw_device_ctx
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10914#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list