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 935A24715E for ; Thu, 10 Aug 2023 12:13:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B2A0068C8AC; Thu, 10 Aug 2023 15:13:08 +0300 (EEST) Received: from mail-qv1-f50.google.com (mail-qv1-f50.google.com [209.85.219.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 9C43C68C685 for ; Thu, 10 Aug 2023 15:13:01 +0300 (EEST) Received: by mail-qv1-f50.google.com with SMTP id 6a1803df08f44-63d170a649eso5664426d6.3 for ; Thu, 10 Aug 2023 05:13:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1691669580; x=1692274380; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=b6wMlkhQeOQb3xGaURxiy8i0syA9Ard89uBBXLBFJc4=; b=tYLX5So0T8YXYe5q20lJZXRUr+0O+hOEWT4ASTEBPa7ucKkfcgxJWfcZGt9UWIqGyU vNvMVOBnQhjKTAPLyq/QiJMkTigtOF5FIObQm91haEAl6JMjrxD4fHiM84+FCeYqWn3o 9hp13n1rZsB3Fko8Q0HsHn0yISTmxRVpdkBH3Dxbs1pH02AfdbTNT4sTxvIQYzfzr3Hp zd4MI9C1FLw83AnskcBc6epwoeb6DhzWRN0ifeZilZoejRn/O1quy8duPmZgMDvYU6pp 7td/PjQO8zLoVXYftK3fLCi5E1UKcjN7ieFGZjHmu1+Hh2PX+I2pUOXUtL9mzba0uk1x HZng== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1691669580; x=1692274380; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=b6wMlkhQeOQb3xGaURxiy8i0syA9Ard89uBBXLBFJc4=; b=adR2qdnnEZ6fK4ErU9G5eJescJWVmc7iHHbTFaf+MhYZlxNSBO83MBBl+2Y6Tymltp Nd7lSvEAOTTWTdUNdO2vDmtWhJozEl3EJs2S6vewuBG7kdu5dYJ6XPWWCIIuaCoN4bv5 rzMF/5W50K4PqnkzcPlwfGcTHLCOdCUrd1vfMg+hdWEvLNMJy925Zzknh2mBxkp1yZEW x87blVyMjRP24RwZIjf/3Ym4QIqmU/IgUqMz3PgP7OgLkQY83BvA0klYOcOKOSpPnhEn RPYFIrv/sAgtqfyGIeVVWDz3NqiW/RtSIyzTAbhBiJ06eKoI11OUW/hTUK8ge7Ady/hU MTLw== X-Gm-Message-State: AOJu0YxrjebnQCozhqCKtpHDCBLhd1OA/tTZ0vf/cMRpLK76ygTpDUer E7RVCUJn+SZjm+MyBy9smR7nhwMBaQg4VeLbikWjtA== X-Google-Smtp-Source: AGHT+IH65O8y+kjRlvxxXvJUkwuZQE2ZiOC3ZZAdIOHEGrFnVP4DToQRKo3C4MTxEfTUXV3lma+IAFx/GmF0PPsL0Sk= X-Received: by 2002:a05:6214:5345:b0:63f:78bc:8675 with SMTP id kv5-20020a056214534500b0063f78bc8675mr2056956qvb.6.1691669579990; Thu, 10 Aug 2023 05:12:59 -0700 (PDT) MIME-Version: 1.0 References: <1690810686-4723-1-git-send-email-dheitmueller@ltnglobal.com> <1690810686-4723-3-git-send-email-dheitmueller@ltnglobal.com> In-Reply-To: From: Kieran Kunhya Date: Thu, 10 Aug 2023 08:12:50 -0400 Message-ID: To: Devin Heitmueller X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v4 2/4] mpegts: Stash original PTS for SCTE-35 sections for processing later 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 Cc: Kieran Kunhya , Devin Heitmueller , FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Wed, 9 Aug 2023, 12:37 Devin Heitmueller, < devin.heitmueller@ltnglobal.com> wrote: > eI have a separate patch which better tracks the > video PTS and uses that as the basis for specifying the SCTE-35 > timestamp value (and that's what I use in production). I will be > looking to submit that as a separate patch, but didn't want to muddy > the waters by introducing it in this patch series (where I'm not > trying to tackle that problem). > The (closest?) video PTS is even worse than the last PCR because the VBV means the closest PTS can be quite far from the interpolated PCR. Kieran > _______________________________________________ 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".