@entropicdrift@lemmy.sdf.org avatar

entropicdrift

@entropicdrift@lemmy.sdf.org

This profile is from a federated server and may be incomplete. View on remote instance

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

My 2019 model runs Shield Experience 9, which according to Nvidia is Android 11

AMD GPU driver with opencl support?

Basically title. I have a 7600(x)(t) 8G. I want drivers with opencl for hashcat. I know the proprietary ones work, but they are a ludicrously massive PITA. I am willing to use almost any distro to make this work (not Ubuntu, and not one of those random newer ones). I really hope I don't have to use the proprietary drivers....

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Try using rusticl for your OpenCL implementation. It runs OpenCL on top of Vulkan, which is very well supported by Radeon cards.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I pay for ChatGPT+ and it's real. I talked to it for about an hour today from my Android phone.

There were occasionally longer pauses than shown in the promo video, but only ever between when I spoke and when it started replying

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I know the movies have been in a slump, but X-Men '97 has been like a 9.5/10

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Agreed. It's also worth noting that '97 is basically an uncensored version of the OG, so like in the old show Wolverine never gets to knife anyone who bleeds with his claws. In '97 he can

What's a good NAS and server system under CAD$900 (USD$658)?

I am currently using an old laptop (circa 2015) with a 250GB SSD in it, and 4GB of RAM. It runs Fedora 39 Server, and only hosts a Jellyfin instance through Docker right now (though I want to use Nextcloud later too). There is only 15GB of storage left on it, and the CPU is constantly overloaded (due to forced transcoding). I...

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I'd recommend a DAS setup (just a 4-bay USB 3.0 or better hard drive enclosure) with a server with any modern Intel CPU in it.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

They're still mounted individually, so you do RAID5 or ZRAID on them, same as if they were internal. You can potentially be bandwidth-limited since USB 3.0 has a 5 Gbps speed limit, but realistically only for reads and you're still fine in terms of overall performance since they're all spinning disks anyhow and 5Gbps is fast enough for any media server/NAS unless you've got a 10-gig LAN/internet connection and feel the compulsive need to saturate it.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

As an old anime fan, welcome to the club lol

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

You can easily do smooth 4K HDR transcoding with any modern Intel CPU with integrated graphics.

I have an Intel N100 and it can probably handle 2-3 4K HDR transcodes at once. Definitely more if they're being transcoded down to lower resolutions. Encoding is the most intensive part of the process.

entropicdrift , (edited )
@entropicdrift@lemmy.sdf.org avatar

I use QSV hardware acceleration with Low Power h264 and HEVC encoders enabled, plus VPP tonemapping on Jellyfin. I have Prefer OS Native DXVA or VA-API decoders checked (apparently this is needed for VPP tonemapping) and also Enable Tone mapping checked so it can fallback onto OpenCL if VPP doesn't work. Thread count set to Auto. Preset is set to medium. h265 encoding CRF of 25, h264 encoding CRF of 23 and I have Throttle transcodes enabled, which seems to increase the number of videos I can have transcoding at once due to not transcoding more than necessary whenever a player has enough buffer for the moment.

This is on the latest Jellyfin linuxserver.io container with the OpenCL-Intel docker mod.

Also, not sure if this is a factor but I've got 16 GB of single channel RAM on it and I use a USB-mounted SSD for my cache and transcode folders. In the past I ran into bandwidth issues by having my transcodes be on the same drive as my media.

I get 4K HDR to 4K SDR tonemapping plus 7.1 Dolby TrueHD to 2.0 AAC transcoding at 70-75fps with my setup.

Transcoding of 4K down to lower resolutions is even faster. 4K HDR to 480p SDR runs at 191fps.

I took a look at the benchmark script those results are from and compared them to the ffmpeg commands auto-generated by my Jellyfin server for actual transcodes.

Here's how the command to transcode a 4K HDR 10 bit HEVC with 7.1 AAC audio to 4K SDR h264 with 2.0 AAC audio looks on my machine:

