@@ -6,38 +6,48 @@ order: 3
6
6
7
7
New versions are released through GitHub, so the reference page is the [ GitHub Releases] ( https://github.com/natario1/Transcoder/releases ) page.
8
8
9
- Starting from 0.7.0, you can now [ support development] ( https://github.com/sponsors/natario1 ) through the GitHub Sponsors program.
9
+ > Starting from 0.7.0, you can now [ support development] ( https://github.com/sponsors/natario1 ) through the GitHub Sponsors program.
10
10
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
11
11
12
- #### v0.7.4
12
+ ### v0.8.0
13
+
14
+ - New: ` TrimDataSource ` to trim segments. Use it to wrap your original source. Thanks to [ @mudar ] [ mudar ] ([ #50 ] [ 50 ] )
15
+ - New: ` ClipDataSource ` , just likes ` TrimDataSource ` but selects trim values with respect to video start ([ #54 ] [ 54 ] )
16
+
17
+ > Transcoder will trim video segments only at the closest video sync frame. If your video has few sync
18
+ frames, the trim timestamp might be different than what was selected.
19
+
20
+ < https://github.com/natario1/Transcoder/compare/v0.7.4...v0.8.0 >
21
+
22
+ ##### v0.7.4
13
23
14
24
- Fix: fixed Xamarin incompatibility, thanks to [ @aweck ] [ aweck ] ([ #41 ] [ 41 ] )
15
25
- Fix: fixed small bugs with specific API versions / media files ([ #47 ] [ 47 ] )
16
26
- Fix: fixed issues with specific media files, ensure consistent onProgress callback ([ #48 ] [ 48 ] )
17
27
18
28
< https://github.com/natario1/Transcoder/compare/v0.7.3...v0.7.4 >
19
29
20
- #### v0.7.3
30
+ ##### v0.7.3
21
31
22
32
- Fix: fixed bug with files that do not have an audio track, thanks to [ @pawegio ] [ pawegio ] ([ #31 ] [ 31 ] )
23
33
- Fix: fixed possible issues with FilePathDataSource ([ #32 ] [ 32 ] )
24
34
25
35
< https://github.com/natario1/Transcoder/compare/v0.7.2...v0.7.3 >
26
36
27
- #### v0.7.2
37
+ ##### v0.7.2
28
38
29
39
- Improvement: better input format detection. Fixes bugs with certain files ([ #29 ] [ 29 ] )
30
40
- Improvement: added ` DefaultAudioStrategy.Builder.bitRate() ` option ([ #29 ] [ 29 ] )
31
41
32
42
< https://github.com/natario1/Transcoder/compare/v0.7.1...v0.7.2 >
33
43
34
- #### v0.7.1
44
+ ##### v0.7.1
35
45
36
46
- Improvement: update the underlying OpenGL library ([ #20 ] [ 20 ] )
37
47
38
48
< https://github.com/natario1/Transcoder/compare/v0.7.0...v0.7.1 >
39
49
40
- ## v0.7.0
50
+ ### v0.7.0
41
51
42
52
- New: video concatenation to stitch together multiple media ([ #14 ] [ 14 ] )
43
53
- New: select a specific track type (` VIDEO ` or ` AUDIO ` ) for sources ([ #14 ] [ 14 ] )
@@ -53,7 +63,7 @@ Companies can share a tiny part of their revenue and get private support hours i
53
63
54
64
< https://github.com/natario1/Transcoder/compare/v0.6.0...v0.7.0 >
55
65
56
- ## v0.6.0
66
+ ### v0.6.0
57
67
58
68
- New: ability to change video/audio speed and change each frame timestamp ([ #10 ] [ 10 ] )
59
69
- New: ability to set the video output rotation ([ #8 ] [ 8 ] )
@@ -62,7 +72,7 @@ Companies can share a tiny part of their revenue and get private support hours i
62
72
63
73
< https://github.com/natario1/Transcoder/compare/v0.5.0...v0.6.0 >
64
74
65
- ## v0.5.0
75
+ ### v0.5.0
66
76
67
77
- New: video cropping to any dimension. Encoder will crop the exceeding size. ([ #6 ] [ 6 ] )
68
78
- New: ` AspectRatioResizer ` to crop to a given aspect ratio. ([ #6 ] [ 6 ] )
@@ -75,6 +85,7 @@ Companies can share a tiny part of their revenue and get private support hours i
75
85
[ Saqrag ] : https://github.com/Saqrag
76
86
[ pawegio ] : https://github.com/pawegio
77
87
[ aweck ] : https://github.com/aweck
88
+ [ mudar ] : https://github.com/mudar
78
89
79
90
[ 4 ] : https://github.com/natario1/Transcoder/pull/4
80
91
[ 5 ] : https://github.com/natario1/Transcoder/pull/5
@@ -93,3 +104,5 @@ Companies can share a tiny part of their revenue and get private support hours i
93
104
[ 41 ] : https://github.com/natario1/Transcoder/pull/41
94
105
[ 47 ] : https://github.com/natario1/Transcoder/pull/47
95
106
[ 48 ] : https://github.com/natario1/Transcoder/pull/48
107
+ [ 50 ] : https://github.com/natario1/Transcoder/pull/50
108
+ [ 54 ] : https://github.com/natario1/Transcoder/pull/54
0 commit comments