[FFmpeg-trac] #3593(undetermined:new): qtkit and avfoundation input devices not found

FFmpeg trac at avcodec.org
Sat Apr 26 20:10:10 CEST 2014


#3593: qtkit and avfoundation input devices not found
-------------------------------------+-------------------------------------
             Reporter:  Sarashinai   |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  2.2.1
  undetermined                       |               Blocked By:
             Keywords:  qtkit        |  Reproduced by developer:  0
  avfoundation indevs                |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 I am compiling FFmpeg version 2.2.1 retrieved through Git on a 2.8 GHz
 Intel Core i7 iMac running 10.9.2.

 "gcc --version" returns:
 Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
 --with-gxx-include-dir=/usr/include/c++/4.2.1
 Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
 Target: x86_64-apple-darwin13.1.0
 Thread model: posix

 I was following the Homebrew-based compilation instructions found at:
 https://trac.ffmpeg.org/wiki/MacOSXCompilationGuide

 I started with "./configure --enable-shared --enable-indev=avfoundation
 --enable-indev=qtkit --enable-libx264 --enable-gpl" Which returned the
 results saved in configure results.txt.

 Specifically important, this section:
 Enabled indevs:
 avfoundation            lavfi                   qtkit

 I then ran "make" which generated the results in make results.rtf. After
 that, I ran "./ffmpeg -formats" to check that qtkit and avfoundation were
 in the list. They weren't (see ffmpeg formats results.txt).

 Just to be sure, I also ran "./ffmpeg -f qtkit -i "default" out.mpg" and
 "./ffmpeg -f avfoundation -i "default" out.mpg". Both resulted in an
 "Unknown input format" error (see test results.txt).

 I have also included the config.log.

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


More information about the FFmpeg-trac mailing list