[FFmpeg-trac] #7381(undetermined:new): ffprobe slow for many files

FFmpeg trac at avcodec.org
Sun Aug 26 11:25:43 EEST 2018


#7381: ffprobe slow for many files
-------------------------------------+-------------------------------------
             Reporter:  forthrin     |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Using `ffprobe -show_streams -print_format json` for a lot of files
 (1000+) is quite slow compared to `exiftool` which seems almost
 instantaneous.

 Is this because A) the probing code has optimisation potential, or B)
 mostly because of the overhead because `ffprobe` doesn't support multiple
 files per run, ie. you can't do `find . -type f -exec ffprobe {} +`.

 Please clarify A or B, but also regardless, is there any reason why
 `ffprobe` shouldn't support multiple files?

 ffprobe 4.0.2 on macOS

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7381>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list