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 79EC34553C for ; Tue, 2 May 2023 15:36:42 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A8F2468C154; Tue, 2 May 2023 18:36:38 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9162968C138 for ; Tue, 2 May 2023 18:36:32 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 4321943DE7 for ; Tue, 2 May 2023 17:36:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1683041791; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=gF0mIS0thigY1FrmGSAkYPsu7FXV8wV53+xh+J45foY=; b=aNebIHD04LJ/OYje+Ab9Uk4c/NJ95h2LTjsmwJDwGFgVQSz0YNpFHI9crYzEdWlt9+Y5MJ PA/OGZwT5h8w800HyHJbQYdUibonYtrmM10C9+xSKCMZo3s/tMSzvlGTKfA4LFKKz/ggfw m4xCso8oJX98wOBhfQUADB9TvxD6XjaWSyzU79RzcfSKA7vWF2OKKvxzvpJ9quB3NCwkak ZNML9rXeK7iIB6QhcDcoePdKjy55ZIZTCNMEh/yFGbuBOCGKAOUZG3K9D7IP3/isysJbM8 mGSzQbYiN5FOdMf1L2+daT8GbSFjrjqHvBawB0w3wTmAGwDN3dsHPy7IkWc52w== Message-ID: <7dbd4844-61f8-716d-0eaa-316f5d708483@rothenpieler.org> Date: Tue, 2 May 2023 17:36:30 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 To: ffmpeg-devel@ffmpeg.org References: <20230502134316.10496-1-anton@khirnov.net> <20230502134316.10496-4-anton@khirnov.net> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20230502134316.10496-4-anton@khirnov.net> Subject: Re: [FFmpeg-devel] [PATCH 4/4] fftools/ffmpeg: deprecate -re 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: On 02.05.2023 15:43, Anton Khirnov wrote: > It is exactly equivalent to -readrate 1.0 > --- > Changelog | 1 + > doc/ffmpeg.texi | 2 +- > fftools/ffmpeg.h | 3 +++ > fftools/ffmpeg_demux.c | 5 +++++ > fftools/ffmpeg_opt.c | 4 +++- > 5 files changed, 13 insertions(+), 2 deletions(-) > > diff --git a/Changelog b/Changelog > index 2061aaf462..5feb4fd24e 100644 > --- a/Changelog > +++ b/Changelog > @@ -8,6 +8,7 @@ version : > - afireqsrc audio source filter > - arls filter > - ffmpeg CLI new option: -readrate_initial_burst > +- ffmpeg CLI option -re deprecated in favor of -readrate 1.0 Not sure if deprecating that option is a good idea. It's in A LOT of guides, and in a lot of peoples scripts. I see no harm in keeping it around as a shorthand for a common use of -readrate. _______________________________________________ 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".