Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ Transcodes and compresses video files into the MP4 format, with audio support, u
Android codecs available on the device. Works on API 18+.

```groovy
implementation 'com.otaliastudios:transcoder:0.10.0'
implementation 'com.otaliastudios:transcoder:0.10.1'
```

- Fast transcoding to AAC/AVC
- Hardware accelerated
- Multithreaded
- Convenient, fluent API
- Thumbnails support
- Concatenate multiple video and audio tracks [[docs]](https://natario1.github.io/Transcoder/docs/concatenation)
- Clip or trim video segments [[docs]](https://natario1.github.io/Transcoder/docs/clipping)
- Choose output size, with automatic cropping [[docs]](https://natario1.github.io/Transcoder/docs/track-strategies#video-size)
Expand Down
17 changes: 15 additions & 2 deletions docs/_about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,16 @@ New versions are released through GitHub, so the reference page is the [GitHub R
> Starting from 0.7.0, you can now [support development](https://github.com/sponsors/natario1) through the GitHub Sponsors program.
Companies can share a tiny part of their revenue and get private support hours in return. Thanks!

### v0.10.0
### v0.10.1

- Fix: thumbnails upside down ([#125][125])
- Fix: clip/trim issues ([#127][127])
- Fix: seeking issues ([#128][128])
- Fix: concatenation failure ([#130][130])

<https://github.com/natario1/Transcoder/compare/v0.10.0...v0.10.1>

## v0.10.0

> Transcoder is now distributed through Maven Central. Snapshot releases are available as well.

Expand Down Expand Up @@ -135,4 +144,8 @@ frames, the trim timestamp might be different than what was selected.
[64]: https://github.com/natario1/Transcoder/pull/64
[87]: https://github.com/natario1/Transcoder/pull/87
[118]: https://github.com/natario1/Transcoder/pull/118
[119]: https://github.com/natario1/Transcoder/pull/119
[119]: https://github.com/natario1/Transcoder/pull/119
[125]: https://github.com/natario1/Transcoder/pull/125
[127]: https://github.com/natario1/Transcoder/pull/127
[128]: https://github.com/natario1/Transcoder/pull/128
[130]: https://github.com/natario1/Transcoder/pull/130
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ google_analytics_id: 'UA-155077779-2'
google_site_verification: '4x49i17ABIrSvUl52SeL0-t0341aTnWWaC62-FYCRT4'
github: [metadata] # TODO What's this?
github_repo: Transcoder
github_version: 0.10.0
github_version: 0.10.1
github_branch: main
baseurl: '/Transcoder' # Keep as an empty string if served up at the root
collections:
Expand Down