@@ -6,38 +6,48 @@ order: 3
66
77New versions are released through GitHub, so the reference page is the [ GitHub Releases] ( https://github.com/natario1/Transcoder/releases ) page.
88
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.
1010 Companies can share a tiny part of their revenue and get private support hours in return. Thanks!
1111
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
1323
1424- Fix: fixed Xamarin incompatibility, thanks to [ @aweck ] [ aweck ] ([ #41 ] [ 41 ] )
1525- Fix: fixed small bugs with specific API versions / media files ([ #47 ] [ 47 ] )
1626- Fix: fixed issues with specific media files, ensure consistent onProgress callback ([ #48 ] [ 48 ] )
1727
1828< https://github.com/natario1/Transcoder/compare/v0.7.3...v0.7.4 >
1929
20- #### v0.7.3
30+ ##### v0.7.3
2131
2232- Fix: fixed bug with files that do not have an audio track, thanks to [ @pawegio ] [ pawegio ] ([ #31 ] [ 31 ] )
2333- Fix: fixed possible issues with FilePathDataSource ([ #32 ] [ 32 ] )
2434
2535< https://github.com/natario1/Transcoder/compare/v0.7.2...v0.7.3 >
2636
27- #### v0.7.2
37+ ##### v0.7.2
2838
2939- Improvement: better input format detection. Fixes bugs with certain files ([ #29 ] [ 29 ] )
3040- Improvement: added ` DefaultAudioStrategy.Builder.bitRate() ` option ([ #29 ] [ 29 ] )
3141
3242< https://github.com/natario1/Transcoder/compare/v0.7.1...v0.7.2 >
3343
34- #### v0.7.1
44+ ##### v0.7.1
3545
3646- Improvement: update the underlying OpenGL library ([ #20 ] [ 20 ] )
3747
3848< https://github.com/natario1/Transcoder/compare/v0.7.0...v0.7.1 >
3949
40- ## v0.7.0
50+ ### v0.7.0
4151
4252- New: video concatenation to stitch together multiple media ([ #14 ] [ 14 ] )
4353- 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
5363
5464< https://github.com/natario1/Transcoder/compare/v0.6.0...v0.7.0 >
5565
56- ## v0.6.0
66+ ### v0.6.0
5767
5868- New: ability to change video/audio speed and change each frame timestamp ([ #10 ] [ 10 ] )
5969- 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
6272
6373< https://github.com/natario1/Transcoder/compare/v0.5.0...v0.6.0 >
6474
65- ## v0.5.0
75+ ### v0.5.0
6676
6777- New: video cropping to any dimension. Encoder will crop the exceeding size. ([ #6 ] [ 6 ] )
6878- 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
7585[ Saqrag ] : https://github.com/Saqrag
7686[ pawegio ] : https://github.com/pawegio
7787[ aweck ] : https://github.com/aweck
88+ [ mudar ] : https://github.com/mudar
7889
7990[ 4 ] : https://github.com/natario1/Transcoder/pull/4
8091[ 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
93104[ 41 ] : https://github.com/natario1/Transcoder/pull/41
94105[ 47 ] : https://github.com/natario1/Transcoder/pull/47
95106[ 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