mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-22 07:13:20 +00:00
deshake: nicer looking defaults
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0cc2ed4a20
commit
2cdb5e1986
@ -333,7 +333,7 @@ static av_cold int init(AVFilterContext *ctx, const char *args, void *opaque)
|
||||
|
||||
deshake->rx = 16;
|
||||
deshake->ry = 16;
|
||||
deshake->edge = FILL_BLANK;
|
||||
deshake->edge = FILL_MIRROR;
|
||||
deshake->blocksize = 8;
|
||||
deshake->contrast = 125;
|
||||
deshake->search = EXHAUSTIVE;
|
||||
|
Loading…
Reference in New Issue
Block a user