Searched refs:lensfun (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vf_lensfun.c | 130 AVFILTER_DEFINE_CLASS(lensfun); 134 LensfunContext *lensfun = ctx->priv; in init() local 146 if (!lensfun->make || !lensfun->model) { in init() 155 } else if (!lensfun->lens_model) { in init() 166 lensfun->lens = lf_lens_create(); in init() 167 lensfun->camera = lf_camera_create(); in init() 169 cameras = lf_db_find_cameras(db, lensfun->make, lensfun->model); in init() 171 lf_camera_copy(lensfun->camera, *cameras); in init() 172 av_log(ctx, AV_LOG_INFO, "Using camera %s\n", lensfun->camera->Model); in init() 181 lenses = lf_db_find_lenses(db, lensfun->camera, NULL, lensfun->lens_model, 0); in init() [all …]
|
/third_party/ffmpeg/ |
D | configure | 247 --enable-liblensfun enable lensfun lens correction [no] 6379 enabled liblensfun && require_pkg_config liblensfun lensfun lensfun.h lf_db_new
|
D | Changelog | 404 - lensfun wrapper filter
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 13741 @section lensfun 13743 Apply lens correction via the lensfun library (@url{http://lensfun.sourceforge.net/}). 13745 The @code{lensfun} filter requires the camera make, camera model, and lens model 13746 to apply the lens correction. The filter will load the lensfun database and 13856 ffmpeg -i input.mov -vf lensfun=make=Canon:model="Canon EOS 100D":lens_model="Canon EF-S 18-55mm f/… 13863 ffmpeg -i input.mov -vf lensfun=make=Canon:model="Canon EOS 100D":lens_model="Canon EF-S 18-55mm f/…
|