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 B690A43891 for ; Thu, 1 Sep 2022 18:43:29 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C300868BAC3; Thu, 1 Sep 2022 21:43:24 +0300 (EEST) Received: from mail-lf1-f48.google.com (mail-lf1-f48.google.com [209.85.167.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5B75168BA88 for ; Thu, 1 Sep 2022 21:43:18 +0300 (EEST) Received: by mail-lf1-f48.google.com with SMTP id w8so16662291lft.12 for ; Thu, 01 Sep 2022 11:43:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berkeley.edu; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=kS5cJnjFLxhdZ9dDO0wGYPsEApvF663fF3BztktU/yA=; b=QvGI1f9zbhXsKBFzjCDqnEuqBhI4G1e1o0anIygbpJZHua8AWDaxIIWpOFZZgnqy3U EeYmi7sOZNYJMIOWrUEDJSSNOiffry/+5ZmHQVxlrJWwAN40s5R8otiA5p7ImdPBcoYx qYwQmM2JYsIeqNc7iGBGXz60P3BZ0YKt2PLJ62ghTPM3vm6Oc1zQ1Co6RxO5WLAdqGhU TVe21pzb4N9wNHGoqW8dlgkk773/JyYrSRNp34CkmBZP4f5NeyZcFW4+Aa/L/pl4aoca 9QtM3UhE5xdSZLeHIaCm7P3C8LxpUAvBR3B5CNOONRqGcTjU3qaw+/FKIngFnuFNl6yQ El/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=kS5cJnjFLxhdZ9dDO0wGYPsEApvF663fF3BztktU/yA=; b=SlHnWPAocZcQ9bIy8S+DDWBSMpfHgq4hPFMpphdyu5Z6ra5S+Y7vzheRMI1cpu5QrP QOXvhY1Hs++aMWUXELtRQJht3pl82s5t8I9uhT4+pTdWJXd6SMsVtJ/7Uea0qzOaHOg/ JHh9u9MlDyc33dcJF9ERhu5p0FTkx3Ibhj9yqDhgNJIxNQvNE9WJddy/Me/FJPft2vpl W29qOVtBzsgv5KNDdRIr/VehNTGmXfufgqE56xihr1fg0GeooRMECqRmvHP+relm4z1Y sKE9nhYsdGpSCQVHwXtRfN3K32VgcZGMJMi544TGfZY5MYrVLTBhQtUnboKr48wW8keB wOSA== X-Gm-Message-State: ACgBeo27LkSGF9vE5DSKmCf84GvbqQBY4ZSnpBnoenKnDZQc2DqPxlAj 63WKLfMdvQp2nRpDRgxNIfpLO25Yv2cPaFH5FeH+4R4w X-Google-Smtp-Source: AA6agR6Jfrgh/qRNzPBqQCgTXPJVcaM06SPdIUch3Ln8BVY1wf2vpX26byAbofAAmnIzeWqrdxQ51uscqWvcHdkiRQ4= X-Received: by 2002:a05:6512:3f27:b0:494:9797:6c3d with SMTP id y39-20020a0565123f2700b0049497976c3dmr1955096lfa.123.1662057796928; Thu, 01 Sep 2022 11:43:16 -0700 (PDT) MIME-Version: 1.0 References: <20220831230918.1736362-1-chemag@gmail.com> <20220831230918.1736362-2-chemag@gmail.com> In-Reply-To: From: Chema Gonzalez Date: Thu, 1 Sep 2022 11:43:05 -0700 Message-ID: To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec debug mode 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: "Ronald S. Bultje" 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: Hi Paul, Can you please describe how you can get the MV values? Thanks, -Chema On Thu, Sep 1, 2022 at 10:52 AM Paul B Mahol wrote: > > On Thu, Sep 1, 2022 at 5:06 PM Chema Gonzalez wrote: > > > Hi, > > > > All the other debug modes (qp, skip, mb_type) use the same approach. > > > > > This adds to much code for something that is already possible. > > > > -Chema > > > > > > On Thu, Sep 1, 2022 at 6:30 AM Ronald S. Bultje > > wrote: > > > > > > Hi, > > > > > > On Wed, Aug 31, 2022 at 7:10 PM Chema Gonzalez wrote: > > >> > > >> Add a new debug mode ("motion_vec") that prints the values of the > > >> motion vectors (MV). > > > > > > > > > Isn't this super-hacky? In a well-designed system, a codec might export > > its MVs using designated structs (which we already have) and then use these > > structs to print it in a codec-agnostic way using a filter (which IIRC we > > already have?). > > > > > > Ronald > > _______________________________________________ > > 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".