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 08FAF40FC6 for ; Wed, 12 Oct 2022 06:35:44 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A240A68BD20; Wed, 12 Oct 2022 09:35:41 +0300 (EEST) Received: from mout-p-102.mailbox.org (mout-p-102.mailbox.org [80.241.56.152]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 7929168BCF6 for ; Wed, 12 Oct 2022 09:35:34 +0300 (EEST) Received: from smtp202.mailbox.org (smtp202.mailbox.org [IPv6:2001:67c:2050:b231:465::202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-102.mailbox.org (Postfix) with ESMTPS id 4MnNFH3Tlfz9sRx for ; Wed, 12 Oct 2022 08:35:31 +0200 (CEST) Message-ID: Date: Wed, 12 Oct 2022 12:05:18 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220927044056.2154-1-ffmpeg@gyani.pro> <166487469450.5794.1573716894675498755@lain.khirnov.net> From: Gyan Doshi In-Reply-To: <166487469450.5794.1573716894675498755@lain.khirnov.net> X-Rspamd-Queue-Id: 4MnNFH3Tlfz9sRx Subject: Re: [FFmpeg-devel] [PATCH] ffmpeg: fix implementation of updated input start time 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 2022-10-04 02:41 pm, Anton Khirnov wrote: > Quoting Gyan Doshi (2022-10-02 21:46:59) >> >> On 2022-09-27 10:10 am, Gyan Doshi wrote: >>> The current adjustment of input start times just adjusts the tsoffset. >>> And it does so, by resetting the tsoffset to nullify the new start time. >>> This leads to breakage of -copyts, ignoring of user_ts_offset, breaking >>> of -isync as well as breaking wrap correction. >>> >>> Fixed by taking cognizance of these parameters, and by correcting start >>> times just before sync offsets are applied. >> Comments? > sorry, was busy > > will look at this in a few days Ping. Regards, Gyan _______________________________________________ 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".