You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,15 @@ Prebuilt example can be download from artifacts of [github actions](https://gith
7
7
[More examples are here](https://github.com/wang-bin/mdk-examples/tree/master/flutter)
8
8
9
9
## Features
10
-
- All platforms: Windows, Linux, macOS, iOS, Android
10
+
- All platforms: Windows(including win7), Linux, macOS, iOS, Android.
11
11
- You can choose official implementation or this plugin's
12
12
- Optimal render api: d3d11 for windows, metal for macOS/iOS, OpenGL for Linux and Android
13
13
- Hardware decoders are enabled by default
14
14
- Minimal code change for existing [Video Player](https://pub.dev/packages/video_player) apps
15
15
- Support most formats via FFmpeg demuxer and software decoders if not supported by gpu. You can use your own ffmpeg 4.0~6.x(or master branch) by removing bundled ffmpeg dynamic library.
16
16
- High performance. Lower cpu, gpu and memory load than libmpv based players.
17
-
- Small footprint. Only about 10MB size increase(platform dependent).
17
+
- Support audio without video
18
+
- Small footprint. Only about 10MB size increase per cpu architecture(platform dependent).
18
19
19
20
## Requirements
20
21
- Android: ndk 23 or later(ndk has a stupid abi break in 23)
@@ -63,5 +64,6 @@ Now we also expose this backend player api so you can create your own players ea
Copy file name to clipboardExpand all lines: pubspec.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
1
name: fvp
2
2
description: A plugin for video_player and APIs for your own players. Support all desktop/mobile platforms. Hardware decoders, optimal renders. Supports most formats via FFmpeg
0 commit comments