View Full Version : How to use x264 library(dll) and functions
hrasekh
18th August 2014, 08:06
I want to use x264 library (dll) in my project, but I don't know how to use its functions in another project. Does anyone know a good reference for doing it?
LoRd_MuldeR
18th August 2014, 13:11
x264.h (git.videolan.org/?p=x264.git;a=blob;f=x264.h)
This file defines the "public" interface of x264, so all function you'll need are declared and documented there. Functions not declared there, shouldn't be called directly by applications.
(For a usage example, the official x264 CLI front-end in x264.c (http://git.videolan.org/?p=x264.git;a=blob;f=x264.c) is probably the best starting point. Alternatively look at libx264.c (http://git.videolan.org/?p=ffmpeg.git;a=blob;f=libavcodec/libx264.c) in FFmpeg or at the x264 plug-in (https://github.com/mean00/avidemux2/tree/master/avidemux_plugins/ADM_videoEncoder/x264) of Avidemux)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.