Honestly surprised you’re able to get lemmy votes without an admin account, I thought that data was restricted to instance admins.
- 0 Posts
- 14 Comments
I think they limit it to upvotes for normal users
UndercoverUlrikHD@programming.devto Programmer Humor@lemmy.ml•We Are Against Animal Testing0·5 months agoCan’t say I recommend
UndercoverUlrikHD@programming.devto Programmer Humor@lemmy.ml•The C++ learning process0·10 months agobut I don’t like the indentation crap
Do you not use indentation in other languages?
Heard from someone else (so take it with a grain of salt) that CrowdStrike and/or similar companies threatened Microsoft with an antitrust suit when Microsoft tried to force them to use an API instead of working directly with the kernel.
UndercoverUlrikHD@programming.devto Programmer Humor@lemmy.ml•Basically the extent of my IPv6 knowledge0·1 year agoDutch interviews during international break is always peak football material
UndercoverUlrikHD@programming.devto Free and Open Source Software@beehaw.org•Waterfox × TreeStyleTab: A Collaboration for the Waterfox Sidebar3·1 year agoAfter ublock origin and dark reader, it’s definitely one of the best extensions out there, cool to see it getting further support.
UndercoverUlrikHD@programming.devto Selfhosted@lemmy.world•Comparing compression in AV1, x264, and x265English3·2 years agoFrankly, for anything other than real-time encoding, I don’t actually consider encoding time to be a huge deal. None of my encodes were slower than 3fps on my 5800x3d, which is plenty for running on my media server as overnight job. For real-time encoding, I would just grab a Intel Arc card, and redo the whole thing since the bitrates will be different anyways.
Encoding speed heavily depends on your preset. Veryslow will give you better compression than medium or fast, but at a heavy expense of encoding speed. You’re not gonna re-encode a movie overnight on slow preset. GPU encoding will also give you worse result than CPU encode so that’s something one would have to take into consideration. It’s not a big deal when you’re streaming, but if it’s for video files, I’d much prefer using the CPU.
I consider the ‘good enough’ level to be, if I didn’t pixel peep, I couldn’t tell the difference. The visually lossless levels were the first crf levels where I couldn’t tell a quality difference even when pixel peeping with imgsli. I also included VAMF results, which say that the quality loss levels are all the same at a pixel level.
I was mostly talking about how you organised your table by using CRF values as the rows. It implies that one should compare the results in each row, however that wouldn’t be a comparison that makes much sense. E.g. looking at row “24” one might think that av1 is less effective than h264/5 due to greater file size, but the video quality is vastly different. A more “informative” way to present the data might have been to organise each row by their vmaf score.
Hopefully I don’t come across as too cross or argumentative, just want to give some feedback on how to present the data in clearer way for people who aren’t familiar with how encoding works.
UndercoverUlrikHD@programming.devto Selfhosted@lemmy.world•Comparing compression in AV1, x264, and x265English13·2 years agoFeels like certain information is missing. You get very different results both in encoding time and file size depending what preset you use.
CRF value also can’t be translated 1:1 between codecs so comparing e.g. h265 CRF 21 to h264 CRF 21 doesn’t mean much.
UndercoverUlrikHD@programming.devto Open Source@lemmy.ml•New extensions you’ll love now available on Firefox for Android2·2 years agoWeb browser/Firefox supports the same thing, but I appreciate the suggestion
UndercoverUlrikHD@programming.devto Open Source@lemmy.ml•New extensions you’ll love now available on Firefox for Android5·2 years agoThat’s strange, I thought they were automatically synced to your mobile browser when they became available. Thanks!
UndercoverUlrikHD@programming.devto Open Source@lemmy.ml•New extensions you’ll love now available on Firefox for Android93·2 years agoStill waiting for sponsorblock
Huh, I missed that when skimming through the post and source code
I saw that part and misunderstood it as if he didn’t run an instance.
Thanks for pointing it out!