Paul B Mahol
8f222573e9
avfilter/f_sendcmd: add more useful variables
5 years ago
Guo, Yejun
e35f966853
avfilter/vf_dnn_processing.c: add frame size change support for planar yuv format
...
The Y channel is handled by dnn, and also resized by dnn. The UV channels
are resized with swscale.
The command to use espcn.pb (see vf_sr) looks like:
./ffmpeg -i 480p.jpg -vf format=yuv420p,dnn_processing=dnn_backend=tensorflow:model=espcn.pb:input=x:output=y -y tmp.espcn.jpg
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Reviewed-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Guo, Yejun
bd50453894
avfilter/vf_dnn_processing.c: add planar yuv format support
...
Only the Y channel is handled by dnn, the UV channels are copied
without changes.
The command to use srcnn.pb (see vf_sr) looks like:
./ffmpeg -i 480p.jpg -vf format=yuv420p,scale=w=iw*2:h=ih*2,dnn_processing=dnn_backend=tensorflow:model=srcnn.pb:input=x:output=y -y srcnn.jpg
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Reviewed-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
Jun Zhao
493f669efa
doc/filters: add missed framesync part in filter docs
...
Add missed framesync part in filter docs.
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago
Paul B Mahol
70209000fd
avfilter/f_sendcmd: implement expr flag
...
Make possible to parse expressions and store results as arguments
for target filters.
5 years ago
Paul B Mahol
580d68f90e
avfilter/vf_v360: add half equirectangular input format
5 years ago
Paul B Mahol
6e1913a02e
avfilter/vf_v360: add truncated square pyramid input format
5 years ago
Paul B Mahol
3dd81be866
avfilter/vf_v360: add truncated square pyramid output format
5 years ago
Paul B Mahol
b0a9960a77
avfilter/vf_v360: add barrel split format output support
5 years ago
Paul B Mahol
ad65a15328
doc/filters: split tblend from blend
5 years ago
Paul B Mahol
2e6db121a8
doc/filters: mention commands for v360 filter
5 years ago
Paul B Mahol
72b6c8c99f
avfilter: add Contrast Adaptive Sharpen video filter
5 years ago
Paul B Mahol
5fe6c6b8f4
avfilter/vf_remap: add fill color option
5 years ago
Paul B Mahol
1c6a91990d
avfilter: add pad opencl filter
5 years ago
Paul B Mahol
47773f7979
avfilter/vf_xmedian: implement percentile option
5 years ago
Paul B Mahol
28743f1803
avfilter/vf_median: implement percentile option
5 years ago
Paul B Mahol
cf92f42672
avfilter/vf_colorlevels: add support for commands
5 years ago
Paul B Mahol
52cd7a6337
avfilter/vf_colorkey: add support for commands
5 years ago
Paul B Mahol
283e755734
avfilter/vf_xfade: add diagonal smooth transitions
5 years ago
Paul B Mahol
3f24e744ad
avfilter/af_asoftclip: add support for commands
5 years ago
Paul B Mahol
3720153ffc
aviflter/vf_xfade: add pixelize transition
5 years ago
Paul B Mahol
e3e5598290
avfilter/vf_xfade: add dissolve transition
5 years ago
Paul B Mahol
ae5a435300
avfilter: add afirsrc filter
5 years ago
Paul B Mahol
2d58fa6d9e
avfilter/vf_xfade: add horzopen/close transition
5 years ago
Paul B Mahol
10f4441acb
avfilter/vf_xfade: add vertopen/close transition
5 years ago
Philip Langdale
88d2ccbe93
lavfi/vf_hwupload: Add support for HW -> HW transfers
...
As we find ourselves wanting a way to transfer frames between
HW devices (or more realistically, between APIs on the same device),
it's desirable to have a way to describe the relationship. While
we could imagine introducing a `hwtransfer` filter, there is
almost no difference from `hwupload`. The main new feature we need
is a way to specify the target device. Having a single device
for the filter chain is obviously insufficient if we're dealing
with two devices.
So let's add a way to specify the upload target device, and if none
is specified, continue with the existing behaviour.
We must also correctly preserve the sw_format on such a transfer.
5 years ago
Paul B Mahol
efee86fafa
avfilter/vf_xfade: add circleopen & circleclose transition
5 years ago
Paul B Mahol
cd823dadf9
avfilter: add xfade opencl filter
5 years ago
Paul B Mahol
84286789e6
doc/filters: fix tonemap_vaapi filter name in documentation
5 years ago
Paul B Mahol
69477e10f0
doc/filters: make filters order more consistent
5 years ago
Marton Balint
c044ac2071
avfilter/vf_geq: use per-thread AVExpr for expression evaluation
...
There was no consensus about separating AVExprState from AVExpr so here is a
minimal patch using the existing AVExpr to fix ticket #7528 .
Signed-off-by: Marton Balint <cus@passwd.hu>
5 years ago
Paul B Mahol
53b4128ea0
avfilter/vf_xfade: add smooth transitions
5 years ago
Paul B Mahol
113bae5985
doc/filters: improve xfade description and add one example
5 years ago
Michael Niedermayer
d4b05f31d8
doc/filters: Document geq *sum functions
...
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
5 years ago
Paul B Mahol
0a275fec62
avfilter/vf_xfade: add radial transition
5 years ago
Paul B Mahol
863accbefa
avfilter: add xfade filter
5 years ago
Paul B Mahol
8d861cd850
avfilter/vf_v360: add mask option, unset pixels are marked as transparent
5 years ago
Paul B Mahol
ec4f764249
avfilter/vf_v360: add tetrahedron format
5 years ago
Paul B Mahol
a3e67c2d2f
avfilter/vf_stack: add fill option for xstack
5 years ago
Paul B Mahol
103a29b89d
avfilter/vf_v360: add support for fisheye input format
5 years ago
Paul B Mahol
fc2523c792
avfilter/vf_v360: add support for input fov to input sg format
5 years ago
Paul B Mahol
003a9c619c
doc/filters: v360: cylindrical supports input
5 years ago
Paul B Mahol
19f75e7787
avfilter/vf_v360: add support for cylindrical input format
5 years ago
Paul B Mahol
e57b9aa8b1
avfilter/vf_v360: add support for flat input format
5 years ago
Gyan Doshi
38081acc01
doc/filters: clarify resampling and linear mode in loudnorm
5 years ago
Paul B Mahol
273886fa60
avfilter/asrc_anoisesrc: add velvet noise
5 years ago
Paul B Mahol
fdddc0d678
avfilter/vf_v360: add perspective output projection
5 years ago
Paul B Mahol
62a0d22621
avfilter/vf_v360: add gaussian interpolation
5 years ago
Paul B Mahol
aa42a1e6d7
avfilter/vf_v360: add spline16 interpolation
5 years ago
Jun Zhao
b3cfbd7194
doc/spp: Update spp command options docs
...
Update spp command options docs
Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
Suggested-by: Moritz Barsnick <barsnick@gmx.net>
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
5 years ago