Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f66c84c

Browse files
committed
Improve docs
1 parent 8b5335f commit f66c84c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ MediaTranscoder.into(filePath)
2424

2525
Take a look at the demo app for a real example or keep reading below for documentation.
2626

27-
***Note***: *this project is an improved fork of [ypresto/android-transcoder](https://github.com/ypresto/android-transcoder).
28-
It features a lot of improvements over the original project, including:
29-
30-
- Multithreading support
31-
- Various bugs fixed
32-
- [Input](#data-sources): Accept content:// Uris and other types
33-
- [Real error handling](#listening-for-events) instead of errors being thrown
34-
- Source project is over-conservative when choosing options that *might* not be supported. We prefer to try and let the codec fail
35-
- More convenient APIs for transcoding & choosing options
36-
- Configurable [Validators](#validators) to e.g. **not** perform transcoding if the source video is already compressed enough
37-
- Expose internal logs through Logger (so they can be reported to e.g. Crashlytics)
38-
- Handy utilities for track configuration through [Output Strategies](#output-strategies)
39-
- Handy utilities for resizing*
27+
*Note: *this project is an improved fork of [ypresto/android-transcoder](https://github.com/ypresto/android-transcoder).
28+
It features a lot of improvements over the original project, including:*
29+
30+
- *Multithreading support*
31+
- *Various bugs fixed*
32+
- *[Input](#data-sources): Accept content Uris and other types*
33+
- *[Real error handling](#listening-for-events) instead of errors being thrown*
34+
- *Source project is over-conservative when choosing options that *might* not be supported. We prefer to try and let the codec fail*
35+
- *More convenient APIs for transcoding & choosing options*
36+
- *Configurable [Validators](#validators) to e.g. **not** perform transcoding if the source video is already compressed enough*
37+
- *Expose internal logs through Logger (so they can be reported to e.g. Crashlytics)*
38+
- *Handy utilities for track configuration through [Output Strategies](#output-strategies)*
39+
- *Handy utilities for resizing*
4040

4141
## Setup
4242

0 commit comments

Comments
 (0)