/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -autorotate 0 -i file:"/Films/Man of Steel (2013)/Man of Steel (2013) Bluray-2160p Proper.mkv" -autoscale 0 -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 h264_qsv -low_power 1 -preset medium -look_ahead 0 -b:v 7616000 -maxrate 7616000 -bufsize 15232000 -g:v:0 72 -keyint_min:v:0 72 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=derive_device=qsv,format=qsv" -codec:a:0 libfdk_aac -ac 2 -ab 384000 -ar 48000 -af "volume=2" -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type mpegts -start_number 587 -hls_segment_filename "/transcodes/53a1ea6d1a7a34b888e73230f9ff04e2%d.ts" -hls_playlist_type vod -hls_list_size 0 -y "/transcodes/53a1ea6d1a7a34b888e73230f9ff04e2.m3u8"

And here's the command that benchmark runs for 10-bit HEVC:

/usr/lib/jellyfin-ffmpeg/ffmpeg -y -hide_banner -benchmark -report -c:v hevc_qsv -i /config/ribblehead_4k_hevc_10bit.mp4 -c:a copy -c:v hevc_qsv -preset fast -global_quality 18 -look_ahead 1 -f null - 2>/dev/null

So I'm gonna go out on a limb and say there's a major difference in configuration between the two. Setting global_quality to 18 is kind of absurdly high quality for hardware h265 encoding. You can easily get away with 28 for "good enough". My setting of 25 for the CRF of h265 encoding is already edging into placebo territory for most videos. That's all without considering the impact of low power mode, extra_hw_frames, etc.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

The transcodes folder exists by default and the cleanup defaults to daily, I think. You'd only need to mess with the configuration for transcode caching if you want them to stick around for longer

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Dunno. My point was just that it's an easy change, so presumably if you care you could figure it out pretty simply

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Actively being worked on by Nightdive, right now

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

The first major update in over a year is coming out in the next week or two.

Apparently their build pipeline was a major issue for a long time, now that it's fixed they're planning to do major releases a lot more regularly.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I've been following the development in their discord channel and tracking their general github issue progress.

This big release is coming, for sure.

They've been in feature freeze while testing it for over a month, now

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I'm thinking of buying a Lenovo Duet 3 for running linux. Which device would have better compatibility?

There's two models - the Duet 3 which comes with a Snapdragon 7c Gen 2 @ 2.55 GHz CPU, and the 3i which comes with a Intel Celeron N4020. I would rather use the Duet 3, due to the cover, and since I am already familiar with the feel of the device due to having owned a Surface Pro 4, but I'd like to choose whichever works best...

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Chromebooks use a customized Linux kernel with often proprietary code included from the manufacturer. Same thing as Android in that sense.

Upstream Linux, using mostly open-source code, does not have these bits of proprietary code in most cases. This means that ARM devices are frequently missing some drivers under mainline Linux, so things like TouchPad, wifi, or even GPU might be partially or fully unsupported.

Armbian Linux supports a large number of devices using mainline Linux with some tweaks to it pre-configured, but typically you're not going to get every feature of the hardware supported until several years after its release (like 5+).

x86 on the other hand usually will just work out of the box, especially Lenovo laptops.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I mean, sometimes it's that and other times it's just that the "stupid" feature was actually in high demand.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

If you're gonna spend that level of money, you may as well go for an M1 Mac Mini. MacOS is a Unix flavor and in the new 10.9 version of Jellyfin it actually has the best hardware transcoding support. The M-series chips are video processing beasts for the money/electricity

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Yeah. Linux, Mac, and Windows are all officially supported by the Jellyfin server project. Everything else is not.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

This has the same solution as the original. You ask them "which door would your brother say leads to certain doom?" and then you take that door.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I don't like most of them, but I enjoy Dimension 20 for the creative homebrew settings and funny group dynamics as well as the editing.

I also will occasionally watch an episode of a different actual play if it uses a system I'd like to try out, for instance I was thinking about running Beam Saber for some friends, so I found a one-shot actual play where the GM was the creator of the game. That gave me a strong idea of the intended style of the system and tone of the setting.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Same. Caddy is absurdly simple to configure

Jellyfin: Can I disable HEVC playback on ONE device?

