You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
deshake: nicer looking defaults
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user