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 A6C3943EA2 for ; Tue, 16 Aug 2022 19:03:41 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 62F0068B92B; Tue, 16 Aug 2022 22:03:38 +0300 (EEST) Received: from relay8-d.mail.gandi.net (relay8-d.mail.gandi.net [217.70.183.201]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 1EFF068B6E8 for ; Tue, 16 Aug 2022 22:03:32 +0300 (EEST) Received: (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 5B5081BF204 for ; Tue, 16 Aug 2022 19:03:30 +0000 (UTC) Date: Tue, 16 Aug 2022 21:03:30 +0200 From: Michael Niedermayer To: ffmpeg-devel@ffmpeg.org Message-ID: <20220816190330.GB4098689@pb2> References: <20220813120131.9B07F411AF5@natalya.videolan.org> MIME-Version: 1.0 In-Reply-To: <20220813120131.9B07F411AF5@natalya.videolan.org> Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] fftools/ffmpeg: move stream-dependent starttime correction to transcode_init() 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="===============6920887852225210505==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============6920887852225210505== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="UHN/qo2QbUvPLonB" Content-Disposition: inline --UHN/qo2QbUvPLonB Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 13, 2022 at 12:01:30PM +0000, Anton Khirnov wrote: > ffmpeg | branch: master | Anton Khirnov | Tue Aug 9 = 09:51:25 2022 +0200| [86e9cef77ba8a1481a6b83fd73638f24b645bdb4] | committer= : Anton Khirnov >=20 > fftools/ffmpeg: move stream-dependent starttime correction to transcode_i= nit() >=20 > Currently this code is located in the discontinuity handling block, > where it does not belong. >=20 > > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=3Dcommit;h=3D86e9cef77= ba8a1481a6b83fd73638f24b645bdb4 > --- >=20 > fftools/ffmpeg.c | 40 ++++++++++++++++++++++------------------ > 1 file changed, 22 insertions(+), 18 deletions(-) This seems to change the output between "start_at_zero" and "": =2E/ffmpeg -i ~/tickets/3176/copyts_pictures_dup.ts -copyts -an -vcodec li= bx264 -profile:v baseline -r 25 -s 144x96 -b:v 200k -preset ultrafast -filt= er:v yadif -omit_video_pes_length 0 -f mpegts /tmp/before.ts =2E/ffmpeg -i ~/tickets/3176/copyts_pictures_dup.ts -copyts -start_at_zero = -an -vcodec libx264 -profile:v baseline -r 25 -s 144x96 -b:v 200k -preset u= ltrafast -filter:v yadif -omit_video_pes_length 0 -f mpegts /tmp/before-sa= z.ts 3409c03a6e6554cc61afcb1f43d452fe384522e1 /tmp/after-saz.ts 3409c03a6e6554cc61afcb1f43d452fe384522e1 /tmp/after.ts 3409c03a6e6554cc61afcb1f43d452fe384522e1 /tmp/before-saz.ts 2950e5d60c2386f0b73f0f73ed1dd1dee6a2a88e /tmp/before.ts not sure that was intended or not thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Why not whip the teacher when the pupil misbehaves? -- Diogenes of Sinope --UHN/qo2QbUvPLonB Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYvvp/QAKCRBhHseHBAsP qzW8AKCLqdKG1zHpmxAUUdQsFdtXLghOHwCffe/gySdg/89j3ekWnamKFRs4lp0= =J12I -----END PGP SIGNATURE----- --UHN/qo2QbUvPLonB-- --===============6920887852225210505== 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". --===============6920887852225210505==--