@@ -95,7 +95,7 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
9595```Bash
9696 $ git clone https:// git.ffmpeg.org/ ffmpeg.git
9797 $ 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
9999 $ make
100100 $ make install
101101```
@@ -106,26 +106,22 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
106106
1071072 . Provide a global option `dumpLevel` to control the log shown in the screen.
108108
109- 3 . Fix bugs in initalize functions.
109+ 3 . Fix bugs in initialize functions.
110110
111111# ## V1.5 update report:
112112
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.
115114
116115# ## V1.4 update report:
117116
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.
120118
121119# ## V1.2 update report:
122120
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.
125122
126123# ## 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.
129125
130126# # Version of currently used FFmpeg library
131127* libavcodec.so.58.6.103
0 commit comments