X264: Difference between revisions
Appearance
mNo edit summary |
m →Links |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''x264''' is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL 2.0. | |||
x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL. | |||
==License== | ==License== | ||
* GNU | * GNU GPL 2.0 | ||
* OS/2 Port: [[KO Myung-Hun]] | |||
* Port: KO Myung-Hun | |||
==Links== | ==Links== | ||
* x264-0.148.x.zip Version v0.148 | |||
* [https://github.com/komh/x264-os2 Source code at Github] | |||
* [http://www.videolan.org/developers/x264.html Official Web Site] | * [http://www.videolan.org/developers/x264.html Official Web Site] | ||
[[Category:C Libraries]] | [[Category:C Libraries]] |
Latest revision as of 20:03, 3 July 2022
x264 is a free software library and application for encoding video streams into the H.264/MPEG-4 AVC compression format, and is released under the terms of the GNU GPL 2.0.
License
- GNU GPL 2.0
- OS/2 Port: KO Myung-Hun
Links
- x264-0.148.x.zip Version v0.148
- Source code at Github
- Official Web Site