From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id BA94A46165 for ; Mon, 8 May 2023 13:43:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AEACA68C15F; Mon, 8 May 2023 16:43:19 +0300 (EEST) Received: from shout01.mail.de (shout01.mail.de [62.201.172.24]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 31D5568C129 for ; Mon, 8 May 2023 16:43:13 +0300 (EEST) Received: from postfix02.mail.de (postfix02.bt.mail.de [10.0.121.126]) by shout01.mail.de (Postfix) with ESMTP id D0A31A03CC for ; Mon, 8 May 2023 15:43:12 +0200 (CEST) Received: from smtp03.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix02.mail.de (Postfix) with ESMTP id B7641A03C3 for ; Mon, 8 May 2023 15:43:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1683553392; bh=IET4gRugg82t0EMSqsyl0gvQOb7hOH41tCAtZ6GnLt0=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=We+ZHEoE4s4D4Gjij+8bap5cqxeANfZFZPSvhBGEGnY1ekjrdOWEJcnO77Fwcxl2c nkbrSnKzwDeiNr+n1z3g0BsW81jlSQCucIpxgOnwppT11o3spznzodp19n3StBzgo5 eA2Pmc+aysx65A6f4muPKw8Bx8/2dDZj32uL5DRnQNkDV1dq5CL3jN3XHknt102cZX 2ORRmbFmJ77/xj1St03w5nHztt5uUxWqrmAPsTolgRm0bo/TrUlNSm63GZdoZoNQWP HcQdit9rNqE47m9y0wR3/IeBAMcbFXcuD5lL5nL4U5slJ5FA+/CpbB2aR9tFR69IK1 f2G+2hkp8ystA== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp03.mail.de (Postfix) with ESMTPSA id 868E7A0399 for ; Mon, 8 May 2023 15:43:12 +0200 (CEST) Message-ID: Date: Mon, 8 May 2023 15:43:12 +0200 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230508133205.19247-1-thilo.borgmann@mail.de> From: Thilo Borgmann In-Reply-To: <20230508133205.19247-1-thilo.borgmann@mail.de> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 300 X-purgate-ID: 154282::1683553392-4FFFF647-CE22B8BA/0/0 Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_mpdecimate: Add option to keep the first N similar frames before dropping X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Am 08.05.23 um 15:32 schrieb Thilo Borgmann: > This allows for decimating large similar portions of a video while preserving small ones. > --- > libavfilter/vf_mpdecimate.c | 19 +++++++++++++++++-- > 1 file changed, 17 insertions(+), 2 deletions(-) docs and micro bump in v2. -Thilo _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".