summaryrefslogtreecommitdiff
path: root/doc/filters.texi
Commit message (Collapse)AuthorAge
* avfilter/setpts: add FR shorthand for FRAME_RATEGyan Doshi2018-07-07
|
* doc/filters: state negate filter's optionGyan Doshi2018-07-05
| | | | Also clarify that the negate_alpha option is a boolean
* lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy2018-06-14
|
* doc/filters: change subtitles example to hint at correct color syntaxGyan Doshi2018-06-09
| | | | libass changed their color syntax in 2015 to TBGR
* doc/filters: mention required compile options for some filtersLou Logan2018-06-04
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-04
| | | | | | | | | | | | HMS is formatted as HH:MM:SS.mmm, but, HH part is not limited to 24 hours. For example, the the drawn text may look like this: 243029:20:30.342. To present the timestamp in more readable and user friendly format, this patch provides an additional option to limit the hour part in the range 0-23. Note: Actually the above required format can be obtained with format options 'localtime' and 'gmtime', but, milliseconds part is not supported in those formats.
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_aiir: draw IR frequency responsePaul B Mahol2018-05-30
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_afir: draw IR frequency responsePaul B Mahol2018-05-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-18
| | | | | | | Generates color bar test patterns based on EBU PAL recommendations. Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* avfilter: add aderivative and aintegral filterPaul B Mahol2018-05-16
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-10
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-03
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: add tmix examplesPaul B Mahol2018-04-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add amplify filterPaul B Mahol2018-04-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-28
| | | | | | | Use 0 for signaling that rdiv will be calculated from sum of all matrix elements. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_atadenoise: do not abort if user specified invalid sizePaul B Mahol2018-04-26
| | | | | | Update documentation with new size default. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_mix: add scale optionPaul B Mahol2018-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add tmix filterPaul B Mahol2018-04-26
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add deblock filterPaul B Mahol2018-04-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add lowshelf and highshelf filtersPaul B Mahol2018-04-17
| | | | | | | These are old bass and treble filters. Make bass and treble filters better at boosting. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_afir: make max IR length configurablePaul B Mahol2018-04-16
| | | | | | Also increase max allowed dry/wet value. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/showvolume : add persistent max displayMartin Vignali2018-04-16
| | | | draw a color line for the max level in the given duration
* avfilter/showvolume : add display scale optionMartin Vignali2018-04-16
| | | | linear (current behaviour) or log display (more close to classic audio meter)
* avfilter/af_headphone: add single hrir multichannel stream modePaul B Mahol2018-04-15
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_headphone: improve performance and reduce latencyPaul B Mahol2018-04-14
| | | | | | Remove not needed code. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add vfrdet filterPaul B Mahol2018-04-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: fix lenscorrection k1 & k2 typoLou Logan2018-04-12
| | | | | | | | 0 means no correction, not 0.5. Also document ranges and defaults for options. Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/filters: correct range for length in astats filterGyan Doshi2018-04-10
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: some more details and modified example to zmq/azmqBela Bodecs2018-04-05
| | | | | | | | | Info about default value of bind_address option and its abbreviated version (b). Example modified to have named instanced filter and to show its use. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu> Signed-off-by: Lou Logan <lou@lrcd.com>
* avfilter/af_amix: add weights optionPaul B Mahol2018-04-01
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showvolume: let fade be also exactly 0Paul B Mahol2018-03-31
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/avfilter/showvolume : fix doc for orientation paramMartin Vignali2018-03-31
| | | | possible value are h or v.
* doc/filter.texi: fix some spotted typosPaul B Mahol2018-03-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showvolume: implement basic rms metering modePaul B Mahol2018-03-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/filters: itemize channelmap examplesPaul B Mahol2018-03-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showwaves: add draw mode which controls how single sample is drawnPaul B Mahol2018-03-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/af_channelsplit: add channels optionPaul B Mahol2018-03-23
| | | | | | So user can pick which channels to extract. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showvolume: add background opacity optionPaul B Mahol2018-03-22
| | | | | | This makes output more visible when overlayed. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add orange graticulePaul B Mahol2018-03-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_waveform: add xflat modePaul B Mahol2018-03-21
| | | | | | Also use macros for xflat and aflat mode. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add drmeter audio filterPaul B Mahol2018-03-11
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_concat: add next commandBodecs Bela2018-03-01
| | | | | | | | | | This patch makes it possible to dinamically close the current segment and step to the next one by introducing command handling capabilities into the filter. This new feature is very usefull when working with real-time sources or live streams as source. Combinig usage with zmqsend tool you can interactively end the current segment and step to next one. Signed-off-by: Bela Bodecs <bodecsb@vivanet.hu>
* doc/filters: add links to ffmpeg-utils and ffmpeg documentationTobias Rapp2018-02-22
| | | | Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
* Add -vf scale example for making pixels squareTomas Härdin2018-02-21
| | | | This is a common use case.