• 0 Posts
  • 102 Comments
Joined 1 year ago
cake
Cake day: December 29th, 2023

help-circle
  • and that all requires organisation, and organisation isn’t free - in fact the structures required to organise things like that are more expensive than the cost actually spent on the problem … you don’t just up and build houses - that’s not how any of this works… ask anyone that’s built a house, and they’re not even doing it on a large scale where complexity goes up significantly, or dealing with distributing money in a manner that they have to makes sure their expenditures are justified rather than just being able to make decisions for themselves





  • i mean, mastodon has also been around for a while… i think there are other things that people have raised - relays being expensive etc - that make it less practically decentralised, however even if you have a single mastodon instance that doesn’t make mastodon not federated

    the potential is there for less centralisation than currently exists, because they’ve been quickly growing and want to control the roll-out (which is why they had closed sign ups for ages)… i don’t think that necessarily makes it bad - we will have to see how things progress

    worth noting too that there’s bridgy fed, so in the future if bsky becomes trash, it should be far easier for people to move to AP

    it’s at least a step up, with enough open that it’ll be easier to convince people to make good (ActivityPub) choices in the future - probably when we stop complaining about why everyone is rushing to bsky and start fixing the UX issues with the fediverse that led to them not using mastodon etc instead



  • i went to the mozilla donation page and sent a contact request about wanting to financially support firefox but not giving a damn about the rest of the AI and adtech slop that mozilla is doing

    here’s the response, for anyone that’s interested

    Thank you for taking the time to share your feedback with us. We genuinely value hearing from our supporters, as your insights help us understand what matters most to the Mozilla community.

    It’s important to note that the Mozilla Foundation and Mozilla Corporation are two separate entities within the Mozilla umbrella - Mozilla Corporation is responsible for developing and maintaining Firefox and other software products, and they are continuously working on improving the user experience, including addressing compatibility issues and promoting the browser to a wider audience.

    The Mozilla Foundation, on the other hand, focuses on broader internet health and advocacy work. Our mission is to ensure the internet remains open and accessible for everyone, and this includes issues related to privacy, digital rights, and equity. To confirm, the survey that you had received was from the Mozilla Foundation.

    With that being said, Firefox is funded by revenue generated through the product rather than donations. At the moment, there is no way for supporters to make a donation that will be designated to the development of Firefox. Have no fear, things are looking good for Firefox’s future and they plan to be around a long time, supporting folks with the most secure browser experience! Continuing to use Firefox, and recommending it to others, is the best way to support this project.

    We truly appreciate your concerns about Firefox and their top priorities - We on the Mozilla Foundation strongly believe that issues such as privacy, online safety, and data security are connected to the products and services we all use every day. The work we do in these areas complements Mozilla Corporation’s focus on building better, more secure software like Firefox, and w encourage you to participate in our survey!

    If you would like to input some of your thoughts and ideas into our Ideas discussion forum regarding Firefox and other Mozilla products, please visit: https://connect.mozilla.org/t5/ideas/idb-p/ideas

    We thank you again for reaching out to our Mozilla Foundation Donor Care team, and please let us know if we can support your further!









  • 2 pass will encode a file once, and store a log of information about what it did… then on the 2nd pass it’ll use that information to better know when it should use more or less bitrate/keyframes - honestly i’m not too sure of the specifics here

    now, it’s most often used to keep a file to a particular file size rather than increasing quality per se, but id say keeping a file to a particular size means you’re using the space that you have effectively

    looks like with ffmpeg you do need to run it twice - there’s a log option

    i mostly export from davinci resolve so i’m not too well versed in ffmpeg flags etc

    doing a little more reading it seems the consensus is that spending more time on encoding (ie a higher preset) will likely give a better outcome than 2 pass unless you REALLY care about file size (like the file MUST be less than, but as close to 100mb)


  • if you’re planning on editing it, you can record in a very high bitrate and re-encode after the fact… yes, re-encoding looses some quality, however you’re likely to end up with a far better video if you record and 2x the h264 bitrate and then re-encode to your final h265 (or av1) bitrate than if you just record straight to h264 at your final bitrate

    another note on this: lots of streaming stuff will say to use CBR (constant bitrate), which is true for streaming, however i think probably for re-encode VBR (variable bitrate) with multi-pass encode will give a good trade-off - CBR for live because the encoding software can’t predict what’s coming up, but when you have a known video it can change bitrate up and down because it knows when it’ll need higher bitrate