Paul B Mahol
e6dd943872
doc/filters: fix typos
6 years ago
Paul B Mahol
33cd516167
doc/filters: fix v360 options names
6 years ago
Eugene Lyapustin
596ecc295f
avfilter/vf_v360: add dual fisheye format
...
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
6 years ago
Eugene Lyapustin
d044252aac
avfilter/vf_v360: add padding option for cubemap
...
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
6 years ago
Eugene Lyapustin
b26094e217
avfilter: add v360 filter
...
Signed-off-by: Eugene Lyapustin <unishifft@gmail.com>
6 years ago
Lars Kiesow
74d4bc0fa0
libavfilter/vf_scale: Ensure scaled video is divisible by n
...
This patch adds a new option to the scale filter which ensures that the
output resolution is divisible by the given integer when used together
with `force_original_aspect_ratio`. This works similar to using `-n` in
the `w` and `h` options.
This option respects the value set for `force_original_aspect_ratio`,
increasing or decreasing the resolution accordingly.
The use case for this is to set a fixed target resolution using `w` and
`h`, to use the `force_original_aspect_ratio` option to make sure that
the video always fits in the defined bounding box regardless of aspect
ratio, but to also make sure that the calculated output resolution is
divisible by n so in can be encoded with certain encoders/options if
that is required.
Signed-off-by: Lars Kiesow <lkiesow@uos.de>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Mark Thompson
20fed2f0ab
lavfi: addroi filter
...
This can be used to add region of interest side data to video frames.
6 years ago
Paul B Mahol
73afea3ccc
avfilter/af_dynaudnorm: add more descriptive aliases for options
6 years ago
Paul B Mahol
3883c9d147
avfilter/vf_ciescope: add DCI-P3
6 years ago
Paul B Mahol
166977a200
doc/filters: document new remap filter option
6 years ago
Paul B Mahol
80dacbedba
avfilter/af_aiir: calculate group delay too
6 years ago
Paul B Mahol
74d4fd0822
avfilter/avf_showfreqs: make selecting window size simpler
...
The previous solution was very bad.
6 years ago
Paul B Mahol
57a2688fe3
avfilter/af_afftfilt: make selecting window size simpler
...
Next step after this one will be adding support for more window sizes.
6 years ago
Paul B Mahol
43160c7bc4
doc/filters: document new readeia608 option
6 years ago
Paul B Mahol
2a801e8856
avfilter/af_aiir: implement mix option
6 years ago
Paul B Mahol
7b2d39fc27
avfilter/af_biquads: implement mix option to all filters
6 years ago
Calvin Walton
2bd21b9609
vf_drawtext: Add pkt_pos, pkt_duration, pkt_size as variables
...
Changes to vf_drawtext.c written by
Calvin Walton <calvin.walton@kepstin.ca>
Changes to filters.texi written by
greg Luce <electron.rotoscope@gmail.com>
with lots of help from Moritz Barsnick and Gyan
Fixes #7947 .
6 years ago
Jun Zhao
feade2b403
doc/filters: Document missing options for scale in/out color matrix
...
Document missing options for scale in/out color matrix
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
6 years ago
Paul B Mahol
bd5e92ef8a
avfilter: add deesser audio filter
6 years ago
Guo, Yejun
231d0c819f
doc/filters: update how to generate native model for sr filter
...
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
6 years ago
greg Luce
18dab6175b
doc/filters: drawtext additions and corrections
...
Document the pict_type constant. Clarify availability of metadata.
Minor grammar fixes.
Written with the help of Gyan and kepstin
6 years ago
Gyan Doshi
756dd98120
doc/filters: correct typos in tinterlace flags
6 years ago
Limin Wang
1c3ed11893
doc/filters.texi: Fix the confusing description for find_rect and cover_rect command
...
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
6 years ago
Xuewei Meng
78e1d7f421
libavfilter: Add derain filter
...
Remove the rain in the input image/video by applying the derain
methods based on convolutional neural networks. Training scripts
as well as scripts for model generation are provided in the
repository at https://github.com/XueweiMeng/derain_filter.git .
Signed-off-by: Xuewei Meng <xwmeng96@gmail.com>
6 years ago
Paul B Mahol
97ddc5d1f7
avfilter/af_anlmdn: add support for commands
6 years ago
Paul B Mahol
b535577465
avfilter/af_anlmdn: add smooth factor option
6 years ago
Paul B Mahol
cbaa60329a
avfilter/vf_xmedian: remove limitation of only odd number of inputs
6 years ago
Marton Balint
415886588f
doc/filters: move reference to framesync options from lut3d to haldclut
...
Signed-off-by: Marton Balint <cus@passwd.hu>
6 years ago
Paul B Mahol
b19550367f
avfilter: add showspatial multimedia filter
6 years ago
Ruiling Song
1d74150a7d
lavfi/opencl: add nlmeans_opencl filter
...
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Ruiling Song <ruiling.song@intel.com>
6 years ago
Paul B Mahol
96c79d4e1f
avfilter/vf_ocr: also export confidence of result
6 years ago
Steven Liu
81acc9adbf
doc/filters: update URL for sr filter script repository
...
Because the Original repository author loss loss of communication,
add new sr filter script repository.
Thanks to Gyan Doshi for a suggestion.
Signed-Off-By: Steven Liu <lq@chinaffmpeg.org>
6 years ago
Steven Liu
14c58c6aca
Revert "doc/filters: update URL for sr filter script repository"
...
This reverts commit c2771bbf81
.
6 years ago
Gyan Doshi
c2771bbf81
doc/filters: update URL for sr filter script repository
...
Thanks to Steven Liu for the update.
6 years ago
Paul B Mahol
7990df05f7
doc/filters: mention obvious operation, for our always clueless users
6 years ago
Paul B Mahol
f49cec2ba8
avfilter: add asr filter
6 years ago
Paul B Mahol
8ef163ba9e
avfilter: add xmedian filter
6 years ago
Gyan Doshi
21832b93d5
doc/filters: add scale2ref example for proportional scaling
6 years ago
Paul B Mahol
f1c9d6fe70
avfilter/vf_chromahold: implement blend option
6 years ago
Gyan Doshi
dcc999819d
doc/filters: mention drawtext command support
6 years ago
Paul B Mahol
59fb8cae5e
avfilter: add colorhold filter
...
Fixes #7671 .
6 years ago
Gyan Doshi
a0328f05dc
doc/filters: layout requirements for xstack
6 years ago
Paul B Mahol
38baaa1617
avfilter/vf_vibrance: add alternate option
6 years ago
Moritz Barsnick
98541f7032
avfilter/f_realtime: add option to scale speed
6 years ago
Martin Vobruba
093a504414
avfilter/avf_showwaves: Add draw mode also to showwavespic filter
...
See commit a8c2d375ca
6 years ago
Paul B Mahol
ce774e30ff
avfilter/avf_showspectrum: add log scale for frequency plot
6 years ago
Paul B Mahol
c2f305ca17
avfilter: add audio soft clip filter
6 years ago
Paul B Mahol
1e01f66822
avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point audio too
6 years ago
Paul B Mahol
e1e0f94dc9
avfilter/af_surround: add angle option
6 years ago
Paul B Mahol
4a69b18242
avfilter/af_surround: export more channel's in/out gains
6 years ago