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