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 35A7D44A5D for ; Tue, 4 Oct 2022 15:39:20 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AC11D68BC64; Tue, 4 Oct 2022 18:39:17 +0300 (EEST) Received: from relay6-d.mail.gandi.net (relay6-d.mail.gandi.net [217.70.183.198]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2EB9C68B7B2 for ; Tue, 4 Oct 2022 18:39:11 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 44536C000F for ; Tue, 4 Oct 2022 15:39:09 +0000 (UTC) Date: Tue, 4 Oct 2022 17:39:09 +0200 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20221004153909.GD2046395@pb2> References: <20221004095630.869044100EF@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20221004095630.869044100EF@natalya.videolan.org> Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] fftools/ffmpeg: drop the -async option 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-Type: multipart/mixed; boundary="===============2016177108666402263==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============2016177108666402263== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="11Y7aswkeuHtSBEs" Content-Disposition: inline --11Y7aswkeuHtSBEs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 04, 2022 at 09:56:29AM +0000, Anton Khirnov wrote: > ffmpeg | branch: master | Anton Khirnov | Tue Aug 30 = 11:14:13 2022 +0200| [3d86a13b47b726e49c2d780c5f723c290e8a36b4] | committer= : Anton Khirnov >=20 > fftools/ffmpeg: drop the -async option >=20 > It has been deprecated in favor of the aresample filter for almost 10 > years. >=20 > Another thing this option can do is drop audio timestamps and have them > generated by the encoding code or the muxer, but > - for encoding, this can already be done with the setpts filter > - for muxing this should almost never be done as timestamp generation by > the muxer is deprecated, but people who really want to do this can use > the setts bitstream filter >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3D3d86a13b4= 7b726e49c2d780c5f723c290e8a36b4 > --- >=20 > doc/ffmpeg.texi | 12 ------------ > fftools/ffmpeg.c | 2 +- > fftools/ffmpeg.h | 1 - > fftools/ffmpeg_filter.c | 10 ---------- > fftools/ffmpeg_mux.c | 3 +-- > fftools/ffmpeg_opt.c | 3 --- > 6 files changed, 2 insertions(+), 29 deletions(-) This breaks: =2E/ffmpeg -i ~/tickets/507/avdesync_cut.avi -bitexact -r 24000/1001 -t 145= -async 1 file1-old.avi The file is no longer AV-synced after this, and iam not sure the user will understand why its not warning or erroring out either [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many things microsoft did are stupid, but not doing something just because microsoft did it is even more stupid. If everything ms did were stupid they would be bankrupt already. --11Y7aswkeuHtSBEs Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYzxTmAAKCRBhHseHBAsP q5cqAJ9ulfnll14sTtLpqvhJJygd33d9JwCeM4dmQrha75CgM38vdx/3BmZApa4= =oT2l -----END PGP SIGNATURE----- --11Y7aswkeuHtSBEs-- --===============2016177108666402263== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============2016177108666402263==--