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 A0ED34547E for ; Mon, 30 Jan 2023 12:35:51 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2F86C68BD14; Mon, 30 Jan 2023 14:35:49 +0200 (EET) Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 78FFC68B640 for ; Mon, 30 Jan 2023 14:35:43 +0200 (EET) Received: by mail-vs1-f43.google.com with SMTP id k6so12301021vsk.1 for ; Mon, 30 Jan 2023 04:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=SQSMSQ06CsbNJsprMyWf5QILhbHA/qUEqxS2fuQnlSc=; b=LmjlrTAbIuuwFiuokpzraeqmP9csdMxlbJa504mOuzHUPR+DYf0z/rvup4xu6v2vrL K4q+QPrBynQOL17B/UuNlwNjIUA7ITOWP+6kEgeFDseMYDwE4QJR/1DeysHlm8+7Df+/ 5egioV1xRQHiQO5TVWnDVTPDXyT3KupW0PcKclRePm/ASFebyg5xVYVSWEVFW9oecczD cXb2q8Ym1glinWqLSrilLHGfp9SL45xxT2oQ8lImYmENm32zex58EXAN8D0Wj8VMXi6Y deIcn53fn1z+tsDZF2bAcE7hDxMIz7bBwly8+39qGZ9Ffs55f1CbxOI5JKEyKRUTXFs5 /elg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:references:in-reply-to:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SQSMSQ06CsbNJsprMyWf5QILhbHA/qUEqxS2fuQnlSc=; b=BYMbJcKXDc2MDN8js2GPegyFM9EO5QC9Ru7ZS1ifGQZSRFRecW7OHmRdYErzAyGZL+ qzH561xdTNrxqsyqlCexxeKW/kp0jVMqdrJZChXlWx9ZvVj5RnXZyQx46vtmtxqBM9qN GROf0jTcUqQJmp3woGz2FMYs/NnH2uOhR+v6uXboYYwbfCpNeJHvyGcB4+xk8RmL/PDS h4Kg06cmLrfLZe8nv+++MTvnePbcADHH5Q4bCB7j2Lm0B+8tWi0TkimRaULz9EVO9ipV 6GHVyOvvkOJ1qH9LOlZfqTGbOe0d9X/+MG8FXl+9yS4tnbeOBbje3VyBBcNAj8Psm3+y m88w== X-Gm-Message-State: AO0yUKWwYf/VqfL+zBIMiW9XKqU6B5o7+XXuBwHDhAKN6XDz13a4860L Ks7Ge9SqO56DjPdOnHQibbNk8W7PC1zBWBBAtvhMkpSB X-Google-Smtp-Source: AK7set+jvgBwJQ1sIGVsbtqbe2/9MbV+WxrrCr0pYcPl6rb8nfZ4uUlCFmEvZXOiG0fcxp+bzUEo2xf82Fn4F00bdEI= X-Received: by 2002:a67:b708:0:b0:3f2:b0b9:7612 with SMTP id h8-20020a67b708000000b003f2b0b97612mr841378vsf.36.1675082142247; Mon, 30 Jan 2023 04:35:42 -0800 (PST) MIME-Version: 1.0 Received: by 2002:a05:612c:2428:b0:32a:5eaa:92e4 with HTTP; Mon, 30 Jan 2023 04:35:41 -0800 (PST) In-Reply-To: References: From: Paul B Mahol Date: Mon, 30 Jan 2023 13:35:41 +0100 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH] frame durations for framesync 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: 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 1/30/23, Nicolas George wrote: > Paul B Mahol (12023-01-30): >> libavfilter support overlapping frames and frames with gaps, look into >> aresample filter and its async options. > > aresample is a very special case. And for audio filters, the duration is > carried by nb_samples, not duration. similar relates to video filters. > > -- > Nicolas George > _______________________________________________ > 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". > _______________________________________________ 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".