Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
ef5cdacd
Commit
ef5cdacd
authored
Nov 01, 2020
by
Jerome Wu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Configuration table in README.md
parent
8c4cf7f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
11 deletions
+18
-11
README.md
README.md
+18
-11
No files found.
README.md
View file @
ef5cdacd
...
...
@@ -47,20 +47,27 @@ $ npm test
#### Base
-
Emscripten: 2.0.8
-
FFmpeg: 4.3.1
| Library/Tool Name | Version | Remark |
| ----------------- | ------- | ------ |
| Emscripten | 2.0.8 | |
| FFmpeg | 4.3.1 | |
#### Video
-
x264 (mp4): 0.160.x
-
x265 (mp4): 3.4 (only works with
`-pix_fmt yuv420p10le`
and
`-pix_fmt yuv420p12le`
)
-
libvpx (webm): 1.9.0
-
theora (ogv): 1.1.1
| Library/Tool Name | Version | Remark |
| ----------------- | ------- | ------ |
| x264 | 0.160.x | mp4 format |
| x265 | 3.4 | mp4 format, only works with
`-pix_fmt yuv420p10le`
and
`-pix_fmt yuv420p12le`
|
| libvpx | 1.9.0 | webm format |
| theora | 1.1.1 | ogv format |
| aom | 1.0.0 | mkv format, extremely slow, not recommended to use |
#### Audio
-
wavpack (wav): 5.3.0
-
lame (mp3): 3.100
-
fdk-aac (aac); 2.0.1
-
ogg: 1.3.4
-
vorbis (ogg): 1.3.6
| Library/Tool Name | Version | Remark |
| ----------------- | ------- | ------ |
| wavpack | 5.3.0 | wav/wv format |
| lame | 3.100 | mp3 format |
| fdk-aac | 2.0.1 | aac format |
| ogg | 1.3.4 | required by vorbis |
| vorbis | 1.3.6 | ogg format |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment