-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
WangBin edited this page Dec 29, 2015
·
10 revisions
Welcome to the QtAV wiki!
- Build FFmpeg https://github.com/wang-bin/build_ffmpeg/wiki
- 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