Mikołaj Gałązka

Results 12 comments of Mikołaj Gałązka

I encoded video using this command: `mpv input.mp4 --glsl-shader="~~/shaders/Anime4K_Clamp_Highlights.glsl:~~/shaders/Anime4K_Restore_CNN_VL.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_VL.glsl:~~/shaders/Anime4K_AutoDownscalePre_x2.glsl:~~/shaders/Anime4K_AutoDownscalePre_x4.glsl:~~/shaders/Anime4K_Upscale_CNN_x2_M.glsl" -vf scale="2560:1440" -o output.mp4` I got output file 1440p resolution, but it looks shaders are not applied - output file looks...

> > Did anyone find way to encode video with Anime4K shaders? > > FFmpeg with `vf_libplacebo` is the recommended way. Already tried all ways from this thread, still getting...

Please boot with `-v debug=0x100` in boot-args and send video with logs

Which Realtek chip do you have? Are you sure that it's 8111?

Show output of `kextstat | grep -v com.apple`

Check if RTL8111 kext is loaded on Monterey too

Simply install Monterey on second partition and use pendrive for your EFI

I don't remember how I switched to Monterey, but even if it's OTA update nothing more is required (e. g. rebuilding caches). I didn't have issue like this with Ethernet,...

I no longer have hackintosh, also I always had Realtek ethernet chipsets so I can't do anything. When someone else find solution. I will update README

@wolter8 `Supports Realtek RTL8111/8168 B/C/D/E/F/G/H found on recent boards.` MSI X570-A Pro has RTL8111H so in theory it's supported (Specs: https://www.msi.com/Motherboard/X570-A-PRO/Specification). You can create issue in kext's repository: https://github.com/Mieze/RTL8111_driver_for_OS_X Then...