@@ -112,7 +112,7 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
112112```Bash
113113 $ git clone https:// git.ffmpeg.org/ ffmpeg.git
114114 $ 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
116116 $ make
117117 $ make install
118118```
@@ -123,26 +123,22 @@ If you want, you could install `ffmpeg` on Linux: Here are some instructions
123123
1241242 . Provide a global option `dumpLevel` to control the log shown in the screen.
125125
126- 3 . Fix bugs in initalize functions.
126+ 3 . Fix bugs in initialize functions.
127127
128128# ## V1.5 update report:
129129
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.
132131
133132# ## V1.4 update report:
134133
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.
137135
138136# ## V1.2 update report:
139137
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.
142139
143140# ## 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.
146142
147143# # Version of currently used FFmpeg library
148144* libavcodec.so.58.6.103
0 commit comments