@@ -24,19 +24,19 @@ MediaTranscoder.into(filePath)
24
24
25
25
Take a look at the demo app for a real example or keep reading below for documentation.
26
26
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*
40
40
41
41
## Setup
42
42
0 commit comments