Reduce the size of libmpv by disabling a lot of decoders and other components
This commit is contained in:
parent
7f1a3f6f90
commit
6f2c9945b5
2 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -22,23 +22,25 @@ Home | Library | Movie | Season | Episode
|
||||||
- Supported media items: movies, series, seasons, episodes
|
- Supported media items: movies, series, seasons, episodes
|
||||||
- Direct play only, (no transcoding)
|
- Direct play only, (no transcoding)
|
||||||
- ExoPlayer
|
- ExoPlayer
|
||||||
- Video codes: H.263, H.264, H.265, VP8, VP9, AV1
|
- Video codecs: H.263, H.264, H.265, VP8, VP9, AV1
|
||||||
- Support depends on Android device
|
- Support depends on Android device
|
||||||
- Audio codes: Vorbis, Opus, FLAC, ALAC, PCM µ-law, PCM A-law, MP1, MP2, MP3, AMR-NB, AMR-WB, AAC, AC-3, E-AC-3, DTS, DTS-HD, TrueHD
|
- Audio codecs: Vorbis, Opus, FLAC, ALAC, PCM µ-law, PCM A-law, MP1, MP2, MP3, AMR-NB, AMR-WB, AAC, AC-3, E-AC-3, DTS, DTS-HD, TrueHD
|
||||||
- Support provided by ExoPlayer FFmpeg extension
|
- Support provided by ExoPlayer FFmpeg extension
|
||||||
- Subtitle codecs: SRT, VTT, SSA/ASS, PGSSUB
|
- Subtitle codecs: SRT, VTT, SSA/ASS, PGSSUB
|
||||||
- SSA/ASS has limited styling support see [this issue](https://github.com/google/ExoPlayer/issues/8435)
|
- SSA/ASS has limited styling support see [this issue](https://github.com/google/ExoPlayer/issues/8435)
|
||||||
- **NEW** MPV Player
|
- **NEW** MPV Player
|
||||||
- Should play everything, including SSA/ASS subs with proper styling!
|
- Container formats: mkv, mov, mp4
|
||||||
|
- Video codecs: H.264, H.265, VP8, VP9, AV1
|
||||||
|
- Audio codecs: Opus, FLAC, MP3, AAC, AC-3, E-AC-3, TrueHD, DTS, DTS-HD
|
||||||
|
- Subtitle codecs: SRT, VTT, SSA/ASS, DVDSUB
|
||||||
- Optionally force software decoding when hardware decoding has issues.
|
- Optionally force software decoding when hardware decoding has issues.
|
||||||
- Issues:
|
- Issues:
|
||||||
- Can only play one item at a time, doesn't transistion to the next episode
|
- Can only play one item at a time, doesn't transistion to the next episode
|
||||||
|
|
||||||
|
|
||||||
## Planned features
|
## Planned features
|
||||||
|
- Android TV
|
||||||
- Websocket connection (Syncplay)
|
- Websocket connection (Syncplay)
|
||||||
- Caching
|
|
||||||
- Offline playback / downloads
|
|
||||||
- Picture in picture mode
|
- Picture in picture mode
|
||||||
- Chromecast support
|
- Chromecast support
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue