b261a01323
x265 is a H.265 / HEVC video encoder application library, designed to encode video or images into an H.265 / HEVC encoded bitstream. http://x265.org [Peter: use positive logic for CLI option] Signed-off-by: Thijs Vermeir <thijsvermeir@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
24 lines
608 B
Plaintext
24 lines
608 B
Plaintext
config BR2_PACKAGE_X265
|
|
bool "x265"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
x265 is an open source free software and library for encoding video
|
|
using the High Efficiency Video Coding (HEVC/H.265) standard. x265 is
|
|
offered under either the GNU General Public License (GPL) 2 license or
|
|
a commercial license, similar to the x264 project.
|
|
|
|
http://x265.org
|
|
|
|
if BR2_PACKAGE_X265
|
|
|
|
config BR2_PACKAGE_X265_CLI
|
|
bool "CLI"
|
|
help
|
|
Command-line tool to encode video streams into the
|
|
H.265/HEVC compression format.
|
|
|
|
endif
|
|
|
|
comment "x265 needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|