-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
Yen Kuan edited this page Apr 7, 2017
·
10 revisions
Welcome to the QtAV wiki!
- Build FFmpeg
- Build QtAV
- linux and OSX build log
- mingw and vs2013(msbuild+nmake) build log
- No API document now. Read headers in QtAV.h instead
- The
examples
andtests
are helpful to understand how to use QtAV APIs
- tests/ao: AudioOutput
- tests/decoder: decode video frames without AVPlayer
- tests/extract: use VideoFrameExtractor to get a frame of the given timestamp
- tests/qiodevice: QBuffer as the video source
- examples/audiopipeline: audio playback without AVPlayer
- examples/filters: draw texts and images on the renderer and/or video frame using VideoFilter
- examples/simpletranscode: AVTranscode
- examples/videocapture: capture video frames when playing