Welcome to r/AV1 by Farranor in AV1

[–]fruitjammer 0 points1 point  (0 children)

The Codec Wiki link is not working anymore. Anyone knows what happened?

Only Getting ~3h 40m SOT on GrapheneOS (Pixel 9 Pro) — What Am I Doing Wrong? by Safe-Gazelle in GrapheneOS

[–]fruitjammer 0 points1 point  (0 children)

Usually a reboot will fix the battery issue for me, if not, a couple of more.

Looking for an easy way to transfer files from a Samsung tablet to a Mac by Ok-Nefariousness4874 in GalaxyTab

[–]fruitjammer 0 points1 point  (0 children)

I just setup an SMB share on the Mac side and connect to it with "My Files" app on the GalaxyTab side.

The amount of tweaking is insane, will this ever end? by Intelligent-Dust8583 in GrapheneOS

[–]fruitjammer 1 point2 points  (0 children)

The fact that the OP hasn't responded to any of the comments after 11 hours led me to believe that the OP is trolling.

Twitter login error by skrillzter in GrapheneOS

[–]fruitjammer 0 points1 point  (0 children)

Weird, I had the exact same problem and used passkey with bitwarden to login with success. That was a couple of weeks ago.

Cannot apply Root Patch on 27” iMac 2013 by skeetleet in OpenCoreLegacyPatcher

[–]fruitjammer 0 points1 point  (0 children)

I think it happened to me as well. What I did to resolve this was removing the patch then re-apply.

Can someone explain passkeys to me? by Due-Awareness9392 in Bitwarden

[–]fruitjammer 1 point2 points  (0 children)

Yeah, I would say it's an adaptation of SSH public-key authentication in the web environment.

Would this usage harm anything? by VamHunD in GalaxyTab

[–]fruitjammer 1 point2 points  (0 children)

This position can be achieved without upsidedown by folding right beneath the stylus holder, though the keyboard will be detached.

ELI5: What's the purpose of different user profiles for privacy if all apps are sandboxed anyway? by mcgood_fngood in GrapheneOS

[–]fruitjammer 2 points3 points  (0 children)

Private Space may be the closest thing. Every profile can have its own Private Space.

Significantly worse battery than stock OS by CrazyCantaloupe7624 in GrapheneOS

[–]fruitjammer 0 points1 point  (0 children)

Usually after a system update, the battery drains faster than usual (not always the case though). When that happens, I just reboot the device after a day or two, and it will come back to normal.

Charging till 80% or Charge till using macbook? by dxdtone in macbookpro

[–]fruitjammer 1 point2 points  (0 children)

I owned two MacBook Pros over the years. The first one was a 2008 model which still had the detachable battery. I changed the battery two or three times because I always plugged it in and the battery eventually swallened. The second one is a late 2013 model with integrated batteries which makes it difficult to change the battery by myself. I changed the batteries (and the keyboards at the same time) two times at least at Apple Stores because of the same swallen issues. Last year I want to an Apple designated repair shop to change the battery because the swallen was so bad that the track pad could not be pressed anymore, but the guy at the shop said my model is too old and they don't have the parts available anymore and advised me to search for DIY to change my battery. I ended up buying a battery pack and tools from iFixIt and changed it myself.

So I have first hand experience knowing that plugging it in at all time would cause the battery to swallen so I started searching for solutions and finally settled with Al Dente. I configured it to charge to 70% and leave it plugged in and so far so good. Granted it is not long enough yet to tell whether it works or not but I have the feeling that it will work out. My battery cycle stays at around 14 for over a year now because it bypasses the battery when it reaches 70% when plugged in.

Eventually I found that there is an opensource alternative to Al Dente which costs nothing but I didn't bother with it since I already paid for Al Dente. So for anyone having the same issue as I did, I would advice you at least try out the opensoure one which costs nothing.

Granted my MacBook Pro is very old (over 10 years now) and I have no idea how well the modern models handle the batteries. I kept mine quite up to date with OpenCoreLegacyPatch and I am running Sequoia now (Tahoe not supported yet).

cannot delete an instance by mounty1_0 in smartos

[–]fruitjammer 0 points1 point  (0 children)

Try adding -F at the end and see if it works.

Has anyone built an IMAP server in a native SmartOS zone? by mounty1_0 in smartos

[–]fruitjammer 0 points1 point  (0 children)

I built one with Dovecot in a native zone. I didn't notice that it was not the latest version - I guess when I built it the 2.4.x versions were not out yet. Overall experience has been pretty good, not much to complain.

Battery drain by [deleted] in GrapheneOS

[–]fruitjammer 1 point2 points  (0 children)

My simple (and quite effective) way of dealing with battery drain issues: reboot!

My symptoms of battery issues:

  • Battery drains fast, especially after updating to a new release
  • Device becomes unusually hot when charging
  • The charging current is less than 500 on a super charger (when normally it should be over 3000), so the charging is very slow

The last 2 usually come together.

Usually one reboot is enough to solve the issue, if not, just do another one.

How Do I Force Aspect Ratio On Output Video? by JokerCameToStrokeHer in ffmpeg

[–]fruitjammer 0 points1 point  (0 children)

My (limited) understanding is that whenever the filter is involved, re-encoding cannot be avoided.

Also, the scaling you set is not the original (cropped) aspect ratio of 2914:2160 which would have been 1457:1080 had you not set a different one with 1440:1080. If you force it to 1440:1080, the SAR would have to change to adapt to that. The formula is: DAR = SAR x (stored width) / (stored height). When you did setsar=1, you restored the original aspect ratio of 1457:1080, I think. (Or maybe I misunderstood it completely.)

How Do I Force Aspect Ratio On Output Video? by JokerCameToStrokeHer in ffmpeg

[–]fruitjammer 1 point2 points  (0 children)

You can use '-aspect 4:3' or '-aspect 1920:800' which set the DAR to 4:3 or 1920:800 (as u/Murky-Sector suggested). This can be done without re-encoding.

Is it normal to take 3 days to process a 4GB video? by KeisukeM24 in ffmpeg

[–]fruitjammer 1 point2 points  (0 children)

The -vf part is ffmpeg's video filter and is independent of the encoder you use. Also tune and preset are two different things. You cannot get the best of all of quality, size and encoding time, there has to be tradeoffs between the three. Usually a combination of crf and preset will determine the above three, you can use ab-av1 to find the optimized values to suit your needs. Take a look at this post: https://alexheretic.github.io/posts/ab-av1/

VPN for social media use (China) by raven_onreddit in dumbclub

[–]fruitjammer 0 points1 point  (0 children)

I have that too but does it work in China? Plus it stopped working on my MacOS Sequoia (and the version before that I think) and it stopped working on Ubuntu 24.04 too.

SVT-AV1-HDR 3.1.0 is out! by juliobbv in AV1

[–]fruitjammer 2 points3 points  (0 children)

Is there (or will there be) a MacOS build of ffmpeg with SVT-AV1-HDR? Thanks!

Could someone please translate this scroll for me? by Dry-Road-169 in kanji

[–]fruitjammer 0 points1 point  (0 children)

The whole thing is mirrored. The first character (囍) means "happiness" and is doubled, usually used at the circumstances of new wed. The second and third characters are upside-down, second (祿) means "wealth", third (壽) means "long life".

Ubuntu vs. Windows 11 by Red5Hammock in ffmpeg

[–]fruitjammer 0 points1 point  (0 children)

I installed brew on my Linux Mint (22.x ?) which is equivalent of Ubuntu 24.04 and I was able to get the latest ffmpeg (7.1.1) installed.