* [FFmpeg-devel] [PATCH v2] web: Add funding.json
@ 2025-08-29 15:21 Michael Niedermayer via ffmpeg-devel
2025-08-29 17:13 ` [FFmpeg-devel] " Vittorio Giovara via ffmpeg-devel
0 siblings, 1 reply; 2+ messages in thread
From: Michael Niedermayer via ffmpeg-devel @ 2025-08-29 15:21 UTC (permalink / raw)
To: FFmpeg development discussions and patches; +Cc: Michael Niedermayer
See: https://fundingjson.org/
See: https://floss.fund/
Based on: https://www.python.org/funding.json and the example from fundingjson.org
It is put in the web repository so its all on the plain ffmpeg.org domain otherwise extra files are needed
---
htdocs/funding.json | 126 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 126 insertions(+)
create mode 100644 htdocs/funding.json
diff --git a/htdocs/funding.json b/htdocs/funding.json
new file mode 100644
index 0000000..42664c7
--- /dev/null
+++ b/htdocs/funding.json
@@ -0,0 +1,126 @@
+{
+ "version": "v1.0.0",
+
+ "entity": {
+ "type": "group",
+ "role": "owner",
+ "name": "FFmpeg",
+ "email": "ffmpeg-devel@ffmpeg.org",
+ "description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.",
+ "webpageUrl": {
+ "url": "https://ffmpeg.org/"
+ }
+ },
+
+ "projects": [{
+ "guid": "ffmpeg",
+ "name": "FFmpeg",
+ "description": "FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines have created. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards committee, the community or a corporation. It is also highly portable: FFmpeg compiles, runs, and passes our testing infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs, Solaris, etc. under a wide variety of build environments, machine architectures, and configurations.",
+ "webpageUrl": {
+ "url": "https://ffmpeg.org/"
+ },
+ "repositoryUrl": {
+ "url": "https://ffmpeg.org/download"
+ },
+ "licenses": ["spdx:LGPL-2.1-or-later", "spdx:GPL-2.0-or-later"],
+ "tags": ["audio", "graphics"]
+ }],
+
+ "funding": {
+ "channels": [{
+ "guid": "ffmpeg-spi",
+ "type": "other",
+ "address": "https://ffmpeg.org/donations.html",
+ "description": "Paypal, CreditCard, Check, Money Order"
+ },{
+ "guid": "ffmpeg-spi-bank",
+ "type": "bank",
+ "address": "Please email us for payment details.",
+ "description": "Bank transfer"
+ }
+ ],
+
+ "plans": [{
+ "guid": "ffmpeg-individual",
+ "status": "active",
+ "name": "FFmpeg individual",
+ "description": "Pay as much or as little as you want",
+ "amount": 0,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi"]
+ },{
+ "guid": "visionary",
+ "status": "active",
+ "name": "Visionary Sponsor",
+ "amount": 155000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "sustainability",
+ "status": "active",
+ "name": "Sustainability Sponsor",
+ "amount": 95000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "maintaining",
+ "status": "active",
+ "name": "Maintaining Sponsor",
+ "amount": 63000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "contributing",
+ "status": "active",
+ "name": "Contributing Sponsor",
+ "amount": 33000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "supporting",
+ "status": "active",
+ "name": "Supporting Sponsor",
+ "amount": 16500,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "partner",
+ "status": "active",
+ "name": "Partner Sponsor",
+ "amount": 11000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ },{
+ "guid": "participating",
+ "status": "active",
+ "name": "Participating Sponsor",
+ "amount": 4000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi", "ffmpeg-spi-bank"]
+ },{
+ "guid": "associate",
+ "status": "active",
+ "name": "Associate Sponsor",
+ "amount": 1500,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi", "ffmpeg-spi-bank"]
+ },{
+ "guid": "ffmpeg-maintainer",
+ "status": "active",
+ "name": "Sponsor a full time maintainer and patch reviewer",
+ "amount": 100000,
+ "currency": "USD",
+ "frequency": "yearly",
+ "channels": ["ffmpeg-spi-bank"]
+ }]
+ }
+}
--
2.50.1
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 2+ messages in thread
* [FFmpeg-devel] Re: [PATCH v2] web: Add funding.json
2025-08-29 15:21 [FFmpeg-devel] [PATCH v2] web: Add funding.json Michael Niedermayer via ffmpeg-devel
@ 2025-08-29 17:13 ` Vittorio Giovara via ffmpeg-devel
0 siblings, 0 replies; 2+ messages in thread
From: Vittorio Giovara via ffmpeg-devel @ 2025-08-29 17:13 UTC (permalink / raw)
To: FFmpeg development discussions and patches
Cc: Michael Niedermayer, Vittorio Giovara
On Fri, Aug 29, 2025 at 5:23 PM Michael Niedermayer via ffmpeg-devel <
ffmpeg-devel@ffmpeg.org> wrote:
> See: https://fundingjson.org/
> See: https://floss.fund/
>
> Based on: https://www.python.org/funding.json and the example from
> fundingjson.org
>
> It is put in the web repository so its all on the plain ffmpeg.org domain
> otherwise extra files are needed
> ---
> htdocs/funding.json | 126 ++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 126 insertions(+)
> create mode 100644 htdocs/funding.json
>
> diff --git a/htdocs/funding.json b/htdocs/funding.json
> new file mode 100644
> index 0000000..42664c7
> --- /dev/null
> +++ b/htdocs/funding.json
> @@ -0,0 +1,126 @@
> +{
> + "version": "v1.0.0",
> +
> + "entity": {
> + "type": "group",
> + "role": "owner",
> + "name": "FFmpeg",
> + "email": "ffmpeg-devel@ffmpeg.org",
> + "description": "FFmpeg is the leading multimedia framework, able
> to decode, encode, transcode, mux, demux, stream, filter and play pretty
> much anything that humans and machines have created. It supports the most
> obscure ancient formats up to the cutting edge. No matter if they were
> designed by some standards committee, the community or a corporation. It is
> also highly portable: FFmpeg compiles, runs, and passes our testing
> infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs,
> Solaris, etc. under a wide variety of build environments, machine
> architectures, and configurations.",
> + "webpageUrl": {
> + "url": "https://ffmpeg.org/"
> + }
> + },
> +
> + "projects": [{
> + "guid": "ffmpeg",
> + "name": "FFmpeg",
> + "description": "FFmpeg is the leading multimedia framework, able
> to decode, encode, transcode, mux, demux, stream, filter and play pretty
> much anything that humans and machines have created. It supports the most
> obscure ancient formats up to the cutting edge. No matter if they were
> designed by some standards committee, the community or a corporation. It is
> also highly portable: FFmpeg compiles, runs, and passes our testing
> infrastructure FATE across Linux, Mac OS X, Microsoft Windows, the BSDs,
> Solaris, etc. under a wide variety of build environments, machine
> architectures, and configurations.",
> + "webpageUrl": {
> + "url": "https://ffmpeg.org/"
> + },
> + "repositoryUrl": {
> + "url": "https://ffmpeg.org/download"
> + },
> + "licenses": ["spdx:LGPL-2.1-or-later", "spdx:GPL-2.0-or-later"],
> + "tags": ["audio", "graphics"]
> + }],
> +
> + "funding": {
> + "channels": [{
> + "guid": "ffmpeg-spi",
> + "type": "other",
> + "address": "https://ffmpeg.org/donations.html",
> + "description": "Paypal, CreditCard, Check, Money Order"
> + },{
> + "guid": "ffmpeg-spi-bank",
> + "type": "bank",
> + "address": "Please email us for payment details.",
> + "description": "Bank transfer"
> + }
> + ],
> +
> + "plans": [{
> + "guid": "ffmpeg-individual",
> + "status": "active",
> + "name": "FFmpeg individual",
> + "description": "Pay as much or as little as you want",
> + "amount": 0,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi"]
> + },{
> + "guid": "visionary",
> + "status": "active",
> + "name": "Visionary Sponsor",
> + "amount": 155000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "sustainability",
> + "status": "active",
> + "name": "Sustainability Sponsor",
> + "amount": 95000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "maintaining",
> + "status": "active",
> + "name": "Maintaining Sponsor",
> + "amount": 63000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "contributing",
> + "status": "active",
> + "name": "Contributing Sponsor",
> + "amount": 33000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "supporting",
> + "status": "active",
> + "name": "Supporting Sponsor",
> + "amount": 16500,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "partner",
> + "status": "active",
> + "name": "Partner Sponsor",
> + "amount": 11000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + },{
> + "guid": "participating",
> + "status": "active",
> + "name": "Participating Sponsor",
> + "amount": 4000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi", "ffmpeg-spi-bank"]
> + },{
> + "guid": "associate",
> + "status": "active",
> + "name": "Associate Sponsor",
> + "amount": 1500,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi", "ffmpeg-spi-bank"]
> + },{
> + "guid": "ffmpeg-maintainer",
> + "status": "active",
> + "name": "Sponsor a full time maintainer and patch reviewer",
> + "amount": 100000,
> + "currency": "USD",
> + "frequency": "yearly",
> + "channels": ["ffmpeg-spi-bank"]
> + }]
> + }
> +}
> --
For as long as this project actively pursues hostile takeovers that violate
the spirit of open source contributions and apply a revisionist take to any
negative history, I don't think any funding scheme should be authorized.
The existing FUNDING.json should be deleted since it was pushed without
formal approval.
--
Vittorio
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-29 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-29 15:21 [FFmpeg-devel] [PATCH v2] web: Add funding.json Michael Niedermayer via ffmpeg-devel
2025-08-29 17:13 ` [FFmpeg-devel] " Vittorio Giovara via ffmpeg-devel
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git