-
Notifications
You must be signed in to change notification settings - Fork 10
/
Revisions.txt
68 lines (47 loc) · 1.61 KB
/
Revisions.txt
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
03-24-2021
*Both versions:
Timing fixes (.encode)
Fixed an asinine error in .closefile
*VCL-Win
PlayVideoStream should render a bit more smoothly
GrabFrame now has an option to de-interlace the frame
03-15-2021
*Encoder class VCL-Win
Fixed some issues with
mkv-files
GetVideoProps
GrabFrame
Added functionalities:
CrossFade method
Simple video player utility
Disabled CreateFromVideo, too many issues
Extended and improved(naming) demo
11-16-2020
*Encoder class Multi-Platform:
Added functionalities:
ZoomPan method
CrossFade method
See the expanded demo.
The win-version still misses the CrossFade,
the cross-platform still misses video-deinterlacing.
11-05-2020
*Encoder class Win:
Slight speed improvement for bitmap encoding
Images and video clips which don't match the target aspect ratio get grayscale frames rather than black ones, the shade of gray can be chosen.
Utility to get the properties of a video file
*Encoder class Multi-Platform:
Added functionalities:
Faster encoding of bitmaps (HuichanKIM)
Preserve aspect ratio by adding grayscale borders
Insert video clips
Utilities to grab frames and display video properties of a file
Still missing: De-interlace video clips before adding
Extended demo
10-11-2020
Uploaded Android-Fix by TurboMagic
10-11-2020
Fixed possible source of floating point exception under Win64
10-10-2020
Fix: Restored missing xml-files for Android deployment.
Update Win: AddVideo and GrabFrame now properly convert non-square pixels (PAL, NTSC) to square pixels.
Update Win: AddVideo now de-interlaces interlaced video clips before writing them to the video stream.