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 cc0c08e

Browse files
committed
ver 1.8
revise the displayed page.
1 parent ef675b8 commit cc0c08e

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

‎_config.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

‎docs/README.md

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

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

Comments
(0)

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