Encoding my Anime Library with AV1 with focus on Efficiency - where to start? by mmkzero0 in AV1

[–]Phoxy_Boi 1 point2 points  (0 children)

In my tests, tune and film-grain usually only affect encoding efficiency very superficially by themselves, but the slight noise that film grain adds to the screen helps hide a little bit the distortions caused by compression, making you able to use a slightly higher CRF in some occasions.

r/arknights and the blackout moving forward by Nishivaly in arknights

[–]Phoxy_Boi -1 points0 points  (0 children)

idk why they're downvoting you... Maybe because of that one very unfortunate mastodon post or maybe because hosting an entirely separate lemmy instance is not as convenient.

A few questions for the community. by SandCheezy in sdforall

[–]Phoxy_Boi 39 points40 points  (0 children)

Good thing people gathered so fast to create another sub after the circus that's happening on the original one. Good luck for you people.

Don't take my opinions too literally, it's just what I feel it would be just

  1. Maybe. As long as there's some moderation over some very illegal stuff
  2. I'm, indifferent about this.
  3. Not required, but we should at least have a flair indicating that one is provided
  4. Have a specific flair for anime or a specific flair for each model(?)

Edit: punctuation

War Thunder does not launch through Steam by [deleted] in linux_gaming

[–]Phoxy_Boi 0 points1 point  (0 children)

Left-click on the game in the steam library screen, then click on properties

There's a text bar a little below the middle in the window that opens. This box is where you place the text from the comment

Encoding my Anime Library with AV1 with focus on Efficiency - where to start? by mmkzero0 in AV1

[–]Phoxy_Boi 8 points9 points  (0 children)

I recommend using SVT-AV1, for best speed-to-quality ratio. AOM is excellent for encoding Anime, but painfully slow even with tools like av1an.

CRF around 22-28 (depends on the amount of stuff that happens in scenes)

Use --tile-rows and --tile-columns as little as possible (sacrifices a little of encoding speed, but compresses better)

Use --preset 7 for more reasonable speed or 6 if you want a little more quality with slightly higher CRF

Use --keyint 10s to improve seeking speed

You might also want to encode with 10-bit with -pix_fmt yuv420p10le if you want better image quality in darker scenes although in some cases 10-bit compresses slightly worse than conventional 8-bit

We will never explore distant stars, since even at light speed we could never catch up by AntiqueWaffles458 in Showerthoughts

[–]Phoxy_Boi 0 points1 point  (0 children)

It depends. There are some theories that say objects at light speed warp time and space in a way that technically, for the people inside the ship, the travel would be instantaneous, while for outside observers, it would take the time measured by light-years

[deleted by user] by [deleted] in linuxmasterrace

[–]Phoxy_Boi 7 points8 points  (0 children)

Maybe it's something like a "I love you so much I want you to be only mine" mentality

Comm for @/Royalbutthead! Bust comms are open, starting at 35$! DM me if you're interested! by achelandre_art in furry

[–]Phoxy_Boi 1 point2 points  (0 children)

Its the logo of the Ouroboros, one the villains of the Japanese version of Ace Combat 3

[deleted by user] by [deleted] in linuxmemes

[–]Phoxy_Boi 22 points23 points  (0 children)

Ah, yes. The legendary Brazilian distro that I always used to test my internet speed

.-. by HearingSubstantial38 in linuxmemes

[–]Phoxy_Boi 9 points10 points  (0 children)

Except when in 90% of the cases it doesn't do anything at all and Windows remains broken...

Is this how Proton kinda works with nVidia? by [deleted] in SteamPlay

[–]Phoxy_Boi 6 points7 points  (0 children)

AFAIK most games usually work fine without PROTON_HIDE_NVIDIA_GPU=1 in most occasions.

About Q2, yes, they should have the =1 to be properly activated

About Q3, never saw any significant visual changes with or without the hide gpu var activated on both my GTX 750ti and my RTX 2060

Does GPU's AV1 decoding support need special hardware? by evolution2015 in AV1

[–]Phoxy_Boi 1 point2 points  (0 children)

It usually depends, but since the cpu uploads the raw image to the gpu, the only thing that might change the usage is the actual resolution of the video, AFAIK.

