ffmpeg | branch: master | Gyan Doshi <ffm...@gyani.pro> | Mon Apr 11 16:33:22 
2022 +0530| [d6d46a2c508be0bc603874b49997a06a44feed7b] | committer: Gyan Doshi

doc/filters: guide to list lensfun db emtries

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d6d46a2c508be0bc603874b49997a06a44feed7b
---

 doc/filters.texi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 6a66b0ed11..4e9b0e0111 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14679,6 +14679,13 @@ filter choosing the best match with the given options, 
and the filter will
 output the chosen camera and lens models (logged with level "info"). You must
 provide the make, camera model, and lens model as they are required.
 
+To obtain a list of available makes and models, leave out one or both of 
@code{make} and
+@code{model} options. The filter will send the full list to the log with level 
@code{INFO}.
+The first column is the make and the second column is the model.
+To obtain a list of available lenses, set any values for make and model and 
leave out the
+@code{lens_model} option. The filter will send the full list of lenses in the 
log with level
+@code{INFO}. The ffmpeg tool will exit after the list is printed.
+
 The filter accepts the following options:
 
 @table @option

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to