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 42089426F0 for ; Tue, 22 Mar 2022 17:35:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D3CEE68B008; Tue, 22 Mar 2022 19:35:30 +0200 (EET) Received: from mail-oa1-f41.google.com (mail-oa1-f41.google.com [209.85.160.41]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B685868AA63 for ; Tue, 22 Mar 2022 19:35:24 +0200 (EET) Received: by mail-oa1-f41.google.com with SMTP id 586e51a60fabf-dacc470e03so2383140fac.5 for ; Tue, 22 Mar 2022 10:35:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=eA9/8ve5joaLB5PESkhRQeN6UVBXWUvNPtsYz6pQkNA=; b=F2t2J5+5mX5Tl8/xCelFZFUVpe2akOstSg2iDy+LOVo81XP6DPARgCtMaZ54+i32rr vwit9p0Txc97f+w09Kh9euI0FQjmMqxTPnw31CgcnWlUZygSHu+scsOeeMAuLFmXKgWv LC7okf2RtIWh8ppBVEMtb+ws0gy4lnmBSS+CplIa8SakhCAGPbfpJTlx61sc+3KoGkJj NABsR/3i6u+pKxYgrHsA2Q6stslUMsSIYFHonaCqiogvb2eORVHsp7fKAJ/zYtcLDhLU /TA93HBnCtr1dOfPI8+keokRS2l05lc1+oWXv42RQoaARaTMgvzKj4P09PQb9NxneSF3 ZUAA== 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=eA9/8ve5joaLB5PESkhRQeN6UVBXWUvNPtsYz6pQkNA=; b=RIRQUoF1MF3QUlX6nhVeXGsLNYLZ0W/o19sPTFAC5MS79q28TnZjho3xuy1pnXRQOf d2bgeoZUoQ1v3mD2F3OqEkokWvkUmlbhnHtz6+v18Bz4qX6hVF2O2f59/EypI0aFlFrv wxf3ot+u7L5r7G5hoCdpdR1hdozTKEr8vUqPl9XUpQ2cAOueCOP5CjD0Zmi2bVDAPlct UXnewnP3WaRfiODGUhex2Yd1f1odKDpIZ2QQFPLkV8G4pblAaHnv5vke0mC/aQXTFb5Y bAm2MWM3yPp3hZ5rObt00K64BUtMqBrlQUDYbCJgujmESc6JVPMiDwBIstOcmDYlUzdq ThCQ== X-Gm-Message-State: AOAM531UiraV2dK+YUbcQcPQu4S930sYPWfLCRexFmVTjo5ogcpo/u8V IMxoseaaaNxAKfyATe9M+07UbpPDf489T/8W6KPekoRpBlk= X-Google-Smtp-Source: ABdhPJy2HbzXnYVRDyj/SmxQVYyea8EZHsHHQlKoPIEiUceGWxV2PMTP8iNdRVtHJ6jX3HNk6r/86OJZ/X8H2V83EVY= X-Received: by 2002:a05:6870:e99e:b0:da:73d8:51b6 with SMTP id r30-20020a056870e99e00b000da73d851b6mr2276590oao.144.1647970521491; Tue, 22 Mar 2022 10:35:21 -0700 (PDT) MIME-Version: 1.0 References: <20220313153133.47041-1-hydra3333@gmail.com> In-Reply-To: From: Dennis Mungai Date: Tue, 22 Mar 2022 20:35:10 +0300 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] Add and use cli options for v4l2 encoder=h264_v4l2m2m 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 Sun, 13 Mar 2022 at 18:34, wrote: > Well, let's try to submit a patch and see how it fares. > > > Add commandline options to v4l2_m2m_enc (h264_v4l2m2m only) > and use those to configure options for the h264_v4l2m2m encoder. > Uses AVOption options to filter for valid options per v4l2 spec. > For h264 it adds spec-compliant: > -profile (high is max accepted by Raspberry Pi) > -level (4.2 is max accepted by Raspberry Pi) > -rc (Bitrate mode, VBR or CBR or CQ) > -shm