Skip to content

davidmission/qtffmpegwrapper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QTFFmpegWrapper (Logo)

QT wrapper classes for FFmpeg.

Dependencies

  • FFmpeg libraries
  • Qt 5 (may or may not work with earlier versions)

Setup

  1. Create a QT project in the usual way
  2. Copy the directory QTFFmpegWrapper into your project
  3. Make the following changes to your project .pro file:
  • copy at the end the content of config.pro,
  • and modify the path for the QTFFmpegWrapper directory, the FFmpeg import libraries, and the FFmpeg includes
  1. Make sure the FFmpeg dynamic link libraries are available in your path - otherwise the program will crash upon start

Notes for Unix based systems

The FFmpeg import libraries and FFmpeg includes are in their usual locations - these path may be left empty in the .pro file. Also, the FFmpeg dynamic link libaries are likely already in the path.

Notes for Windows

FFmpeg library builds for Windows can be found at zeranoe ffmpeg builds.

Additional help

For additional assistance look at our example projects under examples or open an issue.

About

QT wrapper classses for FFmpeg

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 89.7%
  • C++ 9.7%
  • QMake 0.6%