So, the issue at hand is, I have a Chromecast 4K with Jellyfin Android TV on it. And most of my library is x265/HEVC. But, whenever playing from this specific device, it will natively take HEVC, but with exoplayer library it plays kinda like a slideshow, at about 5-10FPS. Choosing VLC should be ok, and forcing a transcode will...

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

If you set the bitrate in the player below the bitrate of the video, it'll force Jellyfin to transcode. You can set Jellyfin to only ever transcode to h264, so that should work.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

It won't block them. It just won't transcode to h265. It'll still direct play h265 wherever appropriate

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Agreed, LXQT is the shit if you want a slow machine to go faster and look decent while doing it.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I've been making a small album of music out of lyrics I wrote and a consistent general style/genre using suno. It's pretty fun.

As a musician with experience recording albums, even when the songs come out basic, I can always re-record them myself and make them less generic.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Zelda 2 is more of an RPG than ODST, but the thrust of your argument is true.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I realize you may already be locked-in on the name, but you should probably be aware that Pine64 have an upcoming pair of ear buds called PinePods as well. So not just another project with the same name, but another FOSS-community project, to boot.

This seems like an awesome project though. As a fellow Rustacean, it excites me to see.

Linux 6.10 To Merge NTSYNC Driver For Emulating Windows NT Synchronization Primitives ( www.phoronix.com )

Going through my usual scanning of all the "-next" Git subsystem branches of new code set to be introduced for the next Linux kernel merge window, a very notable addition was just queued up... Linux 6.10 is set to merge the NTSYNC driver for emulating the Microsoft Windows NT synchronization primitives within the kernel for...

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Yeah, I'm team @umbrella on this one. It's important but it's not revolutionary

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

You'll need a USB 3.0 to gigabit ethernet adapter and a separate gigabit ethernet switch, but this setup is considered to be excellent as a lower-cost OpenWRT solution.

What distro should I use on my potato?

I have an HP Stream 11 that I want to use for word processing and some light web browsing - I'm a writer and it's a lightweight laptop to bring to the library or coffee shop to write on. Right now it's got Windows and it's unusable due to lack of hard drive space for updates. Someone had luck with Xubuntu, but it's been a few...

You are going to be trapped in a room for 12 hours with a mid 2000s office desktop with no internet connection and an external hard drive; what are you putting on the hard drive?

I've got some DOOM WADs I have been meaning to play so I would probably grab Trench Foot, Total Chaos, and the sequel to Ashes 2063, Ashes: Afterglow with a portable install of GZDoom to play them....

entropicdrift , (edited )
@entropicdrift@lemmy.sdf.org avatar

Rollercoaster Tycoon 2

ADoM

Donkey Kong Country and SNES9x

2005, you say? I bet KOTOR could run on low on a shitty office PC.

Master of Orion 2

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

I'm well aware, thank you

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Who is your ISP? I had some issues with my FIOS ONT. Had to disable IPv6 on my router for it to stop dropping packets.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Ah, you're right. I didn't read closely enough. Sorry!

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

This isn't mystery, they're saying any old command that prints out or copies a file's contents will do.

If you need to use a tool that "just works" without growing your own understanding, there's plenty of GUI-centric bootable USB writers out there.

entropicdrift ,
@entropicdrift@lemmy.sdf.org avatar

Ubuntu Studio 8.04, I believe. I was a broke high schooler looking for free recording software.

[Thread, post or comment was deleted by the author]

  • Loading...
  • entropicdrift ,
    @entropicdrift@lemmy.sdf.org avatar

    It's not getting abandoned, it's just having some major components redone.

    entropicdrift ,
    @entropicdrift@lemmy.sdf.org avatar

    Just what we needed, more open world AAA games.

    Does nobody remember Dynasty Warriors 9?

    entropicdrift ,
    @entropicdrift@lemmy.sdf.org avatar

    I didn't say it was inherently bad. I expressed my opinion and nothing more.

    Let people have opinions

    entropicdrift ,
    @entropicdrift@lemmy.sdf.org avatar

    Could always use UNRAID for the backup if you're trying to be storage efficient, but it's really no better than RAID5

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • All magazines