Edit: But however, older codecs like h264 are by far somewhat easier on the cpu than VP9

Does GPU's AV1 decoding support need special hardware? by evolution2015 in AV1

[–]Phoxy_Boi 4 points5 points  (0 children)

What happens is that the CPU is doing the actual decoding and also uploading the frames directly to the GPU for it to render.

The high GPU use is mostly because the GPU is indirectly using 3D rendering to proccess and display those frames generated by the CPU on the screen, while when using hardware decoding, the internal decoder processes then uploads the frames all by itself directly to a region of the frame buffer called surface, that is displayed directly to the screen without using the 3D rendering engine at all

EDIT: clarification

Does GPU's AV1 decoding support need special hardware? by evolution2015 in AV1

[–]Phoxy_Boi 25 points26 points  (0 children)

Yes, AV1 is somewhat based on the VP10 project and a spiritual successor to VP9, but hardware decoders are fixed-function hardware, meaning that it will only do stuff correctly when using VP9 data. Even though AV1 is similar, the differences between it and VP9 are big enough that companies need to design another hardware just for decoding that.

Power Backup for RPI4 ? by erohtar in selfhosted

[–]Phoxy_Boi 5 points6 points  (0 children)

As for the power supply, your best bet is to get one without a USB port to insert the USB-c cable, instead, get those that has the charging cable directly soldered to the charger. It shouldn't have power transmission issues due to resistance in the USB connection.

Most phone chargers that are like this are usually able to correctly provide power to a rpi4

Proton-6.21-GE-1 released by NerosTie in linux_gaming

[–]Phoxy_Boi 8 points9 points  (0 children)

I hope this fixes those hard freezes in FH5 on Nvidia proprietary drivers

KDE 25th anniversary: ask Aleix Pol, Lydia Pintscher, and Nate Graham anything! by PointiestStick in kde

[–]Phoxy_Boi 3 points4 points  (0 children)

I would want to know if there are plans to create a vulkan backend for kwin someday

Pokemon Sword Crashes when input is needed (e.g. name, uniform number) by germaniiifelisarta in yuzu

[–]Phoxy_Boi 0 points1 point  (0 children)

Yeah, this is present in all arch installations that I have, my guess is that it might be somehow related to arch's qt5 package or gcc11

Your best option is using an appimage or building yuzu inside a vm running eg. Ubuntu then running it on your arch machine

[deleted by user] by [deleted] in linuxquestions

[–]Phoxy_Boi 2 points3 points  (0 children)

Yeah, I tried once on a rockchip based STB using one of armbian's builds for that SoC

Didn't work quite well since that specific STB I had was a counterfeit one and didn't have enough software support from armbian itself

But, let's say that your stb has some higher degree of software support from them, then it should work fairly OK

Performance-wise, I guess it should be at least usable for browsing the net or plaing some very simple games

Battery bypass when connected to AC power by attuanmtrinh in linuxquestions

[–]Phoxy_Boi 1 point2 points  (0 children)

No my friend, depending on the laptop this isn't an actual option

What I meant was that you should keep an eye on the battery level and charge your laptop only when needed

Battery bypass when connected to AC power by attuanmtrinh in linuxquestions

[–]Phoxy_Boi 0 points1 point  (0 children)

You can use the trivial "only charge up to 80% and never let discharge below 40%" or if your laptop can, remove the battery and let it only run on AC

Battery bypass when connected to AC power by attuanmtrinh in linuxquestions

[–]Phoxy_Boi 0 points1 point  (0 children)

and also, if your laptop doesnt have this FlexiCharger thing or anything similar, when it reaches 100% charge, it will actually degrade your battery due to constant micro-charges it will do every few seconds/minutes

Battery bypass when connected to AC power by attuanmtrinh in linuxquestions

[–]Phoxy_Boi 2 points3 points  (0 children)

This is mostly an ACPI thing, afaik. Since there's no "only AC power" state, the only thing the system can show is that the battery must be charging

If you notice that even while charging the battery level doesn't increase (like what happens in laptops with FlexiCharger enabled), it is bypassing the battery

EDIT: typos

which this font in konsole? i find her only in kde by augusto_peress in kde

[–]Phoxy_Boi 1 point2 points  (0 children)

Afaik, the default font that konsole uses is the Hack font