MantisBT - CMake
View Issue Details
0007320CMakeModulespublic2008-07-09 12:592016-06-10 14:30
Matt Leotta 
Miguel Figueroa 
normalfeatureN/A
closedmoved 
CMake-2-6 
 
0007320: Request for addition of FindFFMPEG.cmake module
This module is for finding the libraries associated with FFMPEG including avformat, avcodec, and avutil. FFMPEG libraries are for video file encoding and decoding. This module has been used in VXL and works in Linux and OS X. I believe it is possible to compile FFMPEG in Window, but gcc is required for this and it is not commonly done.

http://ffmpeg.mplayerhq.hu/ [^]
As with my other module requests, I'm not sure that the attached file meets CMake standards, but it has been tested in Linux and OS X.

In some Debian-based Linux distributions FFMPEG is packaged with a utility script named "ffmpeg-config". This script can be used to list the other 3rd party libraries that FFMPEG has been compiled with. This CMake module uses that script when available. On my Ubuntu machine the output of 'ffmpeg-config --libs avformat' is:

-lavformat -lavcodec -lavutil -lvorbis -lvorbisenc -ltheora -logg -lraw1394 -ldc1394_control -lgsm -lz -lm


I am willing to become a maintainer of this module if necessary.
No tags attached.
? FindFFMPEG.cmake (1,367) 2008-07-09 12:59
https://public.kitware.com/Bug/file/1591/FindFFMPEG.cmake
? FindFFMPEG_swscale.cmake (1,633) 2009-03-26 05:22
https://public.kitware.com/Bug/file/2142/FindFFMPEG_swscale.cmake
? FindFFMPEG_swscale2.cmake (1,657) 2009-04-11 10:16
https://public.kitware.com/Bug/file/2160/FindFFMPEG_swscale2.cmake
Issue History
2008-07-09 12:59Matt LeottaNew Issue
2008-07-09 12:59Matt LeottaFile Added: FindFFMPEG.cmake
2008-08-19 16:48Bill HoffmanStatusnew => assigned
2008-08-19 16:48Bill HoffmanAssigned To => Miguel Figueroa
2009-03-26 05:22V0idFile Added: FindFFMPEG_swscale.cmake
2009-03-26 05:22V0idNote Added: 0015803
2009-04-11 10:16V0idFile Added: FindFFMPEG_swscale2.cmake
2009-04-11 10:17V0idNote Added: 0016005
2016-06-10 14:27Kitware RobotNote Added: 0041441
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0015803)
V0id   
2009-03-26 05:22   
This is a modified version of your script with swscale support
(0016005)
V0id   
2009-04-11 10:17   
Enhanced version
(0041441)
Kitware Robot   
2016-06-10 14:27   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.