|
1 |
| -### v0.7.0 (to be released) |
| 1 | +### v0.7.0 |
2 | 2 |
|
3 | 3 | - New: video concatenation to stitch together multiple media ([#14][14])
|
4 | 4 | - New: select a specific track type (`VIDEO` or `AUDIO`) for sources ([#14][14])
|
| 5 | +- New: audio resampling through `DefaultAudioStrategy` ([#16][16]) |
| 6 | +- New: custom resampling through `TranscoderOptions.setAudioResampler()` ([#16][16]) |
5 | 7 | - Breaking change: `TranscoderOptions.setDataSource()` renamed to `addDataSource()` ([#14][14])
|
6 | 8 | - Breaking change: `TranscoderOptions.setRotation()` renamed to `setVideoRotation()` ([#14][14])
|
7 | 9 | - Breaking change: `DefaultVideoStrategy.iFrameInterval()` renamed to `keyFrameInterval()` ([#14][14])
|
| 10 | +- Breaking change: `DefaultAudioStrategy` now uses a builder - removed old constructor ([#16][16]) |
8 | 11 | - Improvement: rotate videos through OpenGL instead of using metadata ([#14][14])
|
| 12 | +- Improvement: when concatenating multiple sources, automatically clip the longer track (audio or video) ([#17][17]) |
| 13 | +- Improvement: various bug fixed ([#18][18]) |
| 14 | + |
| 15 | +https://github.com/natario1/Transcoder/compare/v0.6.0...v0.7.0 |
9 | 16 |
|
10 | 17 | ### v0.6.0
|
11 | 18 |
|
|
14 | 21 | - Improvement: new frame dropping algorithm, thanks to [@Saqrag][Saqrag] ([#9][9])
|
15 | 22 | - Improvement: avoid format validation on tracks coming from PassThroughTrackTranscoder, thanks to [@Saqrag][Saqrag] ([#11][11])
|
16 | 23 |
|
| 24 | +https://github.com/natario1/Transcoder/compare/v0.5.0...v0.6.0 |
| 25 | + |
17 | 26 | ### v0.5.0
|
18 | 27 |
|
19 | 28 | - New: video cropping to any dimension. Encoder will crop the exceeding size. ([#6][6])
|
|
33 | 42 | [9]: https://github.com/natario1/Transcoder/pull/9
|
34 | 43 | [10]: https://github.com/natario1/Transcoder/pull/10
|
35 | 44 | [14]: https://github.com/natario1/Transcoder/pull/14
|
| 45 | +[16]: https://github.com/natario1/Transcoder/pull/16 |
| 46 | +[17]: https://github.com/natario1/Transcoder/pull/17 |
| 47 | +[18]: https://github.com/natario1/Transcoder/pull/18 |
0 commit comments