Home
last modified time | relevance | path

Searched refs:x265 (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/cmake/
DFindFFmpeg.cmake113 #FFMPEG_FIND(LIBX265 x265 x265.h)
/third_party/ffmpeg/doc/
Dencoders.texi2763 x265 H.265/HEVC encoder wrapper.
2787 Set the x265 preset.
2790 Set the x265 tune parameter.
2827 @item x265-params
2828 Set x265 options using a list of @var{key}=@var{value} couples separated
2829 by ":". See @command{x265 --help} for a list of options.
2831 For example to specify libx265 encoding options with @option{-x265-params}:
2834 ffmpeg -i input -c:v libx265 -x265-params crf=26:psy-rd=1 output.mp4
Dgeneral_contents.texi310 @section x265
312 FFmpeg can make use of the x265 library for HEVC encoding.
314 Go to @url{http://x265.org/developers.html} and follow the instructions
319 x265 is under the GNU Public License Version 2 or later
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/
DgeneratedContextualTyping.ts265 var x265: Base[] = [d1, d2] || undefined; variable
/third_party/ffmpeg/
Dconfigure293 --enable-libx265 enable HEVC encoding via x265 [no]
6674 enabled libx265 && require_pkg_config libx265 x265 x265.h x265_api_get &&
6675 require_cpp_condition libx265 x265.h "X265_BUILD >= 70"
/third_party/typescript/tests/baselines/reference/
DgeneratedContextualTyping.symbols2029 var x265: Base[] = [d1, d2] || undefined;
2030 >x265 : Symbol(x265, Decl(generatedContextualTyping.ts, 262, 3))
DgeneratedContextualTyping.types2293 var x265: Base[] = [d1, d2] || undefined;
2294 >x265 : Base[]