@@ -95,7 +95,7 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
95
95
```Bash
96
96
$ git clone https:// git.ffmpeg.org/ ffmpeg.git
97
97
$ cd ffmpeg
98
- $ ./ configure -- prefix=host -- enable- gpl -- enable- shared -- disable- static -- disable- doc
98
+ $ ./ configure -- prefix=host -- enable- gpl -- enable- libx264 -- enable - libx265 -- enable - shared -- disable- static -- disable- doc
99
99
$ make
100
100
$ make install
101
101
```
@@ -106,26 +106,22 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
106
106
107
107
2 . Provide a global option `dumpLevel` to control the log shown in the screen.
108
108
109
- 3 . Fix bugs in initalize functions.
109
+ 3 . Fix bugs in initialize functions.
110
110
111
111
# ## V1.5 update report:
112
112
113
- 1 . Provide an incomplete version of encoder, which could encode frames as a
114
- video stream that could not be played by player.
113
+ 1 . Provide an incomplete version of encoder, which could encode frames as a video stream that could not be played by player.
115
114
116
115
# ## V1.4 update report:
117
116
118
- 1 . Fix a severe bug of the decoder, which causes the memory collapsed if
119
- decoding a lot of frames.
117
+ 1 . Fix a severe bug of the decoder, which causes the memory collapsed if decoding a lot of frames.
120
118
121
119
# ## V1.2 update report:
122
120
123
- 1 . Use numpy array to replace the native pyList, which improves the speed
124
- significantlly.
121
+ 1 . Use numpy array to replace the native pyList, which improves the speed significantly.
125
122
126
123
# ## V1.0 update report:
127
- 1 . Provide the decoder which could decode videos in arbitrary formats and
128
- arbitrary coding.
124
+ 1 . Provide the decoder which could decode videos in arbitrary formats and arbitrary coding.
129
125
130
126
# # Version of currently used FFmpeg library
131
127
* libavcodec.so.58.6.103
0 commit comments