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
@@ -11,13 +11,13 @@ This is just a toy coder plugin for [SDWebImage](https://github.com/SDWebImage).
11
11
12
12
**Important**: This project is just a toy, which means, it does not provide any production ready features, and the performances is really slow.
13
13
14
-
For real world rendering for small video files (like [Imgur's GIFV format](https://help.imgur.com/hc/en-us/articles/208606616-What-is-GIFV-)). You should always prefers to use the video player and rendering components, like AVKit's [AVPlayerViewController](https://developer.apple.com/documentation/avkit/avplayerviewcontroller) .
14
+
For real world rendering for short video files (like [Imgur's GIFV format](https://help.imgur.com/hc/en-us/articles/208606616-What-is-GIFV-)). You should always prefers to use the video player and rendering components, like AVKit's [AVPlayerViewController](https://developer.apple.com/documentation/avkit/avplayerviewcontroller) .
15
15
16
16
This coder plugin, provide the animation loading support for video format, including:
17
17
18
18
+ MP4 (MPEG/4)
19
+
+ M4V (Apple iTunes Movie)
19
20
+ MOV (QuickTime Movie)
20
-
+ AVI (Audio Video Interleave)
21
21
22
22
## Requirements
23
23
@@ -43,6 +43,9 @@ For coder plugin usage, see [Wiki - Coder Usage](https://github.com/SDWebImage/S
0 commit comments