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 C90324A8C8 for ; Thu, 18 Apr 2024 20:54:01 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8CE8B68D29A; Thu, 18 Apr 2024 23:53:59 +0300 (EEST) Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net [217.70.183.195]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2237768CDA6 for ; Thu, 18 Apr 2024 23:53:53 +0300 (EEST) Received: by mail.gandi.net (Postfix) with ESMTPSA id 4CDDC60003 for ; Thu, 18 Apr 2024 20:53:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc; s=gm1; t=1713473632; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=pCzDobfiLfHoxEvLfNbl1YolbtMpUoOC4cXZz2ayeaE=; b=S6f4Zz1Wc7ClrNuwuRlKrPz/r3zfCaIUCzo9cv3ezHNsAiqoPRESIaTYYsysZUNbRwYF9g HqOe1gbDnSKthnIqfjb90r0VScLk6wthQxgOHelqrVJal1qkCOzNVt4G5pXhGFkJlVs0Pu soJGrHFER9Knvup2SQyvCr40/lJ9KAeX8ftzsFdl4OJe+HFl8622hpDL4ss1fzEo+aP6dD uTSI+0HL4chIAyWXOLhGY9HIgL+ha5bq0RIHLstCpd4JTVboO+dOvNrZn7RzypTQdgzTvA G/iQAdLrvaOUPr5xX85iQ6n/DrNTrGsXMpkKqYno7IJB97Sh5DnXhCDHF/NDNA== Date: Thu, 18 Apr 2024 22:53:51 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20240418205351.GS6420@pb2> References: <20240417135832.GJ6420@pb2> <20240418160207.GB45500@haasn.xyz> MIME-Version: 1.0 In-Reply-To: <20240418160207.GB45500@haasn.xyz> X-GND-Sasl: michael@niedermayer.cc Subject: Re: [FFmpeg-devel] [RFC] 5 year plan & Inovation 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: multipart/mixed; boundary="===============5356375395905333874==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============5356375395905333874== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ZTykye1WkJA9goQM" Content-Disposition: inline --ZTykye1WkJA9goQM Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Apr 18, 2024 at 04:02:07PM +0200, Niklas Haas wrote: > On Wed, 17 Apr 2024 15:58:32 +0200 Michael Niedermayer wrote: > > Hi all > >=20 > > The pace of inovation in FFmpeg has been slowing down. > > Most work is concentarted nowadays on code refactoring, and adding > > support for new codecs and formats. > >=20 > > Should we > > * make a list of longer term goals > > * vote on them > > * and then together work towards implementing them > > ? > >=20 > > (The idea here is to increase the success of larger efforts > > than adding codecs and refactoring code) > > It would then also not be possible for individuals to object > > to a previously agreed goal. > > And it would add ideas for which we can try to get funding/grants for > >=20 > > (larger scale changes need consensus first that we as a whole want > > them before we would be able to ask for funding/grants for them) > >=20 > > Some ideas and why they would help FFmpeg: > >=20 > > * Switch to a plugin architecture > > (Increase the number of developers willing to contribute and reduce > > friction as the team and community grows) >=20 > This would almost surely hurt productivity i dont agree, ill elaborae below > as it will require exposing, > versioning, documenting and maintaining a vast number of internal APIs yes to some extend that is needed. It can be more or less depending on how things are implemented > which we are currently at the liberty of modifying freely. we are modifying these APIs for decades. That modification of APIs their documentation and all code using them costs time. More so we have issues with patch-management. And i claim this is not the mailing list but a lack of time and in some cases a lack of interrest in many areas. A plugin system moves this patch-management to people who actually care, that is the authors of the codecs and (de)muxers. Our productivity as is, is not good, many patches are ignored. The people caring about these patches are their Authors and yet they are powerless as they must sometimes wait many months for reviews Besides that, developers are leaving for various reasons and they are forced to setup full forks not being able to maintain their code in any other way. IMO A plugin system would improve productivity as everyone could work on their own terms. No week or month long delays and weekly pinging patches No risk about patches being rejected or ignored No need to read every other discussion on the ML. One can just simply work on their own plugin looking just at the API documentation =2E.. >=20 > > * ffchat > > (expand into realtime chat / zoom) this would > > bring in more users and developers, and we basically have almost > > all parts for it already but some people where against it >=20 > This seems like a user application on top of FFmpeg, not something that > should be part of FFmpeg core. Can you explain what modifications in > FFmpeg would be necessary for something like this? ffmpeg, ffplay, ffprobe are also user applications. >=20 > > * client side / in browser support > > (expand towards webapps, webpages using ffmpeg client side in the b= rowser) > > bring in more users and developers, and it will be costly for us > > if we let others take this area as its important and significant >=20 > I don't understand this point - don't all major browsers already vendor > FFmpeg for decoding? FFmpeg does more than decoding. >=20 > > * AI / neural network filters and codecs > > The future seems to be AI based. Future Filters and Codecs will use > > neural networks. FFmpeg can be at the forefront, developing these >=20 > We already have TensorFlow support, no? (vf_sr etc.) What more is > needed? more of that AND more convenience lets pick a comparission to run fate you write "make fate" if you want to do it with the samples its make fate-rsync ; make fate if you want to use vf_sr, its reading the docs, looking at some scripts rea= ding their docs and i presume selecting a training set ? creating a model ? .... how many people do that ? thx [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB I have often repented speaking, but never of holding my tongue. -- Xenocrates --ZTykye1WkJA9goQM Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZiGIXAAKCRBhHseHBAsP q1N8AKCXjaMCheK/qGs1Rc0WUhOa/CMQVgCfcvS+fVcCRjyTe1L4VB9Ff6nxCyU= =3TAj -----END PGP SIGNATURE----- --ZTykye1WkJA9goQM-- --===============5356375395905333874== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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". --===============5356375395905333874==--