Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ef675b8

Browse files
committed
ver 1.8
revise the bug of linuxver
1 parent 4782b65 commit ef675b8

File tree

6 files changed

+6
-10
lines changed

6 files changed

+6
-10
lines changed

‎Linux/libavcodec.so.58

28.8 KB
Binary file not shown.

‎Linux/libavformat.so.58

0 Bytes
Binary file not shown.

‎Linux/libavutil.so.56

0 Bytes
Binary file not shown.

‎Linux/libswresample.so.3

0 Bytes
Binary file not shown.

‎Linux/libswscale.so.5

0 Bytes
Binary file not shown.

‎README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

107107
2. 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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /