-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
43 lines (22 loc) · 829 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
QTFFmpegWrapper - QT FFmpeg Wrapper Class
Copyright (C) 2009-2012:
Daniel Roggen, [email protected]
All rights reserved.
History
-------
07.05.2013:
- Updated to compile qith Qt5.x
17.03.2012:
- New API encodeImagePts to set the presentation time stamp of a frame. This allows to create variable frame rate videos. See the example.
21.09.2011:
- Updated to FFmpeg git-a254452 2011-09-19, win32 binary from http://ffmpeg.zeranoe.com/builds/
- Minor change to QVideoDecoder.cpp, QVideoEncoder.cpp to adapt to the new FFmpeg version
- QVideoEncoder now allows to specify the video fps (previously fixed to 25)
V 1.01 - 23.03.2010: Added QVideoDecoder::getVideoLengthMs
V 1.00 - 01.01.2010: Basic functionality
License
-------
Modified BSD license
Dependencies
------------
- FFmpeg libraries