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 D4FC642ABC for ; Tue, 12 Apr 2022 18:52:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 391E668B39C; Tue, 12 Apr 2022 21:52:11 +0300 (EEST) Received: from mail-qk1-f170.google.com (mail-qk1-f170.google.com [209.85.222.170]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 17E4A68B26F for ; Tue, 12 Apr 2022 21:52:05 +0300 (EEST) Received: by mail-qk1-f170.google.com with SMTP id b189so14505212qkf.11 for ; Tue, 12 Apr 2022 11:52:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=cN+hfrYXHtb3DPtUaU79yhjEJSuGuqYMr4U0kH/68VM=; b=D8yIBL9DBGlk96ZndASQcmRKsPXOLWJQDTUwJkDWirr4qC13xZnVkuR1pcdKvuhX9b FbRRAEnSN5EoceSVmdlyeHEwTT6m0e6DO/k2JnMIJBl+bRi/8nBn4l2lFA3j7L0V5CMU 2nRpaXhQdccc0cvOzTKtXjBIf/ffsTtftYveTd17ygnOVW9MQV1no6/kOs4YlTRnUCFH 8LlqK+eRHEzmyBzrDtpyAd8vp+cCorsH4qGIL7hBxsfQD78Mm+N4WBEvO8rmvztwIRDR 3a9vcY51qzGA25WHklnlgDGqU574DV/FZemNUQZjoNYZ52vH88/DRRkSdoCDU8iQSiQM cthw== X-Gm-Message-State: AOAM533yMW4FN3DuG8dtJO+haAvKNKrG3HHOyL21ZLUiezKdYUWZFXGL wBS3OCzHlOddrkizexdqShS1Mi9HKVkwHQ== X-Google-Smtp-Source: ABdhPJznsuOeHhdSaf6ESZhFHvQr+RA1cZyZkPWK+4XToKRZUZCkggUrsnt49kNoPa56jjbs0ParOg== X-Received: by 2002:a37:bbc4:0:b0:69b:db2c:c962 with SMTP id l187-20020a37bbc4000000b0069bdb2cc962mr4190146qkf.565.1649789523427; Tue, 12 Apr 2022 11:52:03 -0700 (PDT) Received: from mail-yb1-f171.google.com (mail-yb1-f171.google.com. [209.85.219.171]) by smtp.gmail.com with ESMTPSA id q71-20020a37a74a000000b0069c1625250fsm4542503qke.79.2022.04.12.11.52.03 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 12 Apr 2022 11:52:03 -0700 (PDT) Received: by mail-yb1-f171.google.com with SMTP id j2so34806432ybu.0 for ; Tue, 12 Apr 2022 11:52:03 -0700 (PDT) X-Received: by 2002:a05:6902:727:b0:641:c583:df4b with SMTP id l7-20020a056902072700b00641c583df4bmr811645ybt.592.1649789522778; Tue, 12 Apr 2022 11:52:02 -0700 (PDT) MIME-Version: 1.0 References: <20220409192111.389134-1-onemda@gmail.com> In-Reply-To: From: Tristan Matthews Date: Tue, 12 Apr 2022 14:51:51 -0400 X-Gmail-Original-Message-ID: Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] avfilter: add Audio Video Sync Test filter 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 Tue, Apr 12, 2022 at 2:05 PM Paul B Mahol wrote: > On Tue, Apr 12, 2022 at 7:43 PM Tristan Matthews > wrote: > > > Hi, > > > > On Mon, Apr 11, 2022 at 2:02 PM Paul B Mahol wrote: > > > > > On Sat, Apr 9, 2022 at 9:21 PM Paul B Mahol wrote: > > > > > > > > > > > will apply soon > > > > > > > > > > > > > Forgot to apply, will apply in next 24h. > > > > > > > Am I missing something obvious or is there a default that's maybe not > set? > > Getting: > > ./ffmpeg_g -loglevel debug -y -t 5 -hide_banner -f lavfi -i avsynctest -f > > mp4 avsync.mp4 > > [lavfi @ 0x55e4454c37c0] Output pad "video" with type video of the > filter > > instance "Parsed_avsynctest_0" of avsynctest not connected to any > > destination > > avsynctest: Invalid argument > > > > whereas the equivalent works with e.g., testsrc > > > > Filter have 2 outputs, unlike other filters with single output. > > Need to specify that 2nd output is also output with [out1] > > Oh cheers, this worked: avsynctest=[out0][out1] > > _______________________________________________ > > 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". > _______________________________________________ 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".