X264: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
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== | ||
* Download: [http://hobbes.nmsu.edu/download/pub/os2/dev/mm/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]] |
Revision as of 01:58, 29 October 2018
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