<h1>Donate to FFmpeg</h1>

<p class="with-icon">
  <span class="pull-left" style="color: #e55"><i class="fa fa-heart fa-5x"></i></span>
  Donations will be used to fund expenses related to development
  (e.g. to cover equipment and server maintenance costs), to sponsor bug
  fixing, feature development, the participation or organization of
  meetings and events in the project interest area, and to support
  internal development or educational projects or any other activity
  promoting FFmpeg.
</p>

<br><br>

<div class="row">
  <div class="col-md-3">
    <div class="well">
      <h3>PayPal</h3>
      <p>Via Software in the Public Interest</p><br><br>
      <div class="text-center">
        <a class="btn btn-success btn-lg"
           href="https://www.spi-inc.org/projects/ffmpeg/">PayPal</a><br><br>
      </div>
    </div> <!-- well -->
  </div> <!-- col -->
  <div class="col-md-3">
    <div class="well">
      <h3>Credit card</h3>
      <p>Visa, MasterCard or Discovery</p><br><br>
      <div class="text-center">
        <a class="btn btn-success btn-lg"
           href="https://co.clickandpledge.com/advanced/default.aspx?wid=56226">
          Click&amp;Pledge</a><br><br>
      </div>
    </div> <!-- well -->
  </div> <!-- col -->
  <div class="col-md-3">
    <div class="well">
      <h3>Check or Money Order</h3>
      <p>US Dollars only</p><br><br>
      <div class="text-center">
        <a class="btn btn-success btn-lg"
           href="https://www.spi-inc.org/donations/">
          Use SPI</a><br><br>
      </div>
    <p class="with-icon">
      <span class="pull-left"><i class="fa fa-warning fa-3x"></i></span>
      Don't forget to specify that your donation is for FFmpeg!
    </p>
    </div> <!-- well -->
  </div> <!-- col -->
  <div class="col-md-3">
    <div class="well">
      <h3>Github sponsors</h3>
      <div class="text-center">
        <iframe src="https://github.com/sponsors/FFmpeg/button" title="Sponsor FFmpeg" height="32" width="114" style="border: 0; border-radius: 6px;"></iframe>
        <br><br>
      </div>
    </div> <!-- well -->
  </div> <!-- col -->
</div> <!-- row -->

<br><br>

<h1>Donate to individual developers</h1>

<p class="with-icon">
  <span class="pull-left" style="color: #e55"><i class="fa fa-heart fa-5x"></i></span>
  Donations in this section go directly to the selected individual developer as a personal gift. They are independent of the project's general funds and may be used entirely at the developer's own discretion. By donating here, you are expressing appreciation and support for the developer's work and past contributions, without attaching the donation to any specific purpose, deliverable, or service.
</p>

<br><br>

<div class="row">
  <div class="col-md-4">
    <div class="well">
      <h3>Michael Niedermayer</h3>
      <p>
        Releases, Security fixes
      </p>
        <div class="text-center">
        <a class="btn btn-success btn-lg"
           href="https://paypal.me/niedermayermichael">PayPal</a><br><br>
        <div class="text-center">
        <span onclick="revealAndCopy('emn')">
          <img src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg" alt="Ethereum" width="32" height="32">
          <img src="https://upload.wikimedia.org/wikipedia/commons/4/4a/Circle_USDC_Logo.svg" alt="USDC" width="32" height="32">
        </span>
        <span onclick="revealAndCopy('bmn')">
          <img src="https://upload.wikimedia.org/wikipedia/commons/4/46/Bitcoin.svg" alt="Bitcoin" width="32" height="32">
        </span><br>
        <span id='emn'>0x688233B52Df5fcf563c8181b576728619567DFbb</span><br>
        <span id='bmn'>bc1q55est04pzyvf0yezf2h7a98m72aunrxdt24jt8</span><br>
      </div>
    </div> <!-- well -->
  </div> <!-- col -->
</div> <!-- row -->


<script>
function revealAndCopy(id) {
  var c = document.getElementById(id);

  c.style.display = c.style.display === "none" ? "block" : "none";

  navigator.clipboard.writeText(c.innerHTML);
}

document.getElementById("emn").style.display = "none";
document.getElementById("bmn").style.display = "none";
</script>

<div class="row">
  <div class="col-md-offset-4 col-md-8">
  </div>
</div>

