Reduce the size of libmpv by disabling a lot of decoders and other components

This commit is contained in:
Jarne Demeulemeester 2022-01-01 23:51:44 +01:00
parent 7f1a3f6f90
commit 6f2c9945b5
No known key found for this signature in database
GPG key ID: 65C6006F2032DD14
2 changed files with 7 additions and 5 deletions

View file

@ -22,23 +22,25 @@ Home | Library | Movie | Season | Episode
- Supported media items: movies, series, seasons, episodes
- Direct play only, (no transcoding)
- 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
- 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
- Subtitle codecs: SRT, VTT, SSA/ASS, PGSSUB
- SSA/ASS has limited styling support see [this issue](https://github.com/google/ExoPlayer/issues/8435)
- **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.
- Issues:
- Can only play one item at a time, doesn't transistion to the next episode
## Planned features
- Android TV
- Websocket connection (Syncplay)
- Caching
- Offline playback / downloads
- Picture in picture mode
- Chromecast support

Binary file not